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
-
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": true
to"fallback": false
Beta Was this translation helpful? Give feedback.
All reactions