Skip to content

Commit 22a9563

Browse files
committed
fix: Add localized slash command descriptions to remaining locales
Populate slashCommands.profilesDescription and slashCommands.modelsDescription in all non-English locale files Keep translations consistent with the new /profiles and /models commands so the UI no longer falls back to raw keys
1 parent 99c86ae commit 22a9563

File tree

18 files changed

+54
-18
lines changed

18 files changed

+54
-18
lines changed

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,9 @@
407407
"description": "Are you sure you want to delete the command \"{{name}}\"? This action cannot be undone.",
408408
"cancel": "Cancel",
409409
"confirm": "Delete"
410-
}
410+
},
411+
"profilesDescription": "Switch API configuration profiles",
412+
"modelsDescription": "Switch models for the active profile"
411413
},
412414
"slashCommand": {
413415
"wantsToRun": "Roo wants to run a slash command",

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ko/chat.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)