We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32963
    • 1,732 Posts
    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 sad



      xWisdom
      www.xwisdomhtml.com
      The fear of the Lord is the beginning of wisdom:
      MODx Co-Founder - Create and do more with less.
      • 25663 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
        • 22303 MODX Staff
        • 10,725 Posts
        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 ;
          • 32963
          • 1,732 Posts
          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?
            xWisdom
            www.xwisdomhtml.com
            The fear of the Lord is the beginning of wisdom:
            MODx Co-Founder - Create and do more with less.
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            Definitely set to "true" in the one I just downloaded yesterday or the day before.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 22303 MODX Staff
              • 10,725 Posts
              Quote from: xwisdom at Oct 31, 2005, 01:36 AM

              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?


              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. ?
                • 32963
                • 1,732 Posts
                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 smiley

                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
                  xWisdom
                  www.xwisdomhtml.com
                  The fear of the Lord is the beginning of wisdom:
                  MODx Co-Founder - Create and do more with less.