1
0
Fork 0

Add zh-Hans-CN to i18n.ts

This commit is contained in:
SerCom_KC 2018-09-25 17:53:20 +08:00 committed by Chocobozzz
parent 96cdbcfa07
commit 1e45c78f5c
1 changed files with 3 additions and 2 deletions

View File

@ -10,10 +10,11 @@ export const I18N_LOCALES = {
'de-DE': 'Deutsch',
'es-ES': 'Español',
'oc': 'Occitan',
'zh-Hant-TW': '中文 (繁體, 台灣)',
'zh-Hant-TW': '繁體中文(台灣)',
'pt-BR': 'Português (Brasil)',
'sv-SE': 'svenska'
'sv-SE': 'svenska',
// 'pl-PL': 'Polski'
'zh-Hans-CN': '简体中文(中国)'
}
const I18N_LOCALE_ALIAS = {