diff options
| author | nb5p <[email protected]> | 2023-05-17 22:35:24 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-05-17 22:46:03 +0800 |
| commit | 65d6e2bd4fd0cc882c040d7c99a4581e2b950b96 (patch) | |
| tree | 30c0d547faf6e9b8521e6569bfd75c1a481db4bb /src/misc | |
| parent | 9ad752052bde61e9235522cef500983ff57a8e98 (diff) | |
fix i18next warn
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/i18n.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/i18n.ts b/src/misc/i18n.ts index d285d29..0c64740 100644 --- a/src/misc/i18n.ts +++ b/src/misc/i18n.ts @@ -52,6 +52,7 @@ i18next }, }, supportedLngs: ['zh-CN', 'zh-TW', 'en'], + load: 'currentOnly', fallbackLng: 'en', interpolation: { escapeValue: false, |
