mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove old translation files before pull
This commit is contained in:
parent
9bf0d7680e
commit
44f2d3a3c2
@ -520,7 +520,7 @@ merge() {
|
||||
fi
|
||||
git diff-index --quiet HEAD --
|
||||
if [ $? -ne 0 ]; then
|
||||
git add ./share/translations/*
|
||||
git add -A ./share/translations/
|
||||
logInfo "Committing changes..."
|
||||
if [ "" == "$GPG_GIT_KEY" ]; then
|
||||
git commit -m "Update translations"
|
||||
|
@ -53,12 +53,17 @@ if $UPDATE; then
|
||||
fi
|
||||
|
||||
if $PUSH; then
|
||||
echo "Pushing English source files to Transifex..."
|
||||
echo "Pushing source files to Transifex..."
|
||||
tx push -s $@
|
||||
echo
|
||||
fi
|
||||
|
||||
if $PULL; then
|
||||
echo "Removing stale translations..."
|
||||
mv share/translations/keepassx_en.ts share/translations/keepassx_en.ts.bak
|
||||
rm share/translations/*.ts
|
||||
mv share/translations/keepassx_en.ts.bak share/translations/keepassx_en.ts
|
||||
|
||||
echo "Pulling translations from Transifex..."
|
||||
tx pull -af --minimum-perc=40 $@
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user