feat(i18n): i18nize everything
This commit is contained in:
@@ -56,8 +56,8 @@ defineOptions({ render: () => null });
|
||||
<template>
|
||||
<CommonButtons
|
||||
:y-offset="0"
|
||||
b-label="Cancel"
|
||||
a-label="Confirm"
|
||||
:b-label="$t('common.cancel')"
|
||||
:a-label="$t('common.confirm')"
|
||||
@activate-b="handleCancel"
|
||||
@activate-a="handleConfirm"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user