diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-01 22:03:32 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-03 00:08:19 +0900 |
commit | 9286a9b97ec9aef5bcef965e01e1964521c84ab6 (patch) | |
tree | 54050295456b3277632d89306e57c5d730a5cc2b /src | |
parent | e67de4ef8c577413795c848d1b73609e771c93d4 (diff) |
"en-us" removed, only "en" now.
Diffstat (limited to 'src')
-rwxr-xr-x | src/app.ts | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |