forked from organicmaps/organicmaps
[tools] Add a script to generate localizations.
This commit is contained in:
parent
dc1b5cf839
commit
0163f9c165
1 changed files with 7 additions and 0 deletions
7
tools/unix/generate_localizations.sh
Executable file
7
tools/unix/generate_localizations.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e -u -x
|
||||
|
||||
# TODO: Add "--untagged --tags android" when tags are properly set.
|
||||
./tools/twine/twine generate-all-string-files ./strings.txt ./android/res/
|
||||
./tools/twine/twine generate-all-string-files ./strings.txt ./iphone/Maps/
|
Loading…
Add table
Reference in a new issue