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',
|
fallbackLng: 'en',
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false,
|
escapeValue: false,
|
||||||
|
|
Loading…
Reference in a new issue