diff options
author | Stef Walter <stefw@redhat.com> | 2015-10-20 21:03:25 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2015-10-20 21:03:25 +0200 |
commit | 478f1065fb6d92fbd4bdf8b0a513f32cf48af170 (patch) | |
tree | fff3667273ab16983445151489bf80292e87d3bb /build/tx-update | |
parent | 5e6336ba0393c9d69be843c432e4c4927caea245 (diff) |
po: Update translations from transifex
Diffstat (limited to 'build/tx-update')
-rw-r--r-- | build/tx-update | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/tx-update b/build/tx-update index 55d771f..5d61335 100644 --- a/build/tx-update +++ b/build/tx-update @@ -56,10 +56,8 @@ done # Setup associations for lang in $(lingua_langs); do - if [ ! -f "po/$lang.po" ]; then - tx set -r $TX_RESOURCE -l $lang po/$lang.po - pull_again="yes" - fi + tx set -r $TX_RESOURCE -l $lang po/$lang.po + pull_again="yes" done # Pull and get all translations |