fix: localization fixes

This commit is contained in:
2025-04-27 20:30:22 +00:00
parent 240f60b283
commit 91d38b58c4
10 changed files with 99 additions and 77 deletions

View File

@ -150,14 +150,14 @@ const importPick = async () => {
</div>
<div class="mt-4 flex flex-row flex-wrap align-middle gap-4">
<Button
label="Import template"
:label="t('profile.import')"
icon="pi pi-file-import"
class="import-button profile-button"
@click="() => importPick()"
/>
<Button
:disabled="prf.current === null"
label="Export template"
:label="t('profile.export')"
icon="pi pi-file-export"
class="profile-button"
@click="() => openExportDialog()"
@ -179,6 +179,7 @@ const importPick = async () => {
:options="[
{ title: 'English', value: 'en' },
// { title: '日本語', value: 'ja' },
{ title: 'Polski', value: 'pl' },
]"
size="small"
option-label="title"