From 2949598db634146997a2c0b92428f5633d4e9995 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 10 Jan 2013 15:45:18 +0100 Subject: add indonesian fetching, remove google-breakcode as sub project --- fetchtranslations.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fetchtranslations.sh') 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" -- cgit v1.2.3