From e046443661037588a8f8f236de4b48eb18d52c8e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 2 Aug 2006 14:43:59 +0000 Subject: [PATCH] Got rid of user namespace customisation, use the standard methods instead. --- languages/LanguageCs.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/languages/LanguageCs.php b/languages/LanguageCs.php index 6dd2a408f4..e451e810ea 100644 --- a/languages/LanguageCs.php +++ b/languages/LanguageCs.php @@ -10,18 +10,6 @@ #-------------------------------------------------------------------------- class LanguageCs extends Language { - function fixUpSettings() { - parent::fixUpSettings(); - - # Yucky hardcoding hack - global $wgMetaNamespace; - if ( $wgMetaNamespace == 'Wikipedie' || $wgMetaNamespace == 'Wikipedia' ) { - $this->namespaceNames[NS_USER] = 'Wikipedista'; - } - $this->namespaceNames[NS_USER_TALK] = str_replace( '$1', - $this->namespaceNames[NS_USER], $this->namespaceNames[NS_USER_TALK] ); - } - # Grammatical transformations, needed for inflected languages # Invoked by putting {{grammar:case|word}} in a message function convertGrammar( $word, $case ) { -- 2.20.1