Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-05-15 01:20:23 +0300
committerFelix Geyer <debfx@fobos.de>2015-05-15 01:20:23 +0300
commitfc43aa17174b5626a82f643d2dec49f71b4fc7f3 (patch)
tree884bd15de04e287b4d14dd18a52ee07f414d27f1 /share/translations/update.sh
parentd553698b20a420e34d7eb2a0536c2ed749f0d290 (diff)
Update translations.
Diffstat (limited to 'share/translations/update.sh')
-rwxr-xr-xshare/translations/update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/translations/update.sh b/share/translations/update.sh
index 6828dc820..c6296b54c 100755
--- a/share/translations/update.sh
+++ b/share/translations/update.sh
@@ -4,5 +4,9 @@ BASEDIR=$(dirname $0)
cd $BASEDIR/../..
+echo Updating source file
lupdate -no-ui-lines -disable-heuristic similartext -locations none -no-obsolete src -ts share/translations/keepassx_en.ts
lupdate -no-ui-lines -disable-heuristic similartext -locations none -pluralonly src -ts share/translations/keepassx_en_plurals.ts
+
+echo Pulling translations from Transifex
+tx pull -a --minimum-perc=80