diff options
| author | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-02-17 23:20:37 +0300 |
|---|---|---|
| committer | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-02-17 23:20:37 +0300 |
| commit | f3457920178e7748cd38cc573f104b224d61d2d1 (patch) | |
| tree | fb6c40ba4b81319675c32bd9b0b623744e001563 /include | |
| parent | 901dd67a1a756f5c4e03cc452c40b39584184474 (diff) | |
| parent | b916161aa5888ef0c644a8e714f3a7a119c689a7 (diff) | |
Merge pull request #347 from chyuaner/master
Add Language: Traditional Chinese
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php index 8e8832a58..1d613a737 100644 --- a/include/functions.php +++ b/include/functions.php @@ -79,6 +79,7 @@ "ru_RU" => "Русский", "pt_BR" => "Portuguese/Brazil", "zh_CN" => "Simplified Chinese", + "zh_TW" => "Traditional Chinese", "sv_SE" => "Svenska", "fi_FI" => "Suomi", "tr_TR" => "Türkçe"); |