国际化

This commit is contained in:
John
2024-03-09 02:48:29 +08:00
parent f9f962a8ae
commit 041dda021a

View File

@@ -155,8 +155,8 @@ const showPicker = ref(false)
const columns = [
{ text: '中文', value: 'zh' },
{ text: 'Bahasa indonesia', value: 'hi' },
{ text: 'हिंदी', value: 'id' },
{ text: 'Bahasa indonesia', value: 'id' },
{ text: 'हिंदी', value: 'hi' },
// { text: t('language.zh'), value: 'zh' },
// { text: t('language.hi'), value: 'hi' },
// { text: t('language.id'), value: 'id' },