mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Created Translations (markdown)
31
Translations.md
Normal file
31
Translations.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Translation support in this firmware
|
||||||
|
|
||||||
|
This firmware supports being compiled into different languages, which is why there are so many releases.
|
||||||
|
|
||||||
|
## Adding a new language
|
||||||
|
|
||||||
|
In the firmware there is the `Translations.cpp` file which stores all the available translations.
|
||||||
|
This is available [here](https://github.com/Ralim/ts100/blob/master/workspace/TS100/src/Translation.cpp).
|
||||||
|
|
||||||
|
To add a new language you can copy the English (LANG_EN) section and create a new section for your language.
|
||||||
|
|
||||||
|
To perform this you can :
|
||||||
|
* Edit this file online using Github and submit a pull request
|
||||||
|
* Fork this repository and edit the file and submit a pull request
|
||||||
|
* Post your new section in a Github issue (Put your code in code tags, please)
|
||||||
|
|
||||||
|
## Updating an existing language
|
||||||
|
|
||||||
|
|
||||||
|
In the firmware there is the `Translations.cpp` file which stores all the available translations.
|
||||||
|
This is available [here](https://github.com/Ralim/ts100/blob/master/workspace/TS100/src/Translation.cpp).
|
||||||
|
|
||||||
|
To edit this you can :
|
||||||
|
* Edit this file online using Github and submit a pull request
|
||||||
|
* Fork this repository and edit the file and submit a pull request
|
||||||
|
* Post your new section in a Github issue (Put your code in code tags, please)
|
||||||
|
|
||||||
|
## Language Maintainers
|
||||||
|
|
||||||
|
* [English] Ralim
|
||||||
|
* [Finnish] JohnEdwa, mikko70
|
||||||
Reference in New Issue
Block a user