feat(desktop): tauri locales

This commit is contained in:
adamelmore
2026-01-27 15:21:02 -06:00
parent 51edf68606
commit e5b18674f9
15 changed files with 433 additions and 14 deletions

View File

@@ -28,4 +28,4 @@ export const dict = {
"desktop.error.serverStartFailed.title": "OpenCode failed to start",
"desktop.error.serverStartFailed.description":
"The local OpenCode server could not be started. Restart the app, or check your network settings (VPN/proxy) and try again.",
} as const
}