From 66bb57a65d1ebab8bc54cf7a543305f8ecb9c31d Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 7 Dec 2012 16:56:33 +0000 Subject: [PATCH] adding new languages (it,nl) --- .tx/config | 1 + repos-to-tx.sh | 2 +- tx-to-repos.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index 07fb3907..d9cde2f5 100644 --- a/.tx/config +++ b/.tx/config @@ -9,4 +9,5 @@ trans.es_ES = lang/es_ES.po trans.pt_BR = lang/pt_BR.po trans.de_DE = lang/de_DE.po trans.it_IT = lang/it_IT.po +trans.nl_NL = lang/nl_NL.po diff --git a/repos-to-tx.sh b/repos-to-tx.sh index 08d2abac..eb0b6746 100755 --- a/repos-to-tx.sh +++ b/repos-to-tx.sh @@ -25,7 +25,7 @@ fi pushd ../.. -langs="fr_FR de_DE en_US es_ES pt_BR it_IT" +langs="fr_FR de_DE en_US es_ES pt_BR it_IT nl_NL" # external repositories : for project in alternc alternc-mailman diff --git a/tx-to-repos.sh b/tx-to-repos.sh index b7c12056..499063c7 100755 --- a/tx-to-repos.sh +++ b/tx-to-repos.sh @@ -16,7 +16,7 @@ tx pull -a -f -langs="fr_FR de_DE en_US es_ES pt_BR it_IT" +langs="fr_FR de_DE en_US es_ES pt_BR it_IT nl_NL" for lang in $langs do