aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/langs.php b/langs.php
index b619ebf98..01079e229 100644
--- a/langs.php
+++ b/langs.php
@@ -20,7 +20,8 @@ $langs = array(
'ru' => 'Русский',
'tr' => 'Türkçe',
'sl' => 'Slovenščina',
- 'zh-cn' => '简体中文'
+ 'zh-cn' => '简体中文',
+ 'zh-tw' => '正體中文'
);
$sru = trim($_SERVER['REQUEST_URI']);