From aec13e5263d32dc3995a631f2fb66f74b57a8f5f Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 31 May 2004 01:23:56 +0000 Subject: [PATCH] Removing Klingon from language list, see http://mail.wikipedia.org/pipermail/wikitech-l/2004-May/010304.html --- languages/Language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 4edde6162d..158731718c 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -295,7 +295,7 @@ global $wgLanguageNames; "ti" => "Tigrinya", # Tigrinya - FIXME "tk" => "تركمن / Туркмен", # Turkmen "tl" => "Tagalog", # Tagalog (Filipino) - "tlh" => "tlhIngan-Hol", # Klingon + #"tlh" => "tlhIngan-Hol", # Klingon - no interlanguage links allowed "tn" => "Setswana", # Setswana "to" => "Tonga", # Tonga - FIXME "tokipona" => "Toki Pona", # Toki Pona @@ -1937,7 +1937,7 @@ class Language { } } +header("X-Human-Language: $wgLanguageCode"); # This should fail gracefully if there's not a localization available @include_once( "Language" . ucfirst( $wgLanguageCode ) . ".php" ); - ?> -- 2.20.1