Manual:$wgExtraLanguageCodes/ru
Appearance
| Language, regional and character encoding settings: $wgExtraLanguageCodes | |
|---|---|
| List of mappings from one language code to another |
|
| Введено в версии: | 1.29.0 (Gerrit change 331208; git #48ab87d0) |
| Удалено в версии: | всё ещё используется |
| Допустимые значения: | (Array of strings) |
| Значение по умолчанию: | [
'bh' => 'bho', // Bihari language family
'no' => 'nb', // Norwegian language family
'simple' => 'en', // Simple English
]
|
| Другие настройки: По алфавиту | По функциональности | |
Details
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.