-
-
Notifications
You must be signed in to change notification settings - Fork 431
Missing translation for "Save" #2213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting this @Sinclair-ZX81. I confirm that there was a regression in the localization of the File > Save menu item. I bisected the regression to 192aac5, where the language packs were bumped from 1.53.2 to 1.70.0. The localization data key for the menu item is set here:
The data is here in version 1.53.2 of the language pack: "vs/workbench/contrib/files/browser/fileCommands": {
"saveAs": "Speichern unter...",
"save": "Speichern", Without explanation of the reason for the breaking change, the data was moved in the language packs from "vs/workbench/contrib/files/browser/fileCommands": {
"discard": "Verwerfen",
"genericRevertError": "Fehler beim Zurücksetzen von '{0}': {1}",
"genericSaveError": "Fehler beim Speichern von \"{0}\": {1}",
"modifiedLabel": "{0} (in Datei) ↔ {1}",
"retry": "Wiederholen"
},
"vs/workbench/contrib/files/browser/fileConstants": {
"newUntitledFile": "Neue unbenannte Datei",
"removeFolderFromWorkspace": "Ordner aus dem Arbeitsbereich entfernen",
"save": "Speichern", And the key is also updated to "vs/workbench/contrib/files/browser/fileConstants": [
"saveAs",
"save", |
Describe the problem
To reproduce
The "Preferences" dialog will open.
ⓘ This language/locale was chosen arbitrarily for the demo. The fault occurs with all non-English locales.
The "Preferences" dialog will close.
🐛 The menu item label is "Save" instead of the localized "Speichern".
Expected behavior
All strings for which there is localization data are localized in the Arduino IDE UI.
Arduino IDE version
Original report
2.2.1 and 2.2.2-nightly-20230903
Last verified with
2.3.6
Operating system
Windows
Operating system version
Windows 10 x64
Additional context
Related
Additional reports
Keywords
localization
localized
l10n
internationalization
internationalized
i18n
translate
translation
translator
Issue checklist
The text was updated successfully, but these errors were encountered: