From: Siebrand Mazeland Date: Sat, 23 Oct 2010 14:41:09 +0000 (+0000) Subject: Add 'bat-smg' to $wgDummyLanguageCodes - addresses MaxSem's comment 10095 on r74771. X-Git-Tag: 1.31.0-rc.0~34376 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=c0401d41999c52552a1d5c1530b942ad196406d2;p=lhc%2Fweb%2Fwiklou.git Add 'bat-smg' to $wgDummyLanguageCodes - addresses MaxSem's comment 10095 on r74771. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a886751d2c..b6cd97e580 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1798,7 +1798,18 @@ $wgExtraLanguageNames = array(); * These codes are leftoffs from renames, or other legacy things. * Also, qqq is a dummy "language" for documenting messages. */ -$wgDummyLanguageCodes = array( 'qqq', 'als', 'be-x-old', 'dk', 'fiu-vro', 'iu', 'nb', 'simple', 'tp' ); +$wgDummyLanguageCodes = array( + 'als', + 'bat-smg', + 'be-x-old', + 'dk', + 'fiu-vro', + 'iu', + 'nb', + 'qqq', + 'simple', + 'tp', +); /** @deprecated Since MediaWiki 1.5, this must always be set to UTF-8. */ $wgInputEncoding = 'UTF-8';