feat(语言文件): 补充中文翻译的注释

This commit is contained in:
hzj 2026-03-04 16:36:48 +08:00
parent f80be35a25
commit 93f4973b79
2 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export const setDocumentDirection = (lang) => {
// 定义语言方向映射
const languages = {
en: 'ltr',
// zh: 'ltr',
ar: 'rtl',
tr: 'ltr',
bn: 'ltr',

View File

@ -9,6 +9,11 @@ export const useLangStore = defineStore('lang', () => {
value: 'English',
dir: 'ltr',
},
// {
// type: 'zh',
// value: '中文',
// dir: 'ltr',
// },
{
type: 'ar',
value: 'اللغة العربية',