Fix missing translations for language selection setting
This commit is contained in:
@@ -25,9 +25,10 @@ export const i18nResources = [
|
|||||||
'it',
|
'it',
|
||||||
'ja',
|
'ja',
|
||||||
'ko',
|
'ko',
|
||||||
'nb_NO',
|
'nb-NO',
|
||||||
'pt',
|
'pt',
|
||||||
'sv',
|
'sv',
|
||||||
|
'tr',
|
||||||
'uk',
|
'uk',
|
||||||
'vi',
|
'vi',
|
||||||
'zh_Hans',
|
'zh_Hans',
|
||||||
|
|||||||
@@ -38,12 +38,12 @@ export const ISOLanguages: Record<ISOLanguageCode, ISOLanguage> = {
|
|||||||
nativeName: 'Português (Brasil)',
|
nativeName: 'Português (Brasil)',
|
||||||
dayjsImport: () => import('dayjs/locale/pt-br.js'),
|
dayjsImport: () => import('dayjs/locale/pt-br.js'),
|
||||||
},
|
},
|
||||||
'zh-hans': {
|
zh_Hans: {
|
||||||
name: 'Chinese (Simplified)',
|
name: 'Chinese (Simplified)',
|
||||||
nativeName: '中文 (HANS)',
|
nativeName: '中文 (HANS)',
|
||||||
dayjsImport: () => import('dayjs/locale/zh-cn.js'),
|
dayjsImport: () => import('dayjs/locale/zh-cn.js'),
|
||||||
},
|
},
|
||||||
'zh-hant': {
|
zh_Hant: {
|
||||||
name: 'Chinese (Traditional)',
|
name: 'Chinese (Traditional)',
|
||||||
nativeName: '中文 (HANT)',
|
nativeName: '中文 (HANT)',
|
||||||
dayjsImport: () => import('dayjs/locale/zh-hk.js'),
|
dayjsImport: () => import('dayjs/locale/zh-hk.js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user