From 63a65e91a183548d819f9a90e39c4fbd26591d99 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Mon, 20 Sep 2004 00:32:19 +0000 Subject: [PATCH] removed getMonth*() and getWeekdayname() since these are now handled through wfMsg() --- languages/LanguageZh_tw.php | 24 ------------------------ 1 file changed, 24 deletions(-) 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() { -- 2.20.1