We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085062 commit 9e311dbCopy full SHA for 9e311db
frontend/src/components/layout/Person.vue
@@ -35,15 +35,15 @@ const dialogVisible = ref(false)
35
const aboutRef = ref()
36
const languageList = computed(() => [
37
{
38
- name: t('common.english'),
+ name: 'English',
39
value: 'en',
40
},
41
42
- name: t('common.simplified_chinese'),
+ name: '简体中文',
43
value: 'zh-CN',
44
45
46
- name: t('common.korean'),
+ name: '한국인',
47
value: 'ko-KR',
48
49
])
0 commit comments