mirror of
https://github.com/WenPai-org/wp-chinese-converter.git
synced 2025-08-07 11:09:14 +08:00
特性:设置页中的繁体中文改为:繁體中文
This commit is contained in:
parent
5525c580b7
commit
c2713b687e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ $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-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