summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaishan <[email protected]>2021-06-05 22:02:01 +0800
committerHaishan <[email protected]>2021-06-05 22:02:01 +0800
commita62e2c93bc2c88ad119cdc247758c6979898d3c5 (patch)
treefbce317f44dc8ca5b864411ef0d1de62d3c37e9a /src
parent1eacaf4df756fce65b07cdf06daf72e2e1d71b5e (diff)
Fix language switch
Diffstat (limited to 'src')
-rw-r--r--src/misc/i18n.ts2
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,