mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
This commit is contained in:
parent
34ee2b3ba5
commit
16fcd03a02
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<ckeditor
|
<ckeditor
|
||||||
name="content"
|
name="content"
|
||||||
v-bind:placeholder="$t('comment.content')"
|
v-bind:placeholder="$t('household_members_editor.positioning.comment_placeholder')"
|
||||||
:editor="editor"
|
:editor="editor"
|
||||||
v-model="content"
|
v-model="content"
|
||||||
tag-name="textarea">
|
tag-name="textarea">
|
||||||
|
@ -53,6 +53,7 @@ const appMessages = {
|
|||||||
persons_to_positionnate: 'Usagers à positionner',
|
persons_to_positionnate: 'Usagers à positionner',
|
||||||
holder: "Titulaire",
|
holder: "Titulaire",
|
||||||
comment: "Commentaire",
|
comment: "Commentaire",
|
||||||
|
comment_placeholder: "Associer un commentaire",
|
||||||
},
|
},
|
||||||
app: {
|
app: {
|
||||||
next: 'Suivant',
|
next: 'Suivant',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user