Manual:$wgExtraLanguageCodes/pl
Appearance
Language, regional and character encoding settings: $wgExtraLanguageCodes | |
---|---|
List of mappings from one language code to another |
|
Wprowadzono w wersji: | 1.29.0 (Gerrit change 331208; git #48ab87d0) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (Array of strings) |
Domyślna wartość: | [
'bh' => 'bho', // Bihari language family
'no' => 'nb', // Norwegian language family
'simple' => 'en', // Simple English
]
|
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
This array makes the codes not appear as a selectable language on the installer, and excludes them when running the transstat.php script.
In Setup.php, the variable $wgDummyLanguageCodes is created by combining these codes with a list of "deprecated" codes, which are mostly leftovers from renames or other legacy things, and the internal codes 'qqq' and 'qqx'.
A mapping in $wgExtraLanguageCodes
takes precedence over built-in mappings.