国际化
This commit is contained in:
@@ -22,7 +22,7 @@ if (!lang) {
|
||||
getDefaultLocal().then(res => {
|
||||
console.log('res', res)
|
||||
if (res === 'gu_IN') {
|
||||
localStorage.setItem('lang', 'id')
|
||||
localStorage.setItem('lang', 'hi')
|
||||
} else {
|
||||
localStorage.setItem('lang', 'zh')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user