Merge pull request #231 from vector-im/feature/bma/localazy

Localazy
This commit is contained in:
Benoit Marty
2023-03-20 12:52:29 +01:00
committed by GitHub
4 changed files with 25 additions and 37 deletions
+2 -12
View File
@@ -1,15 +1,5 @@
## Module ui-strings
This module contains strings from Element Android.
This module contains all the strings for the project.
The content of this module will be keep synced by the script `rootDir/tools/strings/importStringsFromElement.sh`, which is run daily by a GitHub action.
### Adding new strings
Add new strings to the file `./src/main/res/values/new_strings.xml`, or your new strings will be erased on the next sync.
Also, new strings must be added to Element Android to give a chance to get translation.
### Long term
In the future, Weblate will be synced directly with this project.
For more details, see [the dedicated README.md file](../../tools/localazy/README.md)