Translate description editor placeholder

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-11-04 16:48:12 +01:00
parent 037aa4f9e5
commit 04e447a083
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(),