From: Robin Pepermans Date: Sun, 4 Sep 2011 13:56:11 +0000 (+0000) Subject: Explain what $wgDummyLanguageCodes does, and remove 'iu' from it as it should be... X-Git-Tag: 1.31.0-rc.0~27924 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=9aeb3b345d9089e9069094a101dab352cec8e355;p=lhc%2Fweb%2Fwiklou.git Explain what $wgDummyLanguageCodes does, and remove 'iu' from it as it should be selectable on the installer (it has a LanguageConverter so it should be possible to use that). --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 565c5aaa36..b6a38503ee 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1853,15 +1853,16 @@ $wgExtraLanguageNames = array(); /** * List of language codes that don't correspond to an actual language. - * These codes are leftoffs from renames, or other legacy things. + * These codes are mostly leftoffs from renames, or other legacy things. * Also, qqq is a dummy "language" for documenting messages. + * This array makes them not appear as a selectable language on the installer, + * and excludes them when running the transstat.php script. */ $wgDummyLanguageCodes = array( 'als', 'bat-smg', 'be-x-old', 'fiu-vro', - 'iu', 'nb', 'qqq', 'qqx',