diff options
Diffstat (limited to 'app/Date/HijriDate.php')
| -rw-r--r-- | app/Date/HijriDate.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/Date/HijriDate.php b/app/Date/HijriDate.php index a4693e0332..0a5d24afd3 100644 --- a/app/Date/HijriDate.php +++ b/app/Date/HijriDate.php @@ -38,12 +38,6 @@ class HijriDate extends CalendarDate { } /** {@inheritdoc} */ - public static function calendarName() { - return /* I18N: The Arabic/Hijri calendar */ - I18N::translate('Hijri'); - } - - /** {@inheritdoc} */ public static function monthNameNominativeCase($month_number, $leap_year) { static $translated_month_names; |
