Fix language switch
This commit is contained in:
parent
1eacaf4df7
commit
a62e2c93bc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ i18next
|
|||
}
|
||||
},
|
||||
},
|
||||
supportedLngs: ['en', 'zh-CN'],
|
||||
supportedLngs: ['en', 'zh'],
|
||||
fallbackLng: 'en',
|
||||
interpolation: {
|
||||
escapeValue: false,
|
||||
|
|
Loading…
Reference in a new issue