From 2c83e3bd84949d3623fe6ad34f1b2534116526ad Mon Sep 17 00:00:00 2001 From: Dan Later Date: Fri, 22 May 2020 20:34:53 +0300 Subject: [PATCH] fix: CKEditor RTL locale support (#1636) --- client/components/editor/editor-ckeditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/editor/editor-ckeditor.vue b/client/components/editor/editor-ckeditor.vue index 342c64e9..0ef80342 100644 --- a/client/components/editor/editor-ckeditor.vue +++ b/client/components/editor/editor-ckeditor.vue @@ -65,6 +65,7 @@ export default { this.$store.set('editor/editorKey', 'ckeditor') this.editor = await DecoupledEditor.create(this.$refs.editor, { + language: this.locale, placeholder: 'Type the page content here', wordCount: { onUpdate: stats => {