From 478f1065fb6d92fbd4bdf8b0a513f32cf48af170 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 20 Oct 2015 21:03:25 +0200 Subject: po: Update translations from transifex --- build/tx-update | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build') 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 -- cgit v1.1