Skip to content

Commit 35e5231

Browse files
authored
Revise localization instructions in README
Updated localization section to clarify Crowdin usage and new language contributions.
1 parent 2662784 commit 35e5231

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ This module will now have a directory called `VerifiedBootHash` in `/data/adb` c
3838
- Copy your VerifiedBootHash in the Key Attestation demo and paste it to `/data/adb/VerifiedBootHash/VerifiedBootHash.txt`
3939

4040
## Localization
41-
### [Crowdin contribution (WIP) (not yet merged)](https://crowdin.com/project/susfs4ksu-module)
41+
### [Crowdin contribution (to update languages)](https://crowdin.com/project/susfs4ksu-module)
4242

43-
### 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.
4545
Also, the name of the XML files should be the same as the language code, for example:
4646
- For English, the file should be named `en.xml`
4747
- 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:
5353
```
5454
so it will be included in the language drop-down menu. <br>
5555

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.
57+
5658
## Credits
5759
susfs4ksu: https://gitlab.com/simonpunk/susfs4ksu/
5860

0 commit comments

Comments
 (0)