From 42f5fb6bf3240ce65f35934e894e977bf4cdc626 Mon Sep 17 00:00:00 2001 From: senderfm Date: Wed, 5 Jun 2019 10:38:15 +0200 Subject: [PATCH] Fixed No untranslated strings --- webapp/locales/de.json | 5 ++ webapp/locales/en.json | 5 ++ webapp/pages/profile/_id/_slug.vue | 118 +++++++++++++++++++---------- 3 files changed, 86 insertions(+), 42 deletions(-) diff --git a/webapp/locales/de.json b/webapp/locales/de.json index fb33e2fd8..909659366 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -160,6 +160,11 @@ } }, "common": { + "your": { + "post": "Dein Beitrag ::: Deine Beiträge", + "comment": "Dein Kommentar ::: Deine Kommentare", + "shouted": "Deine Empfehlung ::: Deine Empfehlungen" + }, "post": "Beitrag ::: Beiträge", "comment": "Kommentar ::: Kommentare", "letsTalk": "Miteinander reden", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 8330f97b2..bd517a7ce 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -160,6 +160,11 @@ } }, "common": { + "your": { + "post": "Your Post ::: Your Posts", + "comment": "Your Comment ::: Your Comments", + "shout": "Your Shout ::: Your Shouts" + }, "post": "Post ::: Posts", "comment": "Comment ::: Comments", "letsTalk": "Let`s Talk", diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 7aef41715..dff359e8f 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -3,15 +3,15 @@

PROFILE IMAGE

- + - - + + {{ userName }} - + {{ user.location.name }} - - {{ $t('profile.memberSince') }} {{ user.createdAt | date('MMMM yyyy') }} - + {{ $t('profile.memberSince') }} {{ user.createdAt | date('MMMM yyyy') }} - + - + - + @@ -61,16 +63,14 @@ /> - - - Netzwerk - + + Netzwerk Wem folgt {{ userName | truncate(15) }}? @@ -79,20 +79,21 @@ - + - - und {{ user.followingCount - user.following.length }} weitere - + und {{ user.followingCount - user.following.length }} weitere - + Wer folgt {{ userName | truncate(15) }}? @@ -101,13 +102,14 @@ - + - - und {{ user.followedByCount - user.followedBy.length }} weitere - + und {{ user.followedByCount - user.followedBy.length }} weitere