summaryrefslogtreecommitdiff
path: root/app/Date/FrenchDate.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Date/FrenchDate.php')
-rw-r--r--app/Date/FrenchDate.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Date/FrenchDate.php b/app/Date/FrenchDate.php
index 79e765d8e9..ab6650a29b 100644
--- a/app/Date/FrenchDate.php
+++ b/app/Date/FrenchDate.php
@@ -38,11 +38,6 @@ class FrenchDate extends CalendarDate {
}
/** {@inheritdoc} */
- public static function calendarName() {
- return /* I18N: The French calendar */ I18N::translate('French');
- }
-
- /** {@inheritdoc} */
public static function monthNameNominativeCase($month_number, $leap_year) {
static $translated_month_names;