@@ -4,9 +4,9 @@ import { Icon, Menu, Dropdown } from 'ant-design-vue'
|
||||
import { i18nRender } from '@/locales'
|
||||
import i18nMixin from '@/store/i18n-mixin'
|
||||
|
||||
const locales = ['en-US', 'ja-JP', 'ko-KR', 'vi-VN', 'th-TH', 'ar-SA', 'fr-FR', 'de-DE', 'zh-TW']
|
||||
const locales = ['en-US', 'ja-JP', 'ko-KR', 'vi-VN', 'th-TH', 'ar-SA', 'fr-FR', 'de-DE', 'zh-TW', 'zh-CN']
|
||||
const languageLabels = {
|
||||
// 'zh-CN': '简体中文',
|
||||
'zh-CN': '简体中文',
|
||||
'zh-TW': '繁體中文',
|
||||
'en-US': 'English',
|
||||
'ja-JP': '日本語',
|
||||
@@ -19,7 +19,7 @@ const languageLabels = {
|
||||
}
|
||||
// eslint-disable-next-line
|
||||
const languageIcons = {
|
||||
// 'zh-CN': '🇨🇳',
|
||||
'zh-CN': '🇨🇳',
|
||||
'zh-TW': 'sg',
|
||||
'en-US': '🇺🇸',
|
||||
'ja-JP': '🇯🇵',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user