Redundant localization data files #2152
Labels
conclusion: resolved
Issue was resolved
topic: infrastructure
Related to project infrastructure
type: imperfection
Perceived defect in any part of project
Describe the problem
Arduino IDE has been localized to several languages thanks to the amazing contributions of translations by the community.
The localization data is stored in the files under the
i18n
folder of the repository. There is a separate file for each of the locales that have been added to the "Arduino IDE 2.0" project on the Transifex localization platform. I notice that there appear to be multiple files for equivalent locales:ca.json
/ca_ES.json
my.json
/my_MM.json
sv.json
/sv_SE.json
uk.json
/uk_UA.json
🐛 The redundant files add unnecessary complication to the repository.
🐛 The localization configuration might accidentally be configured to use the unmaintained file instead of the one that is active on Transifex
To reproduce
i18n
folder of the repository.ⓘ The Transifex website is terrible, but you can manage to see them by logging in to your Transifex account and then searching for the language name (NOT language code) in the "Select Language" menu on this page:
https://app.transifex.com/join/?o=arduino-1&p=ide2
🐛 Multiple data files are present for a single language.
Expected behavior
There is only one data file for each locale.
Arduino IDE version
f6a4325
Operating system
N/A
Operating system version
N/A
Additional context
Keywords
Issue checklist
The text was updated successfully, but these errors were encountered: