From 7bdc2e9739d88e2d24f8a2f33c8f4ae4dae37bb1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 29 May 2004 13:48:41 +0000 Subject: [PATCH] extra language names --- languages/Language.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/languages/Language.php b/languages/Language.php index c647f3a1e0..81a8b02f89 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -122,6 +122,7 @@ this (alternative: like this?).", ); /* 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 (alternative: like this?).", "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 (alternative: like this?).", "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 (alternative: like this?).", "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 -- 2.20.1