[limb-svn] r6402 - 2.x/trunk/shared/FCKeditorNew
svn at limb-project.com
svn at limb-project.com
Tue Oct 9 19:18:40 MSD 2007
Author: momental
Date: 2007-10-09 19:18:40 +0400 (Tue, 09 Oct 2007)
New Revision: 6402
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6402
Modified:
2.x/trunk/shared/FCKeditorNew/fckeditor_myconfig.js
Log:
-- default language for FCKeditor it is ru
Modified: 2.x/trunk/shared/FCKeditorNew/fckeditor_myconfig.js
===================================================================
--- 2.x/trunk/shared/FCKeditorNew/fckeditor_myconfig.js 2007-10-09 10:41:58 UTC (rev 6401)
+++ 2.x/trunk/shared/FCKeditorNew/fckeditor_myconfig.js 2007-10-09 15:18:40 UTC (rev 6402)
@@ -29,8 +29,8 @@
// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; // ASP.Net style tags <asp:control>
-FCKConfig.AutoDetectLanguage = true ;
-FCKConfig.DefaultLanguage = 'en' ;
+FCKConfig.AutoDetectLanguage = false ;
+FCKConfig.DefaultLanguage = 'ru' ;
FCKConfig.ContentLangDirection = 'ltr' ;
FCKConfig.ProcessHTMLEntities = true ;
More information about the limb-svn
mailing list