Update i18n.js

change langeage name
This commit is contained in:
SunX 2022-11-10 10:46:31 +08:00 committed by GitHub
parent c33314edfb
commit 26f4479859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ const languageCodeMap = {
// 'es': 'Español',
// 'it': 'Italiano',
// 'pl': 'Polski',
'zh-cn': '汉语 (简化字)'
'zh-cn': '简体中文 (Simplified Chinese)'
}
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {
return {