Add instructions for downloading translations

This commit is contained in:
Ran-Mewo
2026-02-03 11:43:51 +11:00
parent 731d3f63fd
commit acbd90ac5a
+4
View File
@@ -10,3 +10,7 @@ Translations are managed via Crowdin: https://crowdin.com/project/distant-horizo
- Keep formatting codes intact, IE: `§`, `%s`, `%d`, `%1$s`. - Keep formatting codes intact, IE: `§`, `%s`, `%d`, `%1$s`.
- For newlines, utilize **Shift + Enter** instead of `\n`. - For newlines, utilize **Shift + Enter** instead of `\n`.
- Do not edit non-English files in pull requests. - Do not edit non-English files in pull requests.
## To pull translations into the repo
- Downlod the [Crowdin CLI](https://github.com/crowdin/crowdin-cli/releases)
- Run `crowdin download --export-only-approved --skip-untranslated-files` in the project root.