Преглед на файлове

fix: CKEditor RTL locale support (#1636)

Dan Later преди 5 години
родител
ревизия
2c83e3bd84
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      client/components/editor/editor-ckeditor.vue

+ 1 - 0
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 => {