-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Missing translation for "Save" #2213
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
Arduino IDE 2.2.1:
(also tested with 2.2.2-nightly-20230903)
To reproduce
Just open the IDE Files menu
Expected behavior
The German word for Save is Speichern
Arduino IDE version
2.2.1
Operating system
Windows
Operating system version
Windows 10 x64
Additional context
Related: #2215
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: