Merge pull request #1910 from Human-Connection/add-missing-translations-contribution-form

Add missing translations for Title placeholder
This commit is contained in:
Robert Schäfer 2019-10-16 12:10:19 +02:00 committed by GitHub
commit 0792e06a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,13 @@
<ds-space /> <ds-space />
<hc-user :user="currentUser" :trunc="35" /> <hc-user :user="currentUser" :trunc="35" />
<ds-space /> <ds-space />
<ds-input model="title" class="post-title" placeholder="Title" name="title" autofocus /> <ds-input
model="title"
class="post-title"
:placeholder="$t('contribution.title')"
name="title"
autofocus
/>
<small class="smallTag">{{ form.title.length }}/{{ formSchema.title.max }}</small> <small class="smallTag">{{ form.title.length }}/{{ formSchema.title.max }}</small>
<client-only> <client-only>
<hc-editor <hc-editor

View File

@ -555,6 +555,7 @@
} }
}, },
"contribution": { "contribution": {
"title": "Titel",
"newPost": "Erstelle einen neuen Beitrag", "newPost": "Erstelle einen neuen Beitrag",
"filterFollow": "Beiträge filtern von Usern denen ich folge", "filterFollow": "Beiträge filtern von Usern denen ich folge",
"filterALL": "Alle Beiträge anzeigen", "filterALL": "Alle Beiträge anzeigen",

View File

@ -556,6 +556,7 @@
} }
}, },
"contribution": { "contribution": {
"title": "Title",
"newPost": "Create a new Post", "newPost": "Create a new Post",
"filterFollow": "Filter contributions from users I follow", "filterFollow": "Filter contributions from users I follow",
"filterALL": "View all contributions", "filterALL": "View all contributions",

View File

@ -202,6 +202,7 @@
} }
}, },
"contribution": { "contribution": {
"title": "Título",
"edit": "Editar Contribuição", "edit": "Editar Contribuição",
"delete": "Apagar Contribuição", "delete": "Apagar Contribuição",
"teaserImage": { "teaserImage": {