-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Support internationalization #28
Comments
Relabelled as this is something that is needed to reach feature parity status with IDE 1.x |
Not completed until we are able to actually deliver localization to the users, which has not happened yet. |
Hi. I am a little bit confused. I am a translater of Japanese (ja) and translated all resources on Transifex. What all we translators have to do is translate strings on Transifex? Do we need anything else to be included in the nightly build and the release version? |
Thanks so much @kotobuki!
That is correct.
No additional action is required from you beyond the translation work on Transifex. Arduino has been working to set up the internationalization system that:
It is that internationalization infrastructure which has not yet been completed (though it is very close). That work will be done by Arduino's developers (though contributions from the community are welcome as always). I believe the final task is tracked here: |
Describe the problem
Arduino has a global community who speak many languages. Arduino IDE 2.0.0 currently only provides English language support.
Expected behavior
In order to make Arduino as accessible as possible, it would be beneficial to provide internationalization (i18n) support.
The classic Arduino IDE and Arduino CLI are currently using the Transifex translation platform, and this has enabled amazing community volunteers to provide high quality translations to 83 languages! This system seems to be working well, so it should be considered for Arduino IDE 2.0.0 as well.
If possible, existing translations for strings shared between the classic Arduino IDE and Arduino IDE 2.0.0 should be reused.
Operating system
All
Operating system version
Any
Additional context
Arduino CLI already has internationalization support (arduino/arduino-cli#676) and the strings originating from Arduino CLI should be translated there so that they can benefit every tool using Arduino CLI.
Related
Keywords
Issue checklist
The text was updated successfully, but these errors were encountered: