r96222 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96221‎ | r96222 | r96223 >
Date:13:56, 4 September 2011
Author:robin
Status:ok
Tags:
Comment:
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).
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1853,15 +1853,16 @@
18541854
18551855 /**
18561856 * List of language codes that don't correspond to an actual language.
1857 - * These codes are leftoffs from renames, or other legacy things.
 1857+ * These codes are mostly leftoffs from renames, or other legacy things.
18581858 * Also, qqq is a dummy "language" for documenting messages.
 1859+ * This array makes them not appear as a selectable language on the installer,
 1860+ * and excludes them when running the transstat.php script.
18591861 */
18601862 $wgDummyLanguageCodes = array(
18611863 'als',
18621864 'bat-smg',
18631865 'be-x-old',
18641866 'fiu-vro',
1865 - 'iu',
18661867 'nb',
18671868 'qqq',
18681869 'qqx',

Status & tagging log