Merge pull request #299 from vector-im/feature/bma/translations

Translations - Localazy improvement
This commit is contained in:
Benoit Marty 2023-04-05 14:10:52 +02:00 committed by GitHub
commit 5fdf16772f
41 changed files with 1068 additions and 42 deletions

View file

@ -57,7 +57,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