diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-13 12:19:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-13 12:19:01 +0200 |
commit | a76d0962aebe0135d038c41795deb61af2bf78cd (patch) | |
tree | f4bf1f453ab2158c2baa54c1914edb68a0705a15 /misc/fetchtranslations.sh | |
parent | 10f6998a71d657940b96b222e9d5b60fb69fd2ce (diff) |
Add Turkish to the list of languages
Diffstat (limited to 'misc/fetchtranslations.sh')
-rwxr-xr-x | misc/fetchtranslations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fetchtranslations.sh b/misc/fetchtranslations.sh index f3f98b8d..2889a9c4 100755 --- a/misc/fetchtranslations.sh +++ b/misc/fetchtranslations.sh @@ -10,7 +10,7 @@ fi echo "Fetch translation archive" fetch -q http://crowdin.net/download/project/ics-openvpn.zip -langtoinclude="ca cs de es et fr id it ja ko no nl pl ro ru sv uk" +langtoinclude="ca cs de es et fr id it ja ko no nl pl ro ru sv tr uk" for lang in $langtoinclude do |