i18n: various i18n additions & fixes (#719)

This commit is contained in:
Linus Groh 2023-01-03 01:16:33 +01:00 committed by GitHub
parent 8a3cfcd089
commit 029440421d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 76 additions and 11 deletions

View file

@ -193,7 +193,7 @@ const languageList: {
name?: string
}[] = [{
code: null,
nativeName: 'None',
nativeName: t('language.none'),
}, ...ISO6391.getAllCodes().map(code => ({
code,
nativeName: ISO6391.getNativeName(code),
@ -363,7 +363,7 @@ defineExpose({
<div min-w-80 p3>
<input
v-model="languageKeyword"
placeholder="Search"
:placeholder="t('language.search')"
p2 mb2 border-rounded w-full bg-transparent
outline-none border="~ base"
>