-
-
Notifications
You must be signed in to change notification settings - Fork 489
Translating Arduino-IDE using Theia's nls API #545
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
Conversation
CLA assistant check
All committers have signed the CLA.
cb0d2d5
to
54efdec
Compare
@msujew the labels that are not translated are those coming from theia, is this assumption correct?
@fstasi Yes and no. Those coming from Theia are not translated (as the appropriate PR isn't merged yet), as well as those that are specifically for your app (nls ids starting with arduino/*
), since the Transifex pipeline isn't in place yet.
The only ones that are currently translated are the ones that are specified inside of the arduino-ide (like close/open/exit/etc.) but exist inside of the vscode language packs.
54efdec
to
0a6afba
Compare
Hi team,
this PR adds translation keys for all user-facing strings inside of the Arduino-IDE using the Theia localization (nls) API.
Be aware that this does not add actual translations for the app. However, some strings are nevertheless translated, as they are contained by the vscode language pack.
How to test
plugins
folderConfigure Display Language
command and change to your new languageFile
menu.