summaryrefslogtreecommitdiff
path: root/fetchtranslations.sh
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-01-10 15:45:18 +0100
committerArne Schwabe <arne@rfc2549.org>2013-01-10 15:45:18 +0100
commit2949598db634146997a2c0b92428f5633d4e9995 (patch)
tree3434c9ac23f07c92190ce16558c0301dd715d332 /fetchtranslations.sh
parent8856db942533d34cba2868e3a22577cf9e8a2c0a (diff)
add indonesian fetching, remove google-breakcode as sub project
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-xfetchtranslations.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/fetchtranslations.sh b/fetchtranslations.sh
index 9b12695b..8c70327f 100755
--- a/fetchtranslations.sh
+++ b/fetchtranslations.sh
@@ -19,12 +19,14 @@ done
# Chinese language require zh-CN and zh-TW
-for lang in zh-CN zh-TW
+for lang in zh-CN zh-TW id
do
if [ $lang = "zh-CN" ] ; then
rlang="zh-rCN"
elif [ $lang = "zh-TW" ] ; then
rlang="zh-rTW"
+ elif [ $lang = "id" ] ; then
+ rlang="id"
fi
echo "Fetch archive for $lang"