diff options
| author | Haishan <[email protected]> | 2021-06-05 22:02:01 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-06-05 22:02:01 +0800 |
| commit | a62e2c93bc2c88ad119cdc247758c6979898d3c5 (patch) | |
| tree | fbce317f44dc8ca5b864411ef0d1de62d3c37e9a /src | |
| parent | 1eacaf4df756fce65b07cdf06daf72e2e1d71b5e (diff) | |
Fix language switch
Diffstat (limited to 'src')
| -rw-r--r-- | src/misc/i18n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/i18n.ts b/src/misc/i18n.ts index 6155732..cf1a4f2 100644 --- a/src/misc/i18n.ts +++ b/src/misc/i18n.ts @@ -48,7 +48,7 @@ i18next } }, }, - supportedLngs: ['en', 'zh-CN'], + supportedLngs: ['en', 'zh'], fallbackLng: 'en', interpolation: { escapeValue: false, |
