fix language mapping

This commit is contained in:
xbol0 2023-08-11 03:08:10 +00:00
parent 86a6414f29
commit 97582049be

View File

@ -12,7 +12,7 @@ import tw from "../i18n/zh_TW.js"
i18next.use(i18nextBrowserLanguageDetector).init({
fallbackLng: 'en',
resources: {
"en-US": cn,
"en-US": en,
"en": en,
"zh-TW": tw,
"zh-CN": cn,