https://bugzilla.wikimedia.org/show_bug.cgi?id=57342

--- Comment #8 from Siebrand Mazeland <s.mazel...@xs4all.nl> ---
See https://www.mediawiki.org/wiki/Manual:$wgExtraLanguageNames.

From DefaultSettings.php:

/**
 * List of language names or overrides for default names in Names.php
 */
$wgExtraLanguageNames = array();


Adding language code and autonyms here, will make them be returned by
Language::fetchLanguageNames( null, 'mw' ), and effectively causes a supported
language to be added, per the bug's request.

There are no uses of this global elsewhere, as far as I'm aware.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to