Commit c729acd3 authored by Medicean's avatar Medicean

(New:Language)新增「繁體中文(香港)」和「繁體中文(台灣)」两种语言

parent 7e126017
......@@ -33,6 +33,7 @@
* 修复默认设置保存时导致 bookmarks 清空的问题
* PHP Custom Shell 新增 listcmd 功能
* PHP Custom Shell 新增数据库支持函数检查接口
* 新增「繁體中文(香港)」和「繁體中文(台灣)」两种语言
## 2019/03/20 `v(2.0.6)`
......
......@@ -5,7 +5,9 @@
const languages = {
'en': 'English',
'zh': '简体中文'
'zh': '简体中文',
'zh_hk': '繁體中文(香港)',
'zh_tw': '繁體中文(台灣)'
}
// 获取本地设置语言(如若没有,则获取浏览器语言
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment