froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

can't change language #37

Closed marvin-SL closed 6 years ago

marvin-SL commented 7 years ago

hello,

I can't switch language. It stays to default language. Here's my config.yml :

kms_froala_editor:
    language: 'es'

my forms :

...
        ->add("content", FroalaEditorType::class, [
                    "language" => "es",
        ])

I've tried to clear cache, it 's still in english Can you help me ?

Symfony 3.3.4

stefanneculai commented 7 years ago

@marvin-SL I believe somehow the language file is not included. Do you have a page where we can check? Thanks.