WIP: [dist] update translations from transifex #2569

Draft
crueter wants to merge 6 commits from update-translations into master
3 changed files with 10 additions and 0 deletions
Showing only changes of commit 0e6c580e70 - Show all commits

View 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