From: Zheng Zhu Date: Mon, 20 Sep 2004 00:32:19 +0000 (+0000) Subject: removed getMonth*() and getWeekdayname() since these are now handled through wfMsg() X-Git-Tag: 1.5.0alpha1~1948 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=63a65e91a183548d819f9a90e39c4fbd26591d99;p=lhc%2Fweb%2Fwiklou.git removed getMonth*() and getWeekdayname() since these are now handled through wfMsg() --- diff --git a/languages/LanguageZh_tw.php b/languages/LanguageZh_tw.php index 58aa7d7ffe..f5382c6566 100644 --- a/languages/LanguageZh_tw.php +++ b/languages/LanguageZh_tw.php @@ -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() {