Hi,
Now that we have removed some of the skin files it might be a good thing to now add language files? Or should we set the FCKConfig.AutoDetectLanguage option to false?
Note that adding the language files will add an additional 715KB to the install
-
MODX Staff
- 12,272 Posts
Let’s set the autodtect option to false and create a tutorial on how to update the languge, including links to the official language files.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Quote from: OpenGeek at Oct 30, 2005, 03:05 PM
I believe this is still not addressed in 0.9.0 and is causing issues with non-English users...
From /assets/plugins/fckeditor/fckconfig.js...
FCKConfig.AutoDetectLanguage = true ;
Hmmm,
Based on my local file I see where it’s set to:
FCKConfig.AutoDetectLanguage = parent.FCKAutoLanguage;
I’am pretty sure I had committed this to SVN, correct?
-
☆ A M B ☆
- 24,524 Posts
Definitely set to "true" in the one I just downloaded yesterday or the day before.
Quote from: OpenGeek at Oct 31, 2005, 04:07 AM
That code is in custom_config.js, but the fckconfig.js still shows true, which I assume is what is referenced by parent.FCKAutoLanguage? Or perhaps I’m missing something. ?
Ok, now I see what you’re saying
The custom settings (custom_config.js) are used to override thedefault settings(fckconfig.js). So based on that understanding it should work. There’s also an option inside the System configuration for turning on/off FCKAutoLanguage