Localization support #24
tsl0922
announced in
Announcements
Replies: 3 comments 3 replies
-
|
建议命名格式换 zh-Hans,因为存在 zh-hk-en 这样的情况,同时也可以避免未来或许会加入 zh-tw 引发争议 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Please add in first post a note that for any additional language present in english language should be and for language code ID to check here |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Could you please consider if your source code can do it to modify the source code to use external language file as text file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Localization support was added to the latest main branch.
We support the following languages now:
en-US: English (United States)zh-Hans: Chinese (Simplified)it-IT: Italian (Italy)To add a new translation for your language, just create a new json file under resources/romfs/lang from resources/romfs/lang/en-US.json, and send a PR.
Note:
"fallback": trueto"fallback": falseBeta Was this translation helpful? Give feedback.
All reactions