Translated shot button

This commit is contained in:
Grzegorz Leoniec 2019-03-05 14:30:02 +01:00
parent 1423101ca5
commit 66edec0dc8
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 17 additions and 2 deletions

View File

@ -13,13 +13,16 @@
@click="toggle"
/>
<ds-space margin-bottom="xx-small" />
<ds-text color="soft">
<ds-text
color="soft"
class="shout-button-text"
>
<ds-heading
style="display: inline"
tag="h3"
>
{{ shoutedCount }}x
</ds-heading> Empfohlen
</ds-heading> {{ $t('shoutButton.shouted') }}
</ds-text>
</ds-space>
</template>
@ -79,3 +82,9 @@ export default {
}
}
</script>
<style lang="scss">
.shout-button-text {
user-select: none;
}
</style>

View File

@ -22,6 +22,9 @@
"following": "Folgst",
"unfollow": "Entfolgen"
},
"shoutButton": {
"shouted": "empfohlen"
},
"profile": {
"name": "Mein Profil",
"memberSince": "Mitglied seit",

View File

@ -22,6 +22,9 @@
"following": "Following",
"unfollow": "Unfollow"
},
"shoutButton": {
"shouted": "shouted"
},
"profile": {
"name": "My Profile",
"memberSince": "Member since",