Merge branch 'bug/translate-description-editor-placeholder' into 'master'

Translate description editor placeholder

See merge request framasoft/mobilizon!303
This commit is contained in:
Thomas Citharel 2019-11-04 17:21:05 +01:00
commit cf0475e35d
3 changed files with 3 additions and 1 deletions

View File

@ -296,7 +296,7 @@ export default class EditorComponent extends Vue {
new History(),
new Placeholder({
emptyClass: 'is-empty',
emptyNodeText: 'Write something …',
emptyNodeText: this.$t('Write something…'),
showOnlyWhenEditable: false,
}),
new Image(),

View File

@ -293,6 +293,7 @@
"Welcome to Mobilizon, {username}!": "Welcome to Mobilizon, {username}!",
"Who can view this event and participate": "Who can view this event and participate",
"World map": "World map",
"Write something…": "Write something…",
"You and one other person are going to this event": "You're the only one going to this event | You and one other person are going to this event | You and {approved} persons are going to this event.",
"You are already a participant of this event.": "You are already a participant of this event.",
"You are already logged-in.": "You are already logged-in.",

View File

@ -293,6 +293,7 @@
"Welcome to Mobilizon, {username}!": "Bienvenue sur Mobilizon, {username} !",
"Who can view this event and participate": "Qui peut voir cet événement et y participer",
"World map": "Carte mondiale",
"Write something…": "Écrivez quelque chose…",
"You and one other person are going to this event": "Vous êtes le ou la seule à vous rendre à cet événement | Vous et une autre personne vous rendez à cet événement | Vous et {approved} autres personnes vous rendez à cet événement.",
"You are already a participant of this event.": "Vous participez déjà à cet événement.",
"You are already logged-in.": "Vous êtes déjà connecté.",