From: Ævar Arnfjörð Bjarmason Date: Wed, 22 Jun 2005 03:13:02 +0000 (+0000) Subject: * Corrected comments X-Git-Tag: 1.5.0beta1~99 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=50231fc1f56c3d2111eb323a472c86277719ddf2;p=lhc%2Fweb%2Fwiklou.git * Corrected comments --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index dd4895a010..5d8b51c60a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -525,14 +525,11 @@ $wgTranslateNumerals = true; # Translation using MediaWiki: namespace # This will increase load times by 25-60% unless memcached is installed -# Interface messages will be get from the database. +# Interface messages will be loaded from the database. $wgUseDatabaseMessages = true; $wgMsgCacheExpiry = 86400; -# Whether to enable language variant conversion. Currently only zh -# supports this function, to convert between Traditional and Simplified -# Chinese. This flag is meant to isolate the (untested) conversion -# code, so that if it breaks, only zh will be affected +# Whether to enable language variant conversion. $wgDisableLangConversion = false; # Use article validation feature; turned off by default