feat(#22): Use translation keys in files
This commit is contained in:
@@ -36,10 +36,12 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
const { t: $t } = useI18n()
|
||||
|
||||
const links = [
|
||||
[
|
||||
{
|
||||
label: 'General',
|
||||
label: $t('common.general'),
|
||||
icon: 'i-lucide-user',
|
||||
to: '/settings',
|
||||
exact: true
|
||||
@@ -47,7 +49,7 @@ const links = [
|
||||
],
|
||||
[
|
||||
{
|
||||
label: 'General2',
|
||||
label: $t('common.general'),
|
||||
icon: 'i-lucide-user',
|
||||
to: '/settings',
|
||||
exact: true
|
||||
|
||||
Reference in New Issue
Block a user