Add ability to download only English string (for developer). This is default behavior.
This commit is contained in:
parent
d7a6779343
commit
7bf41d12e2
3 changed files with 49 additions and 27 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue