# Translation Guide ## Fix Bad Translation 1. Fork this repository. 2. Find your language string file in `/module/webui/locales/`. 3. Edit the string value with translated incorrectly. 4. Create a Pull Request. --- ## Add a New Language ### Simple - Contact me in Telegram to add a new translation langauge. ### Advanced 1. Fork this repository. 2. Make a copy of `/module/webui/locales/A-template.json` 3. Rename it to `language_code-COUNTRY_CODE.json`, e.g., `en-US.json`. 4. Translate the string value inside. 5. Add the language code to `/module/webui/locales/available-lang.json`, this step is necessary for displaying the language in the WebUI. 6. Create a Pull Request.