特性:设置页中的繁体中文改为:繁體中文

This commit is contained in:
sunxiyuan 2021-03-07 13:18:26 +08:00
parent 5525c580b7
commit c2713b687e

View file

@ -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'),