From 9aeb3b345d9089e9069094a101dab352cec8e355 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Sun, 4 Sep 2011 13:56:11 +0000 Subject: [PATCH] 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). --- includes/DefaultSettings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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', -- 2.20.1