summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-01 22:03:32 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-03 00:08:19 +0900
commit9286a9b97ec9aef5bcef965e01e1964521c84ab6 (patch)
tree54050295456b3277632d89306e57c5d730a5cc2b /src
parente67de4ef8c577413795c848d1b73609e771c93d4 (diff)
"en-us" removed, only "en" now.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/app.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.ts b/src/app.ts
index 4cf37c8..c4bcdcd 100755
--- a/src/app.ts
+++ b/src/app.ts
@@ -57,8 +57,8 @@ async function initializeApp() {
loadPath: path.join(getLocalesPath(), '{{lng}}.json'),
},
fallbackLng: 'en',
- preload: ['en-US', 'ja'],
- supportedLngs: ['en','en-US', 'ja'],
+ preload: ['en', 'ja'],
+ supportedLngs: ['en', 'ja'],
nonExplicitSupportedLngs: true,
load: 'languageOnly',
debug: false,