mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Fix page search to show proper translations
This commit is contained in:
parent
bfd60a4d30
commit
c828549b85
@ -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()
|
||||
})
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user