Fix language switch

This commit is contained in:
Haishan 2021-06-05 22:02:01 +08:00
parent 1eacaf4df7
commit a62e2c93bc

View file

@ -48,7 +48,7 @@ i18next
}
},
},
supportedLngs: ['en', 'zh-CN'],
supportedLngs: ['en', 'zh'],
fallbackLng: 'en',
interpolation: {
escapeValue: false,