Restructure translation files

This commit is contained in:
2024-10-25 13:05:51 +02:00
parent 10d6142fff
commit fedb821a72
39 changed files with 526 additions and 596 deletions

View File

@@ -31,7 +31,7 @@ bandStore.getBand(String(router.currentRoute.value.params.name).replaceAll('-',
<v-col cols="10">
<v-row>
<v-col>
<section-divider :title="$t('concert', 2)" />
<section-divider :title="$t('concert.concert', 2)" />
</v-col>
</v-row>
@@ -42,7 +42,7 @@ bandStore.getBand(String(router.currentRoute.value.params.name).replaceAll('-',
<v-row>
<v-col>
<section-divider :title="$t('bandMember')" />
<section-divider :title="$t('band.bandMember')" />
</v-col>
</v-row>
@@ -53,7 +53,7 @@ bandStore.getBand(String(router.currentRoute.value.params.name).replaceAll('-',
<v-row>
<v-col>
<section-divider :title="$t('rating', 2)" />
<section-divider :title="$t('band.rating', 2)" />
</v-col>
</v-row>
@@ -65,7 +65,7 @@ bandStore.getBand(String(router.currentRoute.value.params.name).replaceAll('-',
<v-row>
<v-col>
<section-divider :title="$t('image', 2)" />
<section-divider :title="$t('band.image', 2)" />
</v-col>
</v-row>

View File

@@ -34,7 +34,7 @@ defineProps({
readonly
/>
<div class="px-3 text-h6">{{ ratings.length }} {{ $t('rating', ratings.length) }}</div>
<div class="px-3 text-h6">{{ ratings.length }} {{ $t('band.rating', ratings.length) }}</div>
</div>
</v-col>