新增 zh-TW 台灣正體中文語言包 (#60)

* 新增 zh-TW 台灣正體中文語言包

* 調整用詞

* Update locale_diff.py

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
This commit is contained in:
Feng, Cheng-Chi
2023-04-15 21:28:27 +08:00
committed by GitHub
parent aeec244087
commit 7ee8b206de
2 changed files with 100 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ from collections import OrderedDict
standard_file = "zh_CN.json"
# Define the list of supported languages
languages = ["ja_JP.json", "en_US.json"]
languages = ["zh_TW.json", "ja_JP.json", "en_US.json"]
# Load the standard file
with open(standard_file, "r", encoding="utf-8") as f: