| Language, regional and character encoding settings: $wgDummyLanguageCodes | |
|---|---|
| List of language codes that have been renamed to new (correct) codes, or don't correspond to an actual interface language. | |
| Introduced in version: | 1.16.0 (r60736) |
| Removed in version: | Still in use |
| Allowed values: | (array of strings) |
| Default value: | see below |
| Other settings:Alphabetical |By function | |
This global variable contains an array of language codes that don't have a corresponding set of translatedsystem messages and never will.
&uselang=qqx" to view the message names in the interface.These language codes are excluded on the installer as selectable user or content languages.
Since1.18, they are excluded when running thetransstat.phpmaintenance script (used for generatinglocalisation statistics).
| MediaWiki version: | ≥ 1.19 |
$wgDummyLanguageCodes=['als'=>'gsw','bat-smg'=>'sgs','be-x-old'=>'be-tarask','bh'=>'bho','fiu-vro'=>'vro','no'=>'nb','qqq'=>'qqq',# Used for message documentation.'qqx'=>'qqx',# Used for viewing message keys.'roa-rup'=>'rup','simple'=>'en','zh-classical'=>'lzh','zh-min-nan'=>'nan','zh-yue'=>'yue',];
| MediaWiki version: | 1.18 |
$wgDummyLanguageCodes=array('als','bat-smg','be-x-old','fiu-vro','iu','nb','qqq','qqx','roa-rup','simple',);
| MediaWiki version: | 1.17 |
$wgDummyLanguageCodes=array('als','bat-smg','be-x-old','dk','fiu-vro','iu','nb','qqq','simple','tp',);
| MediaWiki version: | 1.16 |
$wgDummyLanguageCodes=array('qqq','als','be-x-old','dk','fiu-vro','iu','nb','simple','tp');