creat lang

Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
TIANHE
2026-01-03 02:04:05 +08:00
parent 74bc06f82f
commit 1b2c302248
2 changed files with 1707 additions and 3 deletions
@@ -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