Ethos firmware localization - FrSkyRC/ETHOS-Feedback-Community GitHub Wiki
Thank you for helping on FrSky Ethos localization!
- the Ethos simulator (installation is explained here)
- a text editor which is able to read / write your translations in UTF-8 encoding (i.e. Visual Studio Code)
Choose the right language in the simulator
It should be something like C:\Program Files (x86)\FrSky\Ethos\X20S
You will find there the file which has been used for the current simulator translations. Don't modify the files in this directory, your changes won't be taken into account. Instead follow the next steps!
It should be something like C:\Users\<username>\.ethos\X20S
Now restart the simulator to check your translations. It's mandatory to restart it after each change to take it into account.
TODO a new tool is coming in Ethos Suite for that purpose!
You will need to clone this repository, using any git tool (the easiest solution today seems GitHub Desktop). Once this directory is cloned, you may replace the existing file with your own one, then open your own fork and push your modifications, then you may open a Pull Request so that it can be reviewed and integrated.
Thanks a lot for your participation!