Skip to content

Commit 667773b

Browse files
fix: add i18n support for Account button title (#6978)
Co-authored-by: Roo Code <[email protected]>
1 parent 49020da commit 667773b

19 files changed

+19
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"command": "roo-cline.accountButtonClicked",
105-
"title": "Account",
105+
"title": "%command.account.title%",
106106
"icon": "$(account)"
107107
},
108108
{

src/package.nls.ca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "Historial",
2424
"command.marketplace.title": "Mercat",
2525
"command.openInEditor.title": "Obrir a l'Editor",
26+
"command.account.title": "Compte",
2627
"command.settings.title": "Configuració",
2728
"command.documentation.title": "Documentació",
2829
"configuration.title": "Roo Code",

src/package.nls.de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "Verlauf",
2424
"command.marketplace.title": "Marktplatz",
2525
"command.openInEditor.title": "Im Editor Öffnen",
26+
"command.account.title": "Konto",
2627
"command.settings.title": "Einstellungen",
2728
"command.documentation.title": "Dokumentation",
2829
"configuration.title": "Roo Code",

src/package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "Historial",
2424
"command.marketplace.title": "Mercado",
2525
"command.openInEditor.title": "Abrir en Editor",
26+
"command.account.title": "Cuenta",
2627
"command.settings.title": "Configuración",
2728
"command.documentation.title": "Documentación",
2829
"configuration.title": "Roo Code",

src/package.nls.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "Historique",
2424
"command.marketplace.title": "Marché",
2525
"command.openInEditor.title": "Ouvrir dans l'Éditeur",
26+
"command.account.title": "Compte",
2627
"command.settings.title": "Paramètres",
2728
"command.documentation.title": "Documentation",
2829
"configuration.title": "Roo Code",

src/package.nls.hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "इतिहास",
2424
"command.marketplace.title": "मार्केटप्लेस",
2525
"command.openInEditor.title": "एडिटर में खोलें",
26+
"command.account.title": "खाता",
2627
"command.settings.title": "सेटिंग्स",
2728
"command.documentation.title": "दस्तावेज़ीकरण",
2829
"configuration.title": "Roo Code",

src/package.nls.id.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"command.history.title": "Riwayat",
1212
"command.marketplace.title": "Marketplace",
1313
"command.openInEditor.title": "Buka di Editor",
14+
"command.account.title": "Akun",
1415
"command.settings.title": "Pengaturan",
1516
"command.documentation.title": "Dokumentasi",
1617
"command.openInNewTab.title": "Buka di Tab Baru",

src/package.nls.it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.history.title": "Cronologia",
2424
"command.marketplace.title": "Marketplace",
2525
"command.openInEditor.title": "Apri nell'Editor",
26+
"command.account.title": "Account",
2627
"command.settings.title": "Impostazioni",
2728
"command.documentation.title": "Documentazione",
2829
"configuration.title": "Roo Code",

src/package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"command.history.title": "履歴",
1212
"command.marketplace.title": "マーケットプレイス",
1313
"command.openInEditor.title": "エディタで開く",
14+
"command.account.title": "アカウント",
1415
"command.settings.title": "設定",
1516
"command.documentation.title": "ドキュメント",
1617
"command.openInNewTab.title": "新しいタブで開く",

src/package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"command.history.title": "History",
1212
"command.marketplace.title": "Marketplace",
1313
"command.openInEditor.title": "Open in Editor",
14+
"command.account.title": "Account",
1415
"command.settings.title": "Settings",
1516
"command.documentation.title": "Documentation",
1617
"command.openInNewTab.title": "Open In New Tab",

0 commit comments

Comments
 (0)