feat(i18n): i18nize everything
This commit is contained in:
@@ -253,8 +253,8 @@ defineOptions({ render: () => null });
|
||||
<template>
|
||||
<CommonButtons
|
||||
:y-offset="confirmationModal.buttonsYOffset"
|
||||
b-label="Quit"
|
||||
:a-label="state === 'waiting' ? 'Start' : 'Restart'"
|
||||
:b-label="$t('common.quit')"
|
||||
:a-label="state === 'waiting' ? $t('common.start') : $t('common.restart')"
|
||||
@activate-b="handleCancel"
|
||||
@activate-a="handleConfirm"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user