From 66edec0dc823a1827db0ac8fa038b38a23a1aa00 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 5 Mar 2019 14:30:02 +0100 Subject: [PATCH] Translated shot button --- components/ShoutButton.vue | 13 +++++++++++-- locales/de.json | 3 +++ locales/en.json | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/components/ShoutButton.vue b/components/ShoutButton.vue index d1676f34f..9ca77bf5a 100644 --- a/components/ShoutButton.vue +++ b/components/ShoutButton.vue @@ -13,13 +13,16 @@ @click="toggle" /> - + {{ shoutedCount }}x - Empfohlen + {{ $t('shoutButton.shouted') }} @@ -79,3 +82,9 @@ export default { } } + + diff --git a/locales/de.json b/locales/de.json index b6da57bd9..9821086e6 100644 --- a/locales/de.json +++ b/locales/de.json @@ -22,6 +22,9 @@ "following": "Folgst", "unfollow": "Entfolgen" }, + "shoutButton": { + "shouted": "empfohlen" + }, "profile": { "name": "Mein Profil", "memberSince": "Mitglied seit", diff --git a/locales/en.json b/locales/en.json index aec3233b7..52baeb073 100644 --- a/locales/en.json +++ b/locales/en.json @@ -22,6 +22,9 @@ "following": "Following", "unfollow": "Unfollow" }, + "shoutButton": { + "shouted": "shouted" + }, "profile": { "name": "My Profile", "memberSince": "Member since",