You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Traditional PR (it will be deprecated once Crowdin is okay)
44
-
If you want to contribute to add your own language, use the `webui` branch and add your translations in the `./languages` directory. Make sure to test the implementation thoroughly before submitting a pull request.
43
+
### New Language Pull Request
44
+
If you want to add your own language, use the `webui` branch and add your translations in the `./languages` directory. Make sure to test the implementation thoroughly before submitting a pull request.
45
45
Also, the name of the XML files should be the same as the language code, for example:
46
46
- For English, the file should be named `en.xml`
47
47
- For Spanish, the file should be named `es.xml`
@@ -53,6 +53,8 @@ Then add your language to the `./languages/languages.json` with this format:
53
53
```
54
54
so it will be included in the language drop-down menu. <br>
55
55
56
+
#### NOTE: Only PR when you're going to add new languages. Updating existing languages should use Crowdin; language update PRs will be automatically rejected.
0 commit comments