国际化
This commit is contained in:
@@ -155,8 +155,8 @@ const showPicker = ref(false)
|
|||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
{ text: '中文', value: 'zh' },
|
{ text: '中文', value: 'zh' },
|
||||||
{ text: 'Bahasa indonesia', value: 'hi' },
|
{ text: 'Bahasa indonesia', value: 'id' },
|
||||||
{ text: 'हिंदी', value: 'id' },
|
{ text: 'हिंदी', value: 'hi' },
|
||||||
// { text: t('language.zh'), value: 'zh' },
|
// { text: t('language.zh'), value: 'zh' },
|
||||||
// { text: t('language.hi'), value: 'hi' },
|
// { text: t('language.hi'), value: 'hi' },
|
||||||
// { text: t('language.id'), value: 'id' },
|
// { text: t('language.id'), value: 'id' },
|
||||||
|
|||||||
Reference in New Issue
Block a user