feat(#22): Use translation keys in files

This commit is contained in:
2025-11-21 19:20:19 +01:00
parent 63023f4f9f
commit 81b1227e82
28 changed files with 497 additions and 195 deletions

View File

@@ -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