i18n: extend .desktop tooling-support
This commit is contained in:
parent
0483d73656
commit
e94ea438fb
@ -14,6 +14,9 @@ tx pull --force --source --all
|
|||||||
git add --verbose lang/calamares*.ts
|
git add --verbose lang/calamares*.ts
|
||||||
git commit --author='Calamares CI <groot@kde.org>' --message='[core] Automatic merge of Transifex translations' | true
|
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
|
# Transifex updates the PO-Created timestamp also when nothing interesting
|
||||||
# has happened, so drop the files which have just 1 line changed (the
|
# 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.
|
# PO-Created line). This applies only to modules which use po-files.
|
||||||
|
@ -32,3 +32,5 @@ for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
tx push --source --no-interactive -r calamares.calamares-master
|
tx push --source --no-interactive -r calamares.calamares-master
|
||||||
|
tx push --no-interactive -r calamares.fdo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user