Add ability to download only English string (for developer). This is default behavior.

This commit is contained in:
Benoit Marty 2023-04-05 10:58:18 +02:00
parent d7a6779343
commit 7bf41d12e2
3 changed files with 49 additions and 27 deletions

View file

@ -20,7 +20,13 @@ In the root folder of the project, run:
./tools/localazy/downloadStrings.sh
```
It will update all the `localazy.xml` and `translations.xml` resource files. In case of merge conflicts, just erase the files and download again using the script.
It will update all the `localazy.xml` resource files. In case of merge conflicts, just erase the files and download again using the script.
To also include the translations, i.e. the `translations.xml` files, add `--all` argument:
```shell
./tools/localazy/downloadStrings.sh --all
```
## Add translations to a specific module