Adding Traditional Chinese Translation

This commit is contained in:
Tomy Hsieh 2022-07-02 11:24:44 +08:00
parent 33eb2c8801
commit f96e0c4071
No known key found for this signature in database
GPG Key ID: 9E47A53D54F34479
3 changed files with 1043 additions and 1 deletions

View File

@ -101,7 +101,8 @@ $AVAILABLE_LANGUAGES = array(
'sk' => 'Slovenčina (Slovak)',
'sv' => 'Svenska (Swedish)',
'uk' => 'Українська (Ukrainian)',
'zh' => '中文 (Chinese)'
'zh_Hans' => '简体中文 (Simplified Chinese)',
'zh_Hant' => '繁體中文 (Traditional Chinese)',
);
// Change theme (default: lumen)

File diff suppressed because it is too large Load Diff