mirror of
https://github.com/WenPai-org/wp-chinese-converter.git
synced 2025-08-05 02:09:02 +08:00
特性:大陆简体改名为简体中文, 台湾繁体改为繁体中文。
This commit is contained in:
parent
bb77de4733
commit
7ecf6e6ce8
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ $wpcs_target_lang = false;
|
|||
//您可以更改提示文字,如"简体中文","繁体中文".但是不要改动其它.
|
||||
//不要改键值的语言代码zh-xx, 本插件一些地方使用了硬编码的语言代码.
|
||||
$wpcs_langs = array(
|
||||
'zh-cn' => array('zhconversion_cn', 'cntip', '大陆简体','zh-CN'),
|
||||
'zh-tw' => array('zhconversion_tw', 'twtip', '台灣正體','zh-TW'),
|
||||
'zh-cn' => array('zhconversion_cn', 'cntip', '简体中文','zh-CN'),
|
||||
'zh-tw' => array('zhconversion_tw', 'twtip', '繁体中文','zh-TW'),
|
||||
/*
|
||||
'zh-hans' => array('zhconversion_hans', 'hanstip', '简体中文','zh-Hans'),
|
||||
'zh-hant' => array('zhconversion_hant', 'hanttip', '繁體中文','zh-Hant'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue