diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-08 13:55:43 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-08 14:26:26 +0200 |
commit | f13160f5cf0a6eb39667186a21fe96bb6dbae976 (patch) | |
tree | e7bca3511c98143fe55dc13a1b1f06462abc130b /web | |
parent | ed72af63782c455ece6568b96849a29c43c79f1b (diff) | |
download | aurweb-f13160f5cf0a6eb39667186a21fe96bb6dbae976.tar.xz |
Add Chinese (Taiwan) translations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/translator.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/lib/translator.inc.php b/web/lib/translator.inc.php index b50ef4b..29bd1b3 100644 --- a/web/lib/translator.inc.php +++ b/web/lib/translator.inc.php @@ -45,7 +45,8 @@ $SUPPORTED_LANGS = array( "sr" => "Srpski", "tr" => "Türkçe", "uk" => "Українська", - "zh_CN" => "简体中文" + "zh_CN" => "简体中文", + "zh_TW" => "正體中文" ); function __() { |