mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #1910 from Human-Connection/add-missing-translations-contribution-form
Add missing translations for Title placeholder
This commit is contained in:
commit
0792e06a24
@ -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
|
||||
|
||||
@ -555,6 +555,7 @@
|
||||
}
|
||||
},
|
||||
"contribution": {
|
||||
"title": "Titel",
|
||||
"newPost": "Erstelle einen neuen Beitrag",
|
||||
"filterFollow": "Beiträge filtern von Usern denen ich folge",
|
||||
"filterALL": "Alle Beiträge anzeigen",
|
||||
|
||||
@ -556,6 +556,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