extra language names
This commit is contained in:
parent
abce963238
commit
7bdc2e9739
1 changed files with 4 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
|
|||
);
|
||||
|
||||
/* The following list is in native languages, not in English */
|
||||
global $wgLanguageNames;
|
||||
/* private */ $wgLanguageNames = array(
|
||||
"aa" => "Afar", # Afar
|
||||
"ab" => "Abkhazian", # Abkhazian - FIXME
|
||||
|
|
@ -150,6 +151,7 @@ this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
|
|||
"ca" => "Català", # Catalan
|
||||
"ce" => "Нохчийн", # Chechen
|
||||
"ch" => "Chamoru", # Chamorro
|
||||
"chr" => "ᏣᎳᎩ", # Cherokee
|
||||
"chy" => "Tsetsêhestâhese", # Cheyenne
|
||||
"co" => "Corsu", # Corsican
|
||||
"cr" => "Nehiyaw", # Cree
|
||||
|
|
@ -263,6 +265,7 @@ this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
|
|||
"rm" => "Rumantsch", # Raeto-Romance
|
||||
"rn" => "Kirundi", # Kirundi
|
||||
"ro" => "Română", # Romanian
|
||||
"roa-rup" => "Armâneashti", # Aromanian
|
||||
"ru" => "Русский", # Russian
|
||||
"rw" => "Kinyarwanda",
|
||||
"sa" => "संस्कृत", # Sanskrit
|
||||
|
|
@ -317,6 +320,7 @@ this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
|
|||
"yo" => "Yorùbá", # Yoruba
|
||||
"za" => "(Cuengh)", # Zhuang
|
||||
"zh" => "中文", # (Zhōng Wén) - Chinese
|
||||
"zh-cfr" => "閩南語", # Min-nan
|
||||
"zh-cn" => "中文(简体)", # Simplified
|
||||
"zh-tw" => "中文(繁体)", # Traditional
|
||||
"zu" => "isiZulu", # Zulu
|
||||
|
|
|
|||
Loading…
Reference in a new issue