i18n: extend .desktop tooling-support

This commit is contained in:
Adriaan de Groot 2017-08-08 04:11:19 -04:00
parent 0483d73656
commit e94ea438fb
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@ tx pull --force --source --all
git add --verbose lang/calamares*.ts
git commit --author='Calamares CI <groot@kde.org>' --message='[core] Automatic merge of Transifex translations' | true
git add --verbose lang/desktop*.desktop calamares.desktop
git commit --author='Calamares CI <groot@kde.rg>' --message='[desktop] Automatic merge of Transifex translations' | true
# Transifex updates the PO-Created timestamp also when nothing interesting
# has happened, so drop the files which have just 1 line changed (the
# PO-Created line). This applies only to modules which use po-files.

View File

@ -32,3 +32,5 @@ for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do
done
tx push --source --no-interactive -r calamares.calamares-master
tx push --no-interactive -r calamares.fdo