forked from LaconicNetwork/cosmos-explorer
add Japanese
This commit is contained in:
parent
3688045165
commit
d97a7a2096
@ -16,6 +16,10 @@ const i18nLangs: Array<{ label: string; i18nLang: string }> = [
|
||||
label: 'Indonesian',
|
||||
i18nLang: 'id',
|
||||
},
|
||||
{
|
||||
label: '日本語',
|
||||
i18nLang: 'jo',
|
||||
},
|
||||
];
|
||||
|
||||
let locale = ref(useI18n({ useScope: 'global' }).locale);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user