Skip to content

Commit e5d950e

Browse files
authored
Merge pull request #67 from yjd/master
增加 zh-CN
2 parents 0914fd8 + 29ae7f8 commit e5d950e

File tree

2 files changed

+487
-3
lines changed

2 files changed

+487
-3
lines changed

Www/ejs/SettingWindow/SettingWindow.ejs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@
366366
<div class="text-content">
367367
<select class="text-input" id="select-lang">
368368
<option value="en">English</option>
369-
<option value="zh-TW">中文</option>
369+
<option value="zh-TW">繁体中文</option>
370+
<option value="zh-CN">简体中文</option>
370371
<option value="ja">日本語</option>
371372
</select>
372373
</div>
@@ -1208,4 +1209,4 @@
12081209

12091210
</body>
12101211

1211-
</html>
1212+
</html>

0 commit comments

Comments
 (0)