mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Translations
This commit is contained in:
parent
48a85b4af3
commit
c2d7002795
@ -64,7 +64,7 @@ describe('Comment.vue', () => {
|
||||
it('translates a placeholder', () => {
|
||||
const wrapper = Wrapper()
|
||||
const calls = mocks.$t.mock.calls
|
||||
const expected = [['comment.content.disabled-placeholder']]
|
||||
const expected = [['comment.content.deleted-placeholder']]
|
||||
expect(calls).toEqual(expect.arrayContaining(expected))
|
||||
})
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
style="padding-left: 40px; font-weight: bold;"
|
||||
color="soft"
|
||||
>
|
||||
<ds-icon name="ban" /> {{ this.$t('comment.content.disabled-placeholder') }}
|
||||
<ds-icon name="ban" /> {{ this.$t('comment.content.deleted-placeholder') }}
|
||||
</ds-text>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -181,7 +181,10 @@
|
||||
},
|
||||
"comment": {
|
||||
"edit": "Kommentar bearbeiten",
|
||||
"delete": "Kommentar löschen"
|
||||
"delete": "Kommentar löschen",
|
||||
"content": {
|
||||
"deleted-placeholder": "...gelöschter Kommentar"
|
||||
}
|
||||
},
|
||||
"followButton": {
|
||||
"follow": "Folgen",
|
||||
|
||||
@ -181,7 +181,10 @@
|
||||
},
|
||||
"comment": {
|
||||
"edit": "Edit Comment",
|
||||
"delete": "Delete Comment"
|
||||
"delete": "Delete Comment",
|
||||
"content": {
|
||||
"deleted-placeholder": "...deleted comment"
|
||||
}
|
||||
},
|
||||
"followButton": {
|
||||
"follow": "Follow",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user