Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM CKEditor language
#4
There seems to be a bug in CKEDITOR that hardcodes only the languages included in the bundler.

It adds this to the end of the ckeditor.js source, which overrides the previous one that defines them all.
CKEDITOR.lang.languages={"de":1,"en":1,"es":1,"fr":1,"it":1,"nl":1,"pl":1,"pt":1,"ru":1,"sv":1};}());

so even adding a lang won't work.

also even if you override this with a
CKEDITOR.lang.languages['cs'] = 1;

It still wont work because it will throw errors on the missing languages in some of the plugins.

you will have to goto ckeditor builder
click upload build config
then add your languages to the config we use, then download optimized version and extract over the ckeditor folder in GS

this way you get ALL the cs.js in all folders
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
CKEditor language - by lotova - 2016-12-29, 04:42:04
RE: CKEditor language - by shawn_a - 2016-12-29, 08:36:08
RE: CKEditor language - by lotova - 2016-12-29, 18:09:32
RE: CKEditor language - by shawn_a - 2016-12-30, 02:35:52
RE: CKEditor language - by lotova - 2016-12-30, 19:15:24
RE: CKEditor language - by lotova - 2016-12-31, 05:56:28
RE: CKEditor language - by shawn_a - 2016-12-31, 01:48:28
RE: CKEditor language - by shawn_a - 2016-12-31, 02:15:28
RE: CKEditor language - by shawn_a - 2016-12-31, 07:45:55
RE: CKEditor language - by lotova - 2017-01-01, 02:08:54
RE: CKEditor language - by shawn_a - 2017-01-01, 05:33:28
RE: CKEditor language - by lotova - 2017-01-02, 18:09:32
RE: CKEditor language - by shawn_a - 2017-01-03, 00:21:43



Users browsing this thread: 1 Guest(s)