diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-04-10 17:48:31 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-04-11 08:02:32 +0800 |
commit | b7ac59693774855d203bf14194da72432bc4f7a6 (patch) | |
tree | 574fb00459310d4315676f9bd31b49f78e371407 /luci.mk | |
parent | 43e872871a85dce70509c3c97c10e9c61788c378 (diff) |
luci.mk: correct titles of zh_Hans and zh_Hant
zh_Hans: 简体中文 (Chinese Simplified)
zh_Hant: 繁體中文 (Chinese Traditional)
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'luci.mk')
-rw-r--r-- | luci.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ LUCI_LANG.sv=Svenska (Swedish) LUCI_LANG.tr=Türkçe (Turkish) LUCI_LANG.uk=Українська (Ukrainian) LUCI_LANG.vi=Tiếng Việt (Vietnamese) -LUCI_LANG.zh_Hans=中文 (Chinese) -LUCI_LANG.zh_Hant=臺灣華語 (Taiwanese) +LUCI_LANG.zh_Hans=简体中文 (Chinese Simplified) +LUCI_LANG.zh_Hant=繁體中文 (Chinese Traditional) # Submenu titles LUCI_MENU.col=1. Collections |