diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-02-20 23:03:56 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-02-20 23:03:56 +0100 |
commit | 73c6bef5fae4ff148ad378e7d5eab1ec1e5ac4a9 (patch) | |
tree | ea4888e0061df0e79faccc240f56be1fc2447b9e /main/misc/fetchtranslations.sh | |
parent | f81741cd526df1e4406e1f8ccfbb2abc9c563fd8 (diff) |
add Vietnamese language
Diffstat (limited to 'main/misc/fetchtranslations.sh')
-rwxr-xr-x | main/misc/fetchtranslations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/fetchtranslations.sh b/main/misc/fetchtranslations.sh index 356748d6..cbed220f 100755 --- a/main/misc/fetchtranslations.sh +++ b/main/misc/fetchtranslations.sh @@ -14,7 +14,7 @@ fetch -q http://crowdin.net/download/project/ics-openvpn.zip # Chinese language require zh-CN and zh-TW typeset -A langhash -langhash=(zh-CN zh-rCN zh-TW zh-rTW id-ID in ca-ES ca cs-CZ cs et-EE et ja-JP ja ko-KR ko sv-SE sv uk-UA uk) +langhash=(zh-CN zh-rCN zh-TW zh-rTW id-ID in ca-ES ca cs-CZ cs et-EE et ja-JP ja ko-KR ko sv-SE sv uk-UA uk vi-VN vi) langtoinclude="de es fr hu it no nl pl pt ro ru tr" |