Skip to content

Localization

Keldos edited this page Sep 25, 2023 · 9 revisions

Chuanhu Chat is translated to:

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 where xx_YY is the language code (ex: en_US, ja_JP, ...)
  • Add a new localization .json file in the local folder (You can make a copy of en_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