Added some translations

This commit is contained in:
Wolfgang Huß 2019-04-24 17:10:02 +02:00
parent fa80716f6b
commit bf19fc2b28
3 changed files with 10 additions and 4 deletions

View File

@ -114,6 +114,10 @@
},
"takeAction": {
"name": "Aktiv werden"
},
"comment": {
"submit": "Commentar Senden",
"submitted": "Commentar Gesendet"
}
},
"quotes": {

View File

@ -115,8 +115,10 @@
"takeAction": {
"name": "Take action"
},
"submitComment": "Submit Comment",
"commentSubmitted": "Comment Submitted"
"comment": {
"submit": "Submit Comment",
"submitted": "Comment Submitted"
}
},
"quotes": {
"african": {

View File

@ -144,7 +144,7 @@
:disabled="disabled || errors"
primary
>
{{ $t('post.submitComment') }}
{{ $t('post.comment.submit') }}
</ds-button>
</ds-flex-item>
</ds-flex>
@ -368,7 +368,7 @@ export default {
this.addComment(res.data.CreateComment)
this.loading = false
this.disabled = false
this.$toast.success(this.$t('post.commentSubmitted'))
this.$toast.success(this.$t('post.comment.submitted'))
})
.catch(err => {
this.$toast.error(err.message)