[Update] Localization. Add zh-Hans.(yaml data from v2.2.9 and I changed its format to json)

This commit is contained in:
Sakamoto Shiina
2024-11-21 15:35:28 +09:00
parent 7e16b2f101
commit 9e58bff26e
3 changed files with 247 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ export const ui_configs = {
{id: "ja", label: "日本語"},
{id: "ko", label: "한국어"},
{id: "zh-Hant", label: "繁體中文"},
{id: "zh-Hans", label: "简体中文"},
]
};