You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
882 B
882 B
Translation Guide
Update Existing Language
- Fork this repository.
- Find your language string file in
module/webui/locales/strings. - Edit the string value that translated incorrectly or add missing translation field.
- Make a Pull Request.
Add a New Language
Simple
- Contact me in Telegram to add a new translation langauge.
Advanced
- Fork this repository.
- Copy
module/webui/locales/template.xmlto strings folder. - Rename it to
language_code.xmlorlanguage_code-REGION_CODE.xml, e.g.,en.xmlorzh-CN.xml. - Translate the string value inside.
- Add the language to
module/webui/locales/languages.json, this step is necessary for displaying your language in WebUI. - Make a Pull Request.