Skip to content

Commit d7495d3

Browse files
johnnyshieldsclaude
andcommitted
fix(i18n): add missing translation keys for sidebar and workspace list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 028b97e commit d7495d3

File tree

1 file changed

+4
-0
lines changed
  • apps/app/src/i18n/locales

1 file changed

+4
-0
lines changed

apps/app/src/i18n/locales/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ export default {
10281028
"sidebar.edit_connection": "Edit connection",
10291029
"sidebar.test_connection": "Test connection",
10301030
"sidebar.stop_sandbox": "Stop sandbox",
1031+
"sidebar.remove_workspace": "Remove workspace",
10311032
"sidebar.show_fewer": "Show fewer",
10321033
"sidebar.show_more": "Show {count} more",
10331034
"sidebar.add_workspace": "Add new workspace",
@@ -1036,8 +1037,11 @@ export default {
10361037
"sidebar.import_config": "Import config",
10371038
"sidebar.progress": "Progress",
10381039
"sidebar.delete_session": "Delete session",
1040+
"sidebar.no_sessions_yet": "No sessions yet",
10391041

10401042
// ==================== Workspace Session List ====================
1043+
"workspace_list.connecting": "Connecting...",
1044+
"workspace_list.workspace_fallback": "Workspace",
10411045
"workspace_list.reveal_explorer": "Reveal in Explorer",
10421046
"workspace_list.reveal_finder": "Reveal in Finder",
10431047
"workspace_list.show_more": "Show {count} more",

0 commit comments

Comments
 (0)