diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-01-10 15:45:18 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-01-10 15:45:18 +0100 |
commit | 25b15f26d2bcdb5c07a4ac914ea1eb5d7ab1d28e (patch) | |
tree | 7427967087f7fd7084484b68fef240d57827e5a8 /fetchtranslations.sh | |
parent | 162f73a94b80c18fe49bcd28af0123d94426eb92 (diff) |
add indonesian fetching, remove google-breakcode as sub project
Diffstat (limited to 'fetchtranslations.sh')
-rwxr-xr-x | fetchtranslations.sh | 4 |
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" |