-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Localization
Keldos edited this page Sep 25, 2023
·
9 revisions
Chuanhu Chat is translated to:
- English, by ina111
- Japanese, by ina111
- Korean, by 2p990i9hpral
- Swedish, by PedroGruvhagen
- Russian, by bropines
- Vietnamese, by toantranct
Note:
Our development team will also use translation software and ChatGPT to supplement the translations of corresponding languages when adding or adjusting features. If there is anything inappropriate, welcome to submit issue and pull request.
To translate Chuanhu Chat to another language:
- Fork the main branch
- Make a branch for the new translation as follows:
translation-xx_YY
wherexx_YY
is the language code (ex: en_US, ja_JP, ...) - Add a new localization
.json
file in thelocal
folder (You can make a copy ofen_US.json
and rename it to your language code) - Happy translating
- Add your language option notes in
config_example.json
- Write a pull request on GitHub