Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico committed Jan 27, 2024
1 parent 877e856 commit 88a7468
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions holidays/countries/united_arab_emirates.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class UnitedArabEmirates(HolidayBase, InternationalHolidays, IslamicHolidays):

country = "AE"
default_language = "ar"
# Estimated label.
# %s (estimated).
estimated_label = tr("(تقدير) %s")
supported_languages = ("ar", "en_US")
weekend = {FRI, SAT}
Expand Down Expand Up @@ -86,7 +86,7 @@ def _populate_public_holidays(self):
# Isra' and Mi'raj.
self._add_isra_and_miraj_day(tr("ليلة المعراج"))

# Prophet Muhammad's Birthday.
# Prophet's Birthday.
self._add_mawlid_day(tr("عيد المولد النبوي"))


Expand Down
2 changes: 1 addition & 1 deletion holidays/locale/ar/LC_MESSAGES/AE.po
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ msgstr ""
msgid "ليلة المعراج"
msgstr ""

#. Prophet Muhammad's Birthday.
#. Prophet's Birthday.
msgid "عيد المولد النبوي"
msgstr ""
2 changes: 1 addition & 1 deletion holidays/locale/en_US/LC_MESSAGES/AE.po
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ msgstr "Islamic New Year"
msgid "ليلة المعراج"
msgstr "Isra' and Mi'raj"

#. Prophet Muhammad's Birthday.
#. Prophet's Birthday.
msgid "عيد المولد النبوي"
msgstr "Prophet's Birthday"

0 comments on commit 88a7468

Please sign in to comment.