reorg translation scripts and add update
All checks were successful
eden-license / license-header (pull_request) Successful in 35s
All checks were successful
eden-license / license-header (pull_request) Successful in 35s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
8fc3c99c84
commit
2db3d8cd5b
3 changed files with 10 additions and 0 deletions
10
tools/translations/update-translations.sh
Executable file
10
tools/translations/update-translations.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
command -v tx-cli && COMMAND=tx-cli
|
||||
command -v tx && COMMAND=tx
|
||||
|
||||
$COMMAND pull -t
|
||||
|
||||
git add dist/languages/*.ts src/android/app/src/main/res/values*/strings.xml
|
||||
|
||||
git commit -m "[dist] update translations from Transifex" -sS
|
Loading…
Add table
Add a link
Reference in a new issue