Manual:$wgExtraLanguageCodes/pl

From Linux Web Expert

<translate> Language, regional and character encoding settings</translate>: $wgExtraLanguageCodes
List of mappings from one language code to another
<translate> Introduced in version:</translate>1.29.0 (Gerrit change 331208; git #48ab87d0)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(Array of strings)
<translate> Default value:</translate>
[
    'bh' => 'bho', // Bihari language family
    'no' => 'nb', // Norwegian language family
    'simple' => 'en', // Simple English
]

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.

Zobacz też