Nuke the last vestiges of tlh.
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 13 Sep 2009 13:57:35 +0000 (13:57 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 13 Sep 2009 13:57:35 +0000 (13:57 +0000)
languages/Names.php
languages/messages/MessagesTlh.php [deleted file]
maintenance/fuzz-tester.php
maintenance/wikipedia-interwiki.sql

index e1703d4..1c7f1b1 100644 (file)
        'ti' => 'ትግርኛ',         # Tigrinya
        'tk' => 'Türkmençe',  # Turkmen
        'tl' => 'Tagalog',              # Tagalog
-       #'tlh' => 'tlhIngan-Hol',       # Klingon - no interlanguage links allowed
        'tn' => 'Setswana',             # Setswana
        'to' => 'lea faka-Tonga',               # Tonga (Tonga Islands)
        'tokipona' => 'Toki Pona',      # Toki Pona
diff --git a/languages/messages/MessagesTlh.php b/languages/messages/MessagesTlh.php
deleted file mode 100644 (file)
index ec994bc..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/** Klingon (tlhIngan-Hol)
- *
- * See MessagesQqq.php for message documentation incl. usage of parameters
- * To improve a translation please visit http://translatewiki.net
- *
- * @ingroup Language
- * @file
- *
- */
-
-$namespaceNames = array(
-       NS_MEDIA            => "Doch",
-       NS_SPECIAL          => "le'",
-       NS_MAIN             => "",
-       NS_TALK             => "ja'chuq",
-       NS_USER             => "lo'wI'",
-       NS_USER_TALK        => "lo'wI'_ja'chuq",
-       # NS_PROJECT set by $wgMetaNamespace
-       NS_PROJECT_TALK     => "$1_ja'chuq",
-       NS_FILE             => "nagh_beQ",
-       NS_FILE_TALK        => "nagh_beQ_ja'chuq",
-       NS_MEDIAWIKI        => "MediaWiki",
-       NS_MEDIAWIKI_TALK   => "MediaWiki_ja'chuq",
-       NS_TEMPLATE         => "chen'ay'",
-       NS_TEMPLATE_TALK    => "chen'ay'_ja'chuq",
-       NS_HELP             => "QaH",
-       NS_HELP_TALK        => "QaH_ja'chuq",
-       NS_CATEGORY         => "Segh",
-       NS_CATEGORY_TALK    => "Segh_ja'chuq"
-);
index e310ee0..6d8c57f 100644 (file)
@@ -1320,7 +1320,7 @@ class viewPageTest extends pageTest {
                         "nds-nl", "nl", "nn", "no", "non", "nv", "oc", "or", "os", "pa", 
                         "pl", "pms", "ps", "pt", "pt-br", "qu", "rmy", "ro", "ru", "sc", 
                         "sd", "sk", "sl", "sq", "sr", "sr-ec", "sr-el",
-                        "su", "sv", "ta", "te", "th", "tlh", "tr", "tt", "ty", "tyv", "udm", 
+                        "su", "sv", "ta", "te", "th", "tr", "tt", "ty", "tyv", "udm", 
                         "ug", "uk", "ur", "utf8", "vec", "vi", "wa", "xal", "yi", "za", 
                         "zh", "zh-cn", "zh-hk", "zh-sg", "zh-tw", "zh-tw") ),
                 "returnto"       => wikiFuzz::makeFuzz(2),
index 199f5cf..f683439 100644 (file)
@@ -248,7 +248,6 @@ REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('ti','http://ti.wikipedia.org/wiki/$1',1),
 ('tk','http://tk.wikipedia.org/wiki/$1',1),
 ('tl','http://tl.wikipedia.org/wiki/$1',1),
-('tlh','http://tlh.wikipedia.org/wiki/$1',1),
 ('tn','http://tn.wikipedia.org/wiki/$1',1),
 ('to','http://to.wikipedia.org/wiki/$1',1),
 ('tokipona','http://tokipona.wikipedia.org/wiki/$1',1),