From: Ævar Arnfjörð Bjarmason Date: Sun, 4 Jul 2010 22:11:20 +0000 (+0000) Subject: LocalSettingsGenerator: Document $wgLanguageCode in the generated LocalSettings.php X-Git-Tag: 1.31.0-rc.0~36259 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=974a55da23a6f1473427cb7dd917e635f39b62aa;p=lhc%2Fweb%2Fwiklou.git LocalSettingsGenerator: Document $wgLanguageCode in the generated LocalSettings.php --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 2893c7a4cc..df25d5d4c3 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -238,6 +238,7 @@ if ( \$wgCommandLineMode ) { \$wgLocalInterwiki = strtolower( \$wgSitename ); +# Site language code, should be one of ./languages/Language(.*).php \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\"; \$wgSecretKey = \"{$this->values['wgSecretKey']}\";