removed getMonth*() and getWeekdayname() since these are now handled through wfMsg()
authorZheng Zhu <zhengzhu@users.mediawiki.org>
Mon, 20 Sep 2004 00:32:19 +0000 (00:32 +0000)
committerZheng Zhu <zhengzhu@users.mediawiki.org>
Mon, 20 Sep 2004 00:32:19 +0000 (00:32 +0000)
languages/LanguageZh_tw.php

index 58aa7d7..f5382c6 100644 (file)
@@ -1005,30 +1005,6 @@ class LanguageZh_tw extends LanguageZh_cn {
                return $wgUserTogglesZh_tw;
        }
 
-       function getMonthName( $key )
-       {
-               global $wgMonthNamesZh_tw;
-               return $wgMonthNamesZh_tw[$key-1];
-       }
-
-       /* by default we just return base form */
-       function getMonthNameGen( $key )
-       {
-               global $wgMonthNamesZh_tw;
-               return $wgMonthNamesZh_tw[$key-1];
-       }
-
-       function getMonthAbbreviation( $key )
-       {
-               global $wgMonthAbbreviationsZh_tw;
-               return $wgMonthAbbreviationsZh_tw[$key-1];
-       }
-
-       function getWeekdayName( $key )
-       {
-               global $wgWeekdayNamesZh_tw;
-               return $wgWeekdayNamesZh_tw[$key-1];
-       }
 
        function getValidSpecialPages()
        {