The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Duplicated language setting for CKEditor (gsconfig and language file) - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: Duplicated language setting for CKEditor (gsconfig and language file) (/showthread.php?tid=2372) |
Duplicated language setting for CKEditor (gsconfig and language file) - mrmut - 2011-11-11 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? Duplicated language setting for CKEditor (gsconfig and language file) - Connie - 2011-11-12 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 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 Duplicated language setting for CKEditor (gsconfig and language file) - mrmut - 2011-11-13 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. |