mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add missing translations for Title placeholder
This commit is contained in:
parent
ade9aa209a
commit
17ead96450
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -532,6 +532,7 @@
|
||||
}
|
||||
},
|
||||
"contribution": {
|
||||
"title": "Title",
|
||||
"newPost": "Create a new Post",
|
||||
"filterFollow": "Filter contributions from users I follow",
|
||||
"filterALL": "View all contributions",
|
||||
|
||||
@ -202,6 +202,7 @@
|
||||
}
|
||||
},
|
||||
"contribution": {
|
||||
"title": "Título",
|
||||
"edit": "Editar Contribuição",
|
||||
"delete": "Apagar Contribuição",
|
||||
"teaserImage": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user