Revision: 1199
http://mrbs.svn.sourceforge.net/mrbs/?rev=1199&view=rev
Author: cimorrison
Date: 2009-09-17 15:25:36 +0000 (Thu, 17 Sep 2009)
Log Message:
-----------
Tried to make the language settings slightly clearer. No functional change to
MRBS.
Modified Paths:
--------------
mrbs/trunk/web/systemdefaults.inc.php
Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php 2009-09-15 22:12:42 UTC (rev
1198)
+++ mrbs/trunk/web/systemdefaults.inc.php 2009-09-17 15:25:36 UTC (rev
1199)
@@ -631,18 +631,19 @@
// on the users' language
$unicode_encoding = 1;
+// Set this to 1 to disable the automatic language changing MRBS performs
+// based on the user's browser language settings. It will ensure that
+// the language displayed is always the value of $default_language_tokens,
+// as specified below
+$disable_automatic_language_changing = 0;
+
// Set this to a different language specifier to default to different
// language tokens. This must equate to a lang.* file in MRBS.
// e.g. use "fr" to use the translations in "lang.fr" as the default
-// translations
+// translations. [NOTE: it is only necessary to change this if you
+// have disabled automatic language changing above]
$default_language_tokens = "en";
-// Set this to 1 to disable the automatic language changing MRBS performs
-// based on the user's browser language settings. It will ensure that
-// the language displayed is always the value of $default_language_tokens,
-// as specified above
-$disable_automatic_language_changing = 0;
-
// Set this to a valid locale (for the OS you run the MRBS server on)
// if you want to override the automatic locale determination MRBS
// performs
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits