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

update.sh « translations « share - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6296b54cb4ec360f54a69b581fda5bee8263d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

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