Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1853,15 +1853,16 @@ |
1854 | 1854 | |
1855 | 1855 | /** |
1856 | 1856 | * 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. |
1858 | 1858 | * 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. |
1859 | 1861 | */ |
1860 | 1862 | $wgDummyLanguageCodes = array( |
1861 | 1863 | 'als', |
1862 | 1864 | 'bat-smg', |
1863 | 1865 | 'be-x-old', |
1864 | 1866 | 'fiu-vro', |
1865 | | - 'iu', |
1866 | 1867 | 'nb', |
1867 | 1868 | 'qqq', |
1868 | 1869 | 'qqx', |