[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

@@ -5,6 +5,7 @@ import translation_en from "./en.json";
import translation_ja from "./ja.json";
import translation_ko from "./ko.json";
import translation_zh_Hant from "./zh-Hant.json";
import translation_zh_Hans from "./zh-Hans.json";
const resources = {
@@ -12,6 +13,7 @@ const resources = {
ja: { translation: translation_ja },
ko: { translation: translation_ko },
"zh-Hant": { translation: translation_zh_Hant },
"zh-Hans": { translation: translation_zh_Hans },
};
i18n