[web] Fix page search to show proper translations

This commit is contained in:
Alain Nussbaumer 2022-06-05 10:46:00 +02:00 committed by chme
parent bfd60a4d30
commit c828549b85

View File

@ -52,7 +52,7 @@
class="button is-light is-small is-rounded"
@click="open_search_tracks"
v-text="
$t('page.search.show.tracks', {
$t('page.search.show-tracks', {
count: tracks.total.toLocaleString()
})
"
@ -81,7 +81,7 @@
class="button is-light is-small is-rounded"
@click="open_search_artists"
v-text="
$t('page.search.show.artists', {
$t('page.search.show-artists', {
count: artists.total.toLocaleString()
})
"
@ -139,7 +139,7 @@
class="button is-light is-small is-rounded"
@click="open_search_composers"
v-text="
$t('page.search.show.composers', {
$t('page.search.show-composers', {
count: composers.total.toLocaleString()
})
"
@ -168,7 +168,7 @@
class="button is-light is-small is-rounded"
@click="open_search_playlists"
v-text="
$t('page.search.show.playlists', {
$t('page.search.show-playlists', {
count: playlists.total.toLocaleString()
})
"
@ -197,7 +197,7 @@
class="button is-light is-small is-rounded"
@click="open_search_podcasts"
v-text="
$t('page.search.show.podcasts', {
$t('page.search.show-podcasts', {
count: podcasts.total.toLocaleString()
})
"
@ -227,7 +227,7 @@
class="button is-light is-small is-rounded"
@click="open_search_audiobooks"
v-text="
$t('page.search.show.audiobooks', {
$t('page.search.show-audiobooks', {
count: audiobooks.total.toLocaleString()
})
"