Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Duplicated language setting for CKEditor (gsconfig and language file)
#1
I found that language setting for CKEditor is redundant.

One language setting is found in language translation file, and the other in gsconfig.php.

I found both working, but question are the both needed. - Any reason this is set like this?
Reply
#2
the CKEditor-language file contains

Code:
CKEDITOR.lang.de

this tells the Editor to use it for german, a de.js-language file with
Code:
CKEDITOR.lang.ru
, I am sure, will produce russian output, not german output

as this happens when the language file is active, you must tell the way to that special language file by defining in the gsconfig.php

this could be one explanation

in the gsconfig.php you can tell the editor explicitely to use the language of your own, otherwise it will be up to some browser configuration to choose a language

I am not sure if this is a problem
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Thanks for Re:.

Neither do I think this is real problem, but redundancy is not always a good thing, especially if documentation is not thorough.
Reply




Users browsing this thread: 1 Guest(s)