From 912c98c71b64719d55be85e59097230b257d1a68 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 23 Apr 2018 19:33:39 +0200 Subject: [PATCH] Fix #175: Typos/not showing text due to i18n work --- changes/changelog.d/175.bugfix | 1 + front/src/components/activity/Like.vue | 6 +++--- front/src/components/activity/Listen.vue | 10 +++++----- front/src/components/library/Artist.vue | 5 +---- front/src/views/instance/Timeline.vue | 6 ------ 5 files changed, 10 insertions(+), 18 deletions(-) create mode 100644 changes/changelog.d/175.bugfix diff --git a/changes/changelog.d/175.bugfix b/changes/changelog.d/175.bugfix new file mode 100644 index 000000000..f62a5273d --- /dev/null +++ b/changes/changelog.d/175.bugfix @@ -0,0 +1 @@ +Typos/not showing text due to i18n work (#175) diff --git a/front/src/components/activity/Like.vue b/front/src/components/activity/Like.vue index deda121cc..5396accc2 100644 --- a/front/src/components/activity/Like.vue +++ b/front/src/components/activity/Like.vue @@ -5,10 +5,10 @@
- - - + + +
{{ event.object.name }} diff --git a/front/src/components/activity/Listen.vue b/front/src/components/activity/Listen.vue index d207c280d..bfa3ca164 100644 --- a/front/src/components/activity/Listen.vue +++ b/front/src/components/activity/Listen.vue @@ -5,16 +5,16 @@
- - - + + + +
{{ event.object.name }} - {{ event.object.album }} - {{ event.object.artist }} + {{ event.object.album }}{{ event.object.artist }} {{ event.object.artist }} diff --git a/front/src/components/library/Artist.vue b/front/src/components/library/Artist.vue index 5c17ac6af..e16cb6587 100644 --- a/front/src/components/library/Artist.vue +++ b/front/src/components/library/Artist.vue @@ -11,10 +11,7 @@
{{ artist.name }}
- - {{ totalTracks }} - {{ albums.length }} - + {{ $t('{% track_count %} tracks in {% album_count %} albums', {track_count: totalTracks, album_count: albums.length})}}
diff --git a/front/src/views/instance/Timeline.vue b/front/src/views/instance/Timeline.vue index 8b34798cd..2ab8b708c 100644 --- a/front/src/views/instance/Timeline.vue +++ b/front/src/views/instance/Timeline.vue @@ -14,12 +14,6 @@ v-if="components[event.type]" :is="components[event.type]" :event="event"> - - {{ event.published }} -