Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supportedLocales, improvements of Chinese #795

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,15 @@
//'tzm' => ['name' => 'Central Atlas Tamazight (Tifinagh)','script' => 'Tfng', 'native' => 'ⵜⴰⵎⴰⵣⵉⵖⵜ', 'regional' => ''],
//'yue' => ['name' => 'Yue', 'script' => 'Hant', 'native' => '廣州話', 'regional' => 'yue_HK'],
//'ja' => ['name' => 'Japanese', 'script' => 'Jpan', 'native' => '日本語', 'regional' => 'ja_JP'],
//'zh' => ['name' => 'Chinese (Simplified)', 'script' => 'Hans', 'native' => '简体中文', 'regional' => 'zh_CN'],
//'zh-Hant' => ['name' => 'Chinese (Traditional)', 'script' => 'Hant', 'native' => '繁體中文', 'regional' => 'zh_CN'],
//'zh' => ['name' => 'Chinese', 'script' => 'Hans', 'native' => '中文', 'regional' => 'zh_CN'],
//'zh_CN' => ['name' => 'Simplified Chinese (Mainland China)', 'script' => 'Hans', 'native' => '简体中文(中国大陆)', 'regional' => 'zh_CN'],
//'zh_HK' => ['name' => 'Traditional Chinese (Hong Kong)', 'script' => 'Hant', 'native' => '繁體中文(香港)', 'regional' => 'zh_HK'],
//'zh_MO' => ['name' => 'Traditional Chinese (Macau)', 'script' => 'Hant', 'native' => '繁體中文(澳門)', 'regional' => 'zh_MO'],
//'zh_TW' => ['name' => 'Traditional Chinese (Taiwan)', 'script' => 'Hant', 'native' => '正體中文(臺灣)', 'regional' => 'zh_TW'],
//'zh_MY' => ['name' => 'Simplified Chinese (Malaysia)', 'script' => 'Hans', 'native' => '简体中文(马来西亚)', 'regional' => 'zh_MY'],
//'zh_SG' => ['name' => 'Simplified Chinese (Singapore)', 'script' => 'Hans', 'native' => '简体中文(新加坡)', 'regional' => 'zh_SG'],
//'zh-Hans' => ['name' => 'Chinese (Simplified)', 'script' => 'Hans', 'native' => '简体中文', 'regional' => 'zh_CN'],
//'zh-Hant' => ['name' => 'Chinese (Traditional)', 'script' => 'Hant', 'native' => '繁體中文', 'regional' => 'zh_TW'],
//'ii' => ['name' => 'Sichuan Yi', 'script' => 'Yiii', 'native' => 'ꆈꌠꉙ', 'regional' => ''],
//'vai' => ['name' => 'Vai (Vai)', 'script' => 'Vaii', 'native' => 'ꕙꔤ', 'regional' => ''],
//'jv-Java' => ['name' => 'Javanese (Javanese)', 'script' => 'Java', 'native' => 'ꦧꦱꦗꦮ', 'regional' => ''],
Expand Down