Márcio Gonzalez
Márcio Gonzalez

Reputation: 1040

Add additional CKEDITOR languages

I need some help with a problem in CKEditor. I can't add Spanish as an additional language.

My project currently has 2 languages: en and pt-br

Today, I need to add es (Spanish)

As you can see in the following image, I put es.js with the other ones.

enter image description here

But when I check the available languages in the console, the Spanish option does not exist.

enter image description here

Upvotes: 2

Views: 297

Answers (1)

Reinmar
Reinmar

Reputation: 22023

You need to rebuild the package that you have (you can find a link to CKBuilder in your build-config.js file) with more languages. Adding files to the lang/ directory will not be enough because CKEditor will not know about them (it's only a client-side code).

Upvotes: 3

Related Questions