Manual:$wgExtraLanguageCodes/ru

Category:MediaWiki configuration settings/ru#ExtraLanguageCodesCategory:MediaWiki configuration settings introduced in version 1.29.0/ru#ExtraLanguageCodesCategory:MediaWiki configuration settings still in use/ru#ExtraLanguageCodesCategory:Interwiki variables/ru#ExtraLanguageCodes
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.

См. также

Category:Interwiki variables/ru Category:MediaWiki configuration settings/ru Category:MediaWiki configuration settings introduced in version 1.29.0/ru Category:MediaWiki configuration settings still in use/ru