hope you all doing well,
i'm in a project using Laravel, and right now i'm facing a little problem with the language of CKFinder. it's in Chinese.
i have used the following commands in both vendor/admin-ck/ckeditor/config.js and vendor/admin-ck/ckfinder/config.js
var config = {};
config.language = 'en';
CKFinder.popup( config );
config.defaultLanguage = 'en';
but it's still in chinese.
is there any way that i dont have to "hard translate" the Json language file?
I Had to change CKUPLOADER.blade.php
and added config.language = 'pt-br'; config.defaultLanguage = 'pt-br';
to file: ckfinder/config.js