From: Zheng Zhu Date: Fri, 24 Sep 2004 03:19:04 +0000 (+0000) Subject: Set default value for instead of X-Git-Tag: 1.5.0alpha1~1831 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=aab62bee2a6886553ff1bba635a3e8d01f6be457;p=lhc%2Fweb%2Fwiklou.git Set default value for instead of --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0b0d67ca32..eddec329aa 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -260,16 +260,7 @@ $wgUseTurckShm = false; * Default to 'en'. Should be one of ./language/Language(.*).php * @global string $wgLanguageCode */ -$wgLanguageCode = 'en'; - -/** - * Languages which the user may select to display the user interface - * in instead of the default language. This option is currently - * experimental and WILL FAIL FOR MANY COMMON TASKS AND PERHAPS - * CORRUPT YOUR DATABASE WITH BOGUS DATA. - * Set to eg array( 'en', 'fr', 'zh' ) etc - */ -$wgUserLanguages = array(); +$wgContLanguageCode = 'en'; /** * Filename of a language file generated by dumpMessages.php