fix: missing translation strings
This commit is contained in:
@ -60,7 +60,7 @@ prf.reload();
|
|||||||
<AimeOptions />
|
<AimeOptions />
|
||||||
<MiscOptions />
|
<MiscOptions />
|
||||||
<OptionCategory
|
<OptionCategory
|
||||||
title="Extensions"
|
:title="t('cfg.extensions.title')"
|
||||||
v-if="prf.current?.meta.game === 'chunithm'"
|
v-if="prf.current?.meta.game === 'chunithm'"
|
||||||
>
|
>
|
||||||
<OptionRow :title="t('cfg.extensions.saekawa')">
|
<OptionRow :title="t('cfg.extensions.saekawa')">
|
||||||
|
@ -203,7 +203,7 @@ const tryStart = () => {
|
|||||||
v-tooltip="disabledTooltip"
|
v-tooltip="disabledTooltip"
|
||||||
:disabled="disabledTooltip !== null"
|
:disabled="disabledTooltip !== null"
|
||||||
icon="pi pi-play"
|
icon="pi pi-play"
|
||||||
label="START"
|
:label="t('start.button.start')"
|
||||||
aria-label="start"
|
aria-label="start"
|
||||||
size="small"
|
size="small"
|
||||||
class="m-2.5"
|
class="m-2.5"
|
||||||
|
Reference in New Issue
Block a user