Hi there
I would like to use CKEditor with the Modx CMS. Fortunately, there is already a plugin for Modx. However, my ciients need the German localization which is currently not available in this plugin. I've requested to add this language about 3 months ago but nothing happened so far. I also don't want to integrate CKEditor myself as this isn't really a trivial task.. Therefore I would like to know if it's possible to add a localization to an existing CKEdior installation. And if so, how this can be done.
You can modify CKEditor's
You can modify CKEditor's German localization by editing the ckeditor/lang/de.js file. But German is 99% translated in CKE. The only thing that still needs translating is stuff in core. Are you referring to Modx localization? It's a third-party connector, so the CKEditor team isn't responsible for its maintenance.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thx for the quick repy! There
Thx for the quick repy! There is indeed no problem with the German localization of CKEditor but rather that it isn't available in the corresponding Modx integration plugin. As you can select in the CKBuilder which languages should be availabe, I assume that the creator of the Modx plugin simply forget to add the German localization. Now unfortunately just adding the missing de.js file to the 'lang' directory doesn't work. I also tried to replace all files from the CKEditor package of the Modx plugin with the files of a build that included the German localization. But after that CKEditor didn't work anymore. So my question is if it's generally possible to add a localization without building a new CKEdior package.
I'd be really grateful for
I'd be really grateful for more information about this issue...