Merge "Include BCP 47 codes in $wgDummyLanguageCodes, but deprecate it"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 97f25c1..20d965d 100644 (file)
@@ -2999,8 +2999,11 @@ $wgExtraLanguageNames = [];
  * @since 1.29
  */
 $wgExtraLanguageCodes = [
+       // Language codes of macro languages, which get mapped to the main language
        'bh' => 'bho', // Bihari language family
        'no' => 'nb', // Norwegian language family
+
+       // Language variants which get mapped to the main language
        'simple' => 'en', // Simple English
 ];