diff options
Diffstat (limited to 'build')
-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 |