Add missing translations for Title placeholder

This commit is contained in:
mattwr18 2019-10-15 23:50:34 +02:00
parent ade9aa209a
commit 17ead96450
4 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,13 @@
<ds-space />
<hc-user :user="currentUser" :trunc="35" />
<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>
<client-only>
<hc-editor

View File

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

View File

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

View File

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