mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
build: Add script to update translations
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Updating translations
|
||||
=====================
|
||||
|
||||
The update-transifex.sh script should be run regularly to both pull
|
||||
translations from the Transifex service, and push new strings to translate.
|
||||
|
||||
Transifex.net Token Verification
|
||||
================================
|
||||
|
||||
|
||||
9
update-transifex.sh
Executable file
9
update-transifex.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
test -f .tx/config || exit 1
|
||||
|
||||
echo Pulling translations from Transifex
|
||||
tx --root `dirname $0` pull --all --force --skip
|
||||
|
||||
echo Pushing strings to Transifex
|
||||
tx push --source
|
||||
Reference in New Issue
Block a user