diff --git a/holidays/countries/algeria.py b/holidays/countries/algeria.py index 3b06e9d60..e03c9067b 100644 --- a/holidays/countries/algeria.py +++ b/holidays/countries/algeria.py @@ -24,7 +24,7 @@ class Algeria(HolidayBase, InternationalHolidays, IslamicHolidays): country = "DZ" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US", "fr") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/azerbaijan.py b/holidays/countries/azerbaijan.py index ba70f2083..30b6a9219 100644 --- a/holidays/countries/azerbaijan.py +++ b/holidays/countries/azerbaijan.py @@ -31,7 +31,7 @@ class Azerbaijan(ObservedHolidayBase, InternationalHolidays, IslamicHolidays, St country = "AZ" default_language = "az" # Estimated label. - estimated_label = tr("%s* (*təxmini)") + estimated_label = tr("%s (təxmini)") # %s (Observed). observed_label = tr("%s (müşahidə olunur)") supported_categories = (PUBLIC, WORKDAY) diff --git a/holidays/countries/bahrain.py b/holidays/countries/bahrain.py index 8060aeead..4514569d3 100644 --- a/holidays/countries/bahrain.py +++ b/holidays/countries/bahrain.py @@ -29,7 +29,7 @@ class Bahrain(HolidayBase, InternationalHolidays, IslamicHolidays): country = "BH" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") weekend = {FRI, SAT} diff --git a/holidays/countries/brunei.py b/holidays/countries/brunei.py index 912607d3c..d47a9732d 100644 --- a/holidays/countries/brunei.py +++ b/holidays/countries/brunei.py @@ -67,7 +67,7 @@ class Brunei( country = "BN" default_language = "ms" - estimated_label = tr("%s* (*anggaran)") + estimated_label = tr("%s (anggaran)") observed_label = tr("%s - Diperhatikan") supported_languages = ("en_US", "ms", "th") diff --git a/holidays/countries/djibouti.py b/holidays/countries/djibouti.py index d4031ec7f..dda9df551 100644 --- a/holidays/countries/djibouti.py +++ b/holidays/countries/djibouti.py @@ -20,7 +20,7 @@ class Djibouti(HolidayBase, ChristianHolidays, IslamicHolidays, InternationalHol country = "DJ" default_language = "fr" # Estimated label. - estimated_label = tr("%s* (*estimé)") + estimated_label = tr("%s (estimé)") supported_languages = ("ar", "en_US", "fr") weekend = {FRI, SAT} diff --git a/holidays/countries/egypt.py b/holidays/countries/egypt.py index 1c00a671f..eacf1ea10 100644 --- a/holidays/countries/egypt.py +++ b/holidays/countries/egypt.py @@ -34,7 +34,7 @@ class Egypt(HolidayBase, ChristianHolidays, IslamicHolidays, InternationalHolida country = "EG" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/ethiopia.py b/holidays/countries/ethiopia.py index 935ede725..56c5e098b 100644 --- a/holidays/countries/ethiopia.py +++ b/holidays/countries/ethiopia.py @@ -21,7 +21,7 @@ class Ethiopia(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHolidays): country = "ET" default_language = "am" - estimated_label = tr("%s* (*ግምት)") + estimated_label = tr("%s (ግምት)") supported_languages = ("am", "ar", "en_US") def _is_leap_year(self): diff --git a/holidays/countries/indonesia.py b/holidays/countries/indonesia.py index 0c85b4bee..cd9f74778 100644 --- a/holidays/countries/indonesia.py +++ b/holidays/countries/indonesia.py @@ -48,7 +48,7 @@ class Indonesia( country = "ID" default_language = "id" - estimated_label = tr("%s* (*perkiraan)") + estimated_label = tr("%s (perkiraan)") supported_languages = ("en_US", "id", "uk") supported_categories = (GOVERNMENT, PUBLIC) diff --git a/holidays/countries/iran.py b/holidays/countries/iran.py index fe8239462..96035fbc4 100644 --- a/holidays/countries/iran.py +++ b/holidays/countries/iran.py @@ -25,7 +25,7 @@ class Iran(HolidayBase, IslamicHolidays, PersianCalendarHolidays): country = "IR" default_language = "fa" # Estimated label. - estimated_label = tr("(تخمین زده*) *%s") + estimated_label = tr("(تخمین زده) %s") supported_languages = ("en_US", "fa") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/morocco.py b/holidays/countries/morocco.py index 32cd9874e..fcf8a568c 100644 --- a/holidays/countries/morocco.py +++ b/holidays/countries/morocco.py @@ -27,7 +27,7 @@ class Morocco(HolidayBase, InternationalHolidays, IslamicHolidays): country = "MA" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US", "fr") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/saudi_arabia.py b/holidays/countries/saudi_arabia.py index c2532239d..7158572b7 100644 --- a/holidays/countries/saudi_arabia.py +++ b/holidays/countries/saudi_arabia.py @@ -46,7 +46,7 @@ class SaudiArabia(ObservedHolidayBase, IslamicHolidays, StaticHolidays): country = "SA" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") # %s (Observed). observed_label = tr("(ملاحظة) %s") supported_languages = ("ar", "en_US") diff --git a/holidays/countries/tanzania.py b/holidays/countries/tanzania.py index efa5029e1..e538de7cc 100644 --- a/holidays/countries/tanzania.py +++ b/holidays/countries/tanzania.py @@ -60,7 +60,7 @@ class Tanzania( country = "TZ" supported_categories = (BANK, PUBLIC) default_language = "sw" - estimated_label = tr("%s* (*makisio)") + estimated_label = tr("%s (makisio)") supported_languages = ("en_US", "sw") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/timor_leste.py b/holidays/countries/timor_leste.py index 1eefa2f7e..dc6d74660 100644 --- a/holidays/countries/timor_leste.py +++ b/holidays/countries/timor_leste.py @@ -43,7 +43,7 @@ class TimorLeste( country = "TL" supported_categories = (GOVERNMENT, PUBLIC, WORKDAY) default_language = "pt_TL" - estimated_label = tr("%s* (*aproximada)") + estimated_label = tr("%s (aproximada)") supported_languages = ("en_US", "pt_TL", "tet") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/tunisia.py b/holidays/countries/tunisia.py index 4ad65e3f7..9c7410776 100644 --- a/holidays/countries/tunisia.py +++ b/holidays/countries/tunisia.py @@ -22,7 +22,7 @@ class Tunisia(HolidayBase, InternationalHolidays, IslamicHolidays): country = "TN" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") def __init__(self, *args, **kwargs): diff --git a/holidays/countries/turkey.py b/holidays/countries/turkey.py index f07f33308..0f9028392 100644 --- a/holidays/countries/turkey.py +++ b/holidays/countries/turkey.py @@ -31,7 +31,7 @@ class Turkey(HolidayBase, InternationalHolidays, IslamicHolidays, StaticHolidays country = "TR" default_language = "tr" # Estimated label. - estimated_label = tr("%s* (*tahmini)") + estimated_label = tr("%s (tahmini)") supported_categories = (HALF_DAY, PUBLIC) supported_languages = ("en_US", "tr", "uk") diff --git a/holidays/countries/united_arab_emirates.py b/holidays/countries/united_arab_emirates.py index d86cc4584..92111c6ba 100644 --- a/holidays/countries/united_arab_emirates.py +++ b/holidays/countries/united_arab_emirates.py @@ -43,7 +43,7 @@ class UnitedArabEmirates(HolidayBase, InternationalHolidays, IslamicHolidays): country = "AE" default_language = "ar" # Estimated label. - estimated_label = tr("(تقدير*) *%s") + estimated_label = tr("(تقدير) %s") supported_languages = ("ar", "en_US") weekend = {FRI, SAT} diff --git a/holidays/groups/buddhist.py b/holidays/groups/buddhist.py index cb8ba220a..c88e5a7f6 100644 --- a/holidays/groups/buddhist.py +++ b/holidays/groups/buddhist.py @@ -33,7 +33,7 @@ def _add_buddhist_calendar_holiday( Adds customizable estimation label to holiday name if holiday date is an estimation. """ - estimated_label = getattr(self, "estimated_label", "%s* (*estimated)") + estimated_label = getattr(self, "estimated_label", "%s (estimated)") dt, is_estimated = dt_estimated return self._add_holiday( diff --git a/holidays/groups/chinese.py b/holidays/groups/chinese.py index fdfb70276..564d49edb 100644 --- a/holidays/groups/chinese.py +++ b/holidays/groups/chinese.py @@ -56,7 +56,7 @@ def _add_chinese_calendar_holiday( Adds customizable estimation label to holiday name if holiday date is an estimation. """ - estimated_label = getattr(self, "estimated_label", "%s* (*estimated)") + estimated_label = getattr(self, "estimated_label", "%s (estimated)") dt, is_estimated = dt_estimated if days_delta != 0: diff --git a/holidays/groups/hindu.py b/holidays/groups/hindu.py index a947a600f..632471132 100644 --- a/holidays/groups/hindu.py +++ b/holidays/groups/hindu.py @@ -33,7 +33,7 @@ def _add_hindu_calendar_holiday( Adds customizable estimation label to holiday name if holiday date is an estimation. """ - estimated_label = getattr(self, "estimated_label", "%s* (*estimated)") + estimated_label = getattr(self, "estimated_label", "%s (estimated)") dt, is_estimated = dt_estimated return self._add_holiday( diff --git a/holidays/groups/islamic.py b/holidays/groups/islamic.py index 2ae01ba99..faeae9cbe 100644 --- a/holidays/groups/islamic.py +++ b/holidays/groups/islamic.py @@ -260,7 +260,7 @@ def _add_islamic_calendar_holiday( holiday date is an estimation. """ added_dates = set() - estimated_label = getattr(self, "estimated_label", "%s* (*estimated)") + estimated_label = getattr(self, "estimated_label", "%s (estimated)") for dt, is_estimated in dates: if days_delta != 0: dt += td(days=days_delta) diff --git a/holidays/locale/am/LC_MESSAGES/ET.po b/holidays/locale/am/LC_MESSAGES/ET.po index fb638cbab..f4aa2cc6c 100644 --- a/holidays/locale/am/LC_MESSAGES/ET.po +++ b/holidays/locale/am/LC_MESSAGES/ET.po @@ -72,5 +72,5 @@ msgid "መውሊድ" msgstr "" #, c-format -msgid "%s* (*ግምት)" +msgid "%s (ግምት)" msgstr "" diff --git a/holidays/locale/ar/LC_MESSAGES/AE.po b/holidays/locale/ar/LC_MESSAGES/AE.po index ae77928bb..4718104c8 100644 --- a/holidays/locale/ar/LC_MESSAGES/AE.po +++ b/holidays/locale/ar/LC_MESSAGES/AE.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day. diff --git a/holidays/locale/ar/LC_MESSAGES/BH.po b/holidays/locale/ar/LC_MESSAGES/BH.po index 18b037bbe..5aa3d0c8f 100644 --- a/holidays/locale/ar/LC_MESSAGES/BH.po +++ b/holidays/locale/ar/LC_MESSAGES/BH.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day. diff --git a/holidays/locale/ar/LC_MESSAGES/DJ.po b/holidays/locale/ar/LC_MESSAGES/DJ.po index 88628ade6..9e13d1eff 100644 --- a/holidays/locale/ar/LC_MESSAGES/DJ.po +++ b/holidays/locale/ar/LC_MESSAGES/DJ.po @@ -17,8 +17,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*estimé)" -msgstr "(تقدير*) *%s" +msgid "%s (estimé)" +msgstr "(تقدير) %s" #. New Year's Day. msgid "Nouvel an" diff --git a/holidays/locale/ar/LC_MESSAGES/DZ.po b/holidays/locale/ar/LC_MESSAGES/DZ.po index 149019c75..62eda7e87 100644 --- a/holidays/locale/ar/LC_MESSAGES/DZ.po +++ b/holidays/locale/ar/LC_MESSAGES/DZ.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day. diff --git a/holidays/locale/ar/LC_MESSAGES/EG.po b/holidays/locale/ar/LC_MESSAGES/EG.po index a930434b5..5a300ea26 100644 --- a/holidays/locale/ar/LC_MESSAGES/EG.po +++ b/holidays/locale/ar/LC_MESSAGES/EG.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day diff --git a/holidays/locale/ar/LC_MESSAGES/ET.po b/holidays/locale/ar/LC_MESSAGES/ET.po index f3aa1f672..29d7f549e 100644 --- a/holidays/locale/ar/LC_MESSAGES/ET.po +++ b/holidays/locale/ar/LC_MESSAGES/ET.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.3.1\n" #, c-format -msgid "%s* (*ግምት)" -msgstr "(تقدير*) *%s" +msgid "%s (ግምት)" +msgstr "(تقدير) %s" #. Ethiopian New Year. msgid "አዲስ ዓመት እንቁጣጣሽ" diff --git a/holidays/locale/ar/LC_MESSAGES/MA.po b/holidays/locale/ar/LC_MESSAGES/MA.po index 6f767b027..ed21894f2 100644 --- a/holidays/locale/ar/LC_MESSAGES/MA.po +++ b/holidays/locale/ar/LC_MESSAGES/MA.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day. diff --git a/holidays/locale/ar/LC_MESSAGES/SA.po b/holidays/locale/ar/LC_MESSAGES/SA.po index 5dcdce931..7316b0d37 100644 --- a/holidays/locale/ar/LC_MESSAGES/SA.po +++ b/holidays/locale/ar/LC_MESSAGES/SA.po @@ -18,7 +18,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. %s (Observed). diff --git a/holidays/locale/ar/LC_MESSAGES/TN.po b/holidays/locale/ar/LC_MESSAGES/TN.po index 2619e6de2..9c3a8ac19 100644 --- a/holidays/locale/ar/LC_MESSAGES/TN.po +++ b/holidays/locale/ar/LC_MESSAGES/TN.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" +msgid "(تقدير) %s" msgstr "" #. New Year's Day. diff --git a/holidays/locale/az/LC_MESSAGES/AZ.po b/holidays/locale/az/LC_MESSAGES/AZ.po index 88602534f..a3038865d 100644 --- a/holidays/locale/az/LC_MESSAGES/AZ.po +++ b/holidays/locale/az/LC_MESSAGES/AZ.po @@ -18,7 +18,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*təxmini)" +msgid "%s (təxmini)" msgstr "" #. %s (Observed). diff --git a/holidays/locale/en_US/LC_MESSAGES/AE.po b/holidays/locale/en_US/LC_MESSAGES/AE.po index 3e28ebed2..83007103e 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AE.po +++ b/holidays/locale/en_US/LC_MESSAGES/AE.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/AZ.po b/holidays/locale/en_US/LC_MESSAGES/AZ.po index 8c19378b1..e195ea25c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/AZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/AZ.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*təxmini)" -msgstr "%s* (*estimated)" +msgid "%s (təxmini)" +msgstr "%s (estimated)" #. %s (Observed). #, c-format diff --git a/holidays/locale/en_US/LC_MESSAGES/BH.po b/holidays/locale/en_US/LC_MESSAGES/BH.po index 98dbb8deb..f16429ea0 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BH.po +++ b/holidays/locale/en_US/LC_MESSAGES/BH.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/BN.po b/holidays/locale/en_US/LC_MESSAGES/BN.po index 6608b4ee4..dcdc3868a 100644 --- a/holidays/locale/en_US/LC_MESSAGES/BN.po +++ b/holidays/locale/en_US/LC_MESSAGES/BN.po @@ -20,8 +20,8 @@ msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "Sultan Hassanal Bolkiah's Golden Jubilee" #, c-format -msgid "%s* (*anggaran)" -msgstr "%s* (*estimated)" +msgid "%s (anggaran)" +msgstr "%s (estimated)" #, c-format msgid "%s - Diperhatikan" diff --git a/holidays/locale/en_US/LC_MESSAGES/DJ.po b/holidays/locale/en_US/LC_MESSAGES/DJ.po index c5060d0b9..f08cc4d3f 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DJ.po +++ b/holidays/locale/en_US/LC_MESSAGES/DJ.po @@ -17,8 +17,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*estimé)" -msgstr "%s* (*estimated)" +msgid "%s (estimé)" +msgstr "%s (estimated)" #. New Year's Day. msgid "Nouvel an" diff --git a/holidays/locale/en_US/LC_MESSAGES/DZ.po b/holidays/locale/en_US/LC_MESSAGES/DZ.po index b64648f21..3101d9429 100644 --- a/holidays/locale/en_US/LC_MESSAGES/DZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/DZ.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/EG.po b/holidays/locale/en_US/LC_MESSAGES/EG.po index 5ece5ad09..5e0499dbf 100644 --- a/holidays/locale/en_US/LC_MESSAGES/EG.po +++ b/holidays/locale/en_US/LC_MESSAGES/EG.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/ET.po b/holidays/locale/en_US/LC_MESSAGES/ET.po index 61f5d5d1c..fd9b70fe8 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ET.po +++ b/holidays/locale/en_US/LC_MESSAGES/ET.po @@ -73,5 +73,5 @@ msgid "መውሊድ" msgstr "Prophet Muhammad's Birthday" #, c-format -msgid "%s* (*ግምት)" -msgstr "%s* (*estimated)" +msgid "%s (ግምት)" +msgstr "%s (estimated)" diff --git a/holidays/locale/en_US/LC_MESSAGES/ID.po b/holidays/locale/en_US/LC_MESSAGES/ID.po index 9ff2e00b6..75490302c 100644 --- a/holidays/locale/en_US/LC_MESSAGES/ID.po +++ b/holidays/locale/en_US/LC_MESSAGES/ID.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #, c-format -msgid "%s* (*perkiraan)" -msgstr "%s* (*estimated)" +msgid "%s (perkiraan)" +msgstr "%s (estimated)" #. Election Day. msgid "Hari Pemilihan" diff --git a/holidays/locale/en_US/LC_MESSAGES/IR.po b/holidays/locale/en_US/LC_MESSAGES/IR.po index c6cb542c6..ce820c257 100644 --- a/holidays/locale/en_US/LC_MESSAGES/IR.po +++ b/holidays/locale/en_US/LC_MESSAGES/IR.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تخمین زده*) *%s" -msgstr "%s* (*estimated)" +msgid "(تخمین زده) %s" +msgstr "%s (estimated)" #. Persian New Year. msgid "نوروز" diff --git a/holidays/locale/en_US/LC_MESSAGES/MA.po b/holidays/locale/en_US/LC_MESSAGES/MA.po index bedd0ac03..b8da36179 100644 --- a/holidays/locale/en_US/LC_MESSAGES/MA.po +++ b/holidays/locale/en_US/LC_MESSAGES/MA.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/SA.po b/holidays/locale/en_US/LC_MESSAGES/SA.po index ed873012c..113b73693 100644 --- a/holidays/locale/en_US/LC_MESSAGES/SA.po +++ b/holidays/locale/en_US/LC_MESSAGES/SA.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. %s (Observed). #, c-format diff --git a/holidays/locale/en_US/LC_MESSAGES/TL.po b/holidays/locale/en_US/LC_MESSAGES/TL.po index bdaa47b64..ee1bc1211 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TL.po +++ b/holidays/locale/en_US/LC_MESSAGES/TL.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.4\n" #, c-format -msgid "%s* (*aproximada)" -msgstr "%s* (*estimated)" +msgid "%s (aproximada)" +msgstr "%s (estimated)" #. New Year's Day. msgid "Dia de Ano Novo" diff --git a/holidays/locale/en_US/LC_MESSAGES/TN.po b/holidays/locale/en_US/LC_MESSAGES/TN.po index df784f678..c2c198621 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TN.po +++ b/holidays/locale/en_US/LC_MESSAGES/TN.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimated)" +msgid "(تقدير) %s" +msgstr "%s (estimated)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/en_US/LC_MESSAGES/TR.po b/holidays/locale/en_US/LC_MESSAGES/TR.po index 80d2b6297..54de0e215 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TR.po +++ b/holidays/locale/en_US/LC_MESSAGES/TR.po @@ -17,8 +17,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*tahmini)" -msgstr "%s* (*estimated)" +msgid "%s (tahmini)" +msgstr "%s (estimated)" #. New Year's Day. msgid "Yılbaşı" diff --git a/holidays/locale/en_US/LC_MESSAGES/TZ.po b/holidays/locale/en_US/LC_MESSAGES/TZ.po index cd67771cf..b78730701 100644 --- a/holidays/locale/en_US/LC_MESSAGES/TZ.po +++ b/holidays/locale/en_US/LC_MESSAGES/TZ.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.4\n" #, c-format -msgid "%s* (*makisio)" -msgstr "%s* (*estimated)" +msgid "%s (makisio)" +msgstr "%s (estimated)" #. John Pombe Magufuli Inauguration Day. msgid "Sikukuu ya Kuapishwa kwa John Pombe Magufuli" diff --git a/holidays/locale/fa/LC_MESSAGES/IR.po b/holidays/locale/fa/LC_MESSAGES/IR.po index b4fb2742e..abc675769 100644 --- a/holidays/locale/fa/LC_MESSAGES/IR.po +++ b/holidays/locale/fa/LC_MESSAGES/IR.po @@ -18,7 +18,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تخمین زده*) *%s" +msgid "(تخمین زده) %s" msgstr "" #. Persian New Year. diff --git a/holidays/locale/fr/LC_MESSAGES/DJ.po b/holidays/locale/fr/LC_MESSAGES/DJ.po index 2df88f9fc..3bdbaed51 100644 --- a/holidays/locale/fr/LC_MESSAGES/DJ.po +++ b/holidays/locale/fr/LC_MESSAGES/DJ.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*estimé)" +msgid "%s (estimé)" msgstr "" #. New Year's Day. diff --git a/holidays/locale/fr/LC_MESSAGES/DZ.po b/holidays/locale/fr/LC_MESSAGES/DZ.po index 7a9214eaf..81fb676c1 100644 --- a/holidays/locale/fr/LC_MESSAGES/DZ.po +++ b/holidays/locale/fr/LC_MESSAGES/DZ.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimé)" +msgid "(تقدير) %s" +msgstr "%s (estimé)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/fr/LC_MESSAGES/MA.po b/holidays/locale/fr/LC_MESSAGES/MA.po index 5228ef74a..7c519cf97 100644 --- a/holidays/locale/fr/LC_MESSAGES/MA.po +++ b/holidays/locale/fr/LC_MESSAGES/MA.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "(تقدير*) *%s" -msgstr "%s* (*estimé)" +msgid "(تقدير) %s" +msgstr "%s (estimé)" #. New Year's Day. msgid "رأس السنة الميلادية" diff --git a/holidays/locale/id/LC_MESSAGES/ID.po b/holidays/locale/id/LC_MESSAGES/ID.po index d2baf0cff..718404e71 100644 --- a/holidays/locale/id/LC_MESSAGES/ID.po +++ b/holidays/locale/id/LC_MESSAGES/ID.po @@ -17,7 +17,7 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #, c-format -msgid "%s* (*perkiraan)" +msgid "%s (perkiraan)" msgstr "" #. Election Day. diff --git a/holidays/locale/ms/LC_MESSAGES/BN.po b/holidays/locale/ms/LC_MESSAGES/BN.po index 61aafa5c8..683b8b946 100644 --- a/holidays/locale/ms/LC_MESSAGES/BN.po +++ b/holidays/locale/ms/LC_MESSAGES/BN.po @@ -20,7 +20,7 @@ msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "" #, c-format -msgid "%s* (*anggaran)" +msgid "%s (anggaran)" msgstr "" #, c-format diff --git a/holidays/locale/pt_TL/LC_MESSAGES/TL.po b/holidays/locale/pt_TL/LC_MESSAGES/TL.po index d0039ef88..deedc0ba9 100644 --- a/holidays/locale/pt_TL/LC_MESSAGES/TL.po +++ b/holidays/locale/pt_TL/LC_MESSAGES/TL.po @@ -17,7 +17,7 @@ msgstr "" "X-Generator: Poedit 3.4\n" #, c-format -msgid "%s* (*aproximada)" +msgid "%s (aproximada)" msgstr "" #. New Year's Day. diff --git a/holidays/locale/sw/LC_MESSAGES/TZ.po b/holidays/locale/sw/LC_MESSAGES/TZ.po index ee690518b..ad8f796a0 100644 --- a/holidays/locale/sw/LC_MESSAGES/TZ.po +++ b/holidays/locale/sw/LC_MESSAGES/TZ.po @@ -17,7 +17,7 @@ msgstr "" "X-Generator: Poedit 3.4\n" #, c-format -msgid "%s* (*makisio)" +msgid "%s (makisio)" msgstr "" #. John Pombe Magufuli Inauguration Day. diff --git a/holidays/locale/tet/LC_MESSAGES/TL.po b/holidays/locale/tet/LC_MESSAGES/TL.po index 8db1a1740..4370309d8 100644 --- a/holidays/locale/tet/LC_MESSAGES/TL.po +++ b/holidays/locale/tet/LC_MESSAGES/TL.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.4\n" #, c-format -msgid "%s* (*aproximada)" -msgstr "%s* (*kalkula)" +msgid "%s (aproximada)" +msgstr "%s (kalkula)" #. New Year's Day. msgid "Dia de Ano Novo" diff --git a/holidays/locale/th/LC_MESSAGES/BN.po b/holidays/locale/th/LC_MESSAGES/BN.po index 9f994b69e..7c2d7a9f8 100644 --- a/holidays/locale/th/LC_MESSAGES/BN.po +++ b/holidays/locale/th/LC_MESSAGES/BN.po @@ -20,8 +20,8 @@ msgid "Jubli Emas Sultan Hassanal Bolkiah" msgstr "พระราชพิธีกาญจนาภิเษกสมเด็จพระราชาธิบดีสุลต่านฮัสซานัล โบลเกียห์" #, c-format -msgid "%s* (*anggaran)" -msgstr "%s* (*โดยประมาณ)" +msgid "%s (anggaran)" +msgstr "%s (โดยประมาณ)" #, c-format msgid "%s - Diperhatikan" diff --git a/holidays/locale/tr/LC_MESSAGES/TR.po b/holidays/locale/tr/LC_MESSAGES/TR.po index 661bea807..3e08790de 100644 --- a/holidays/locale/tr/LC_MESSAGES/TR.po +++ b/holidays/locale/tr/LC_MESSAGES/TR.po @@ -17,7 +17,7 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*tahmini)" +msgid "%s (tahmini)" msgstr "" #. New Year's Day. diff --git a/holidays/locale/uk/LC_MESSAGES/AZ.po b/holidays/locale/uk/LC_MESSAGES/AZ.po index 05ead0f0e..0bf8e9209 100644 --- a/holidays/locale/uk/LC_MESSAGES/AZ.po +++ b/holidays/locale/uk/LC_MESSAGES/AZ.po @@ -18,8 +18,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*təxmini)" -msgstr "%s* (*орієнтовно)" +msgid "%s (təxmini)" +msgstr "%s (орієнтовно)" #. %s (Observed). #, c-format diff --git a/holidays/locale/uk/LC_MESSAGES/ID.po b/holidays/locale/uk/LC_MESSAGES/ID.po index 0085f99b4..45adda366 100644 --- a/holidays/locale/uk/LC_MESSAGES/ID.po +++ b/holidays/locale/uk/LC_MESSAGES/ID.po @@ -17,8 +17,8 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #, c-format -msgid "%s* (*perkiraan)" -msgstr "%s* (*приблизно)" +msgid "%s (perkiraan)" +msgstr "%s (орієнтовно)" #. Election Day. msgid "Hari Pemilihan" diff --git a/holidays/locale/uk/LC_MESSAGES/TR.po b/holidays/locale/uk/LC_MESSAGES/TR.po index b283d24b6..ccf1fd411 100644 --- a/holidays/locale/uk/LC_MESSAGES/TR.po +++ b/holidays/locale/uk/LC_MESSAGES/TR.po @@ -17,8 +17,8 @@ msgstr "" #. Estimated label. #, c-format -msgid "%s* (*tahmini)" -msgstr "%s* (*орієнтовно)" +msgid "%s (tahmini)" +msgstr "%s (орієнтовно)" #. New Year's Day. msgid "Yılbaşı" diff --git a/tests/countries/test_albania.py b/tests/countries/test_albania.py index 8fbcc6e4a..f89edad0b 100644 --- a/tests/countries/test_albania.py +++ b/tests/countries/test_albania.py @@ -185,10 +185,10 @@ def test_2022(self): ("2022-04-24", "Orthodox Easter"), ("2022-04-25", "Orthodox Easter (Observed)"), ("2022-05-01", "May Day"), - ("2022-05-02", "Eid al-Fitr* (*estimated)"), + ("2022-05-02", "Eid al-Fitr (estimated)"), ("2022-05-03", "May Day (Observed)"), - ("2022-07-09", "Eid al-Adha* (*estimated)"), - ("2022-07-11", "Eid al-Adha* (*estimated) (Observed)"), + ("2022-07-09", "Eid al-Adha (estimated)"), + ("2022-07-11", "Eid al-Adha (estimated) (Observed)"), ("2022-09-05", "Mother Teresa Canonization Day"), ("2022-11-28", "Independence Day"), ("2022-11-29", "Liberation Day"), @@ -209,9 +209,9 @@ def test_2023(self): ("2023-04-10", "Catholic Easter (Observed)"), ("2023-04-16", "Orthodox Easter"), ("2023-04-17", "Orthodox Easter (Observed)"), - ("2023-04-21", "Eid al-Fitr* (*estimated)"), + ("2023-04-21", "Eid al-Fitr (estimated)"), ("2023-05-01", "May Day"), - ("2023-06-28", "Eid al-Adha* (*estimated)"), + ("2023-06-28", "Eid al-Adha (estimated)"), ("2023-09-05", "Mother Teresa Canonization Day"), ("2023-11-28", "Independence Day"), ("2023-11-29", "Liberation Day"), diff --git a/tests/countries/test_algeria.py b/tests/countries/test_algeria.py index 1c9479097..f113565ec 100644 --- a/tests/countries/test_algeria.py +++ b/tests/countries/test_algeria.py @@ -123,14 +123,14 @@ def test_l10_default(self): ("2022-01-01", "رأس السنة الميلادية"), ("2022-01-12", "رأس السنة الأمازيغية"), ("2022-05-01", "عيد العمال"), - ("2022-05-02", "(تقدير*) *عيد الفطر"), - ("2022-05-03", "(تقدير*) *عطلة عيد الفطر"), + ("2022-05-02", "(تقدير) عيد الفطر"), + ("2022-05-03", "(تقدير) عطلة عيد الفطر"), ("2022-07-05", "عيد الإستقلال"), - ("2022-07-09", "(تقدير*) *عيد الأضحى"), - ("2022-07-10", "(تقدير*) *عطلة عيد الأضحى"), - ("2022-07-30", "(تقدير*) *رأس السنة الهجرية"), - ("2022-08-08", "(تقدير*) *عاشورة"), - ("2022-10-08", "(تقدير*) *عيد المولد النبوي"), + ("2022-07-09", "(تقدير) عيد الأضحى"), + ("2022-07-10", "(تقدير) عطلة عيد الأضحى"), + ("2022-07-30", "(تقدير) رأس السنة الهجرية"), + ("2022-08-08", "(تقدير) عاشورة"), + ("2022-10-08", "(تقدير) عيد المولد النبوي"), ("2022-11-01", "عيد الثورة"), ) @@ -140,14 +140,14 @@ def test_l10n_en_us(self): ("2022-01-01", "New Year's Day"), ("2022-01-12", "Amazigh New Year"), ("2022-05-01", "Labor Day"), - ("2022-05-02", "Eid al-Fitr* (*estimated)"), - ("2022-05-03", "Eid al-Fitr Holiday* (*estimated)"), + ("2022-05-02", "Eid al-Fitr (estimated)"), + ("2022-05-03", "Eid al-Fitr Holiday (estimated)"), ("2022-07-05", "Independence Day"), - ("2022-07-09", "Eid al-Adha* (*estimated)"), - ("2022-07-10", "Eid al-Adha Holiday* (*estimated)"), - ("2022-07-30", "Islamic New Year* (*estimated)"), - ("2022-08-08", "Ashura* (*estimated)"), - ("2022-10-08", "Prophet's Birthday* (*estimated)"), + ("2022-07-09", "Eid al-Adha (estimated)"), + ("2022-07-10", "Eid al-Adha Holiday (estimated)"), + ("2022-07-30", "Islamic New Year (estimated)"), + ("2022-08-08", "Ashura (estimated)"), + ("2022-10-08", "Prophet's Birthday (estimated)"), ("2022-11-01", "Revolution Day"), ) @@ -157,13 +157,13 @@ def test_l10n_fr(self): ("2022-01-01", "Nouvel an"), ("2022-01-12", "Nouvel an Amazigh"), ("2022-05-01", "Fête du Travail"), - ("2022-05-02", "Fête de la rupture du jeûne* (*estimé)"), - ("2022-05-03", "Congé de fête de la rupture du jeûne* (*estimé)"), + ("2022-05-02", "Fête de la rupture du jeûne (estimé)"), + ("2022-05-03", "Congé de fête de la rupture du jeûne (estimé)"), ("2022-07-05", "Fête de l'indépendance"), - ("2022-07-09", "Fête du sacrifice* (*estimé)"), - ("2022-07-10", "Congé de fête du sacrifice* (*estimé)"), - ("2022-07-30", "Nouvel an musulman* (*estimé)"), - ("2022-08-08", "Achoura* (*estimé)"), - ("2022-10-08", "Anniversaire du prophète* (*estimé)"), + ("2022-07-09", "Fête du sacrifice (estimé)"), + ("2022-07-10", "Congé de fête du sacrifice (estimé)"), + ("2022-07-30", "Nouvel an musulman (estimé)"), + ("2022-08-08", "Achoura (estimé)"), + ("2022-10-08", "Anniversaire du prophète (estimé)"), ("2022-11-01", "Fête de la Révolution"), ) diff --git a/tests/countries/test_bahrain.py b/tests/countries/test_bahrain.py index 1f96943e9..ee31f4730 100644 --- a/tests/countries/test_bahrain.py +++ b/tests/countries/test_bahrain.py @@ -82,17 +82,17 @@ def test_hijri_based(self): def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), - ("2023-04-21", "(تقدير*) *عيد الفطر"), - ("2023-04-22", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-23", "(تقدير*) *عطلة عيد الفطر"), + ("2023-04-21", "(تقدير) عيد الفطر"), + ("2023-04-22", "(تقدير) عطلة عيد الفطر"), + ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-05-01", "عيد العمال"), - ("2023-06-28", "(تقدير*) *عيد الأضحى"), - ("2023-06-29", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-06-30", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-07-19", "(تقدير*) *رأس السنة الهجرية"), - ("2023-07-27", "(تقدير*) *ليلة عاشورة"), - ("2023-07-28", "(تقدير*) *عاشورة"), - ("2023-09-27", "(تقدير*) *عيد المولد النبوي"), + ("2023-06-28", "(تقدير) عيد الأضحى"), + ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), + ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), + ("2023-07-19", "(تقدير) رأس السنة الهجرية"), + ("2023-07-27", "(تقدير) ليلة عاشورة"), + ("2023-07-28", "(تقدير) عاشورة"), + ("2023-09-27", "(تقدير) عيد المولد النبوي"), ("2023-12-16", "اليوم الوطني"), ("2023-12-17", "اليوم الوطني"), ) @@ -101,17 +101,17 @@ def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-01-01", "New Year's Day"), - ("2023-04-21", "Eid al-Fitr* (*estimated)"), - ("2023-04-22", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-23", "Eid al-Fitr Holiday* (*estimated)"), + ("2023-04-21", "Eid al-Fitr (estimated)"), + ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-05-01", "Labor Day"), - ("2023-06-28", "Eid al-Adha* (*estimated)"), - ("2023-06-29", "Eid al-Adha Holiday* (*estimated)"), - ("2023-06-30", "Eid al-Adha Holiday* (*estimated)"), - ("2023-07-19", "Islamic New Year* (*estimated)"), - ("2023-07-27", "Ashura Eve* (*estimated)"), - ("2023-07-28", "Ashura* (*estimated)"), - ("2023-09-27", "Prophet's Birthday* (*estimated)"), + ("2023-06-28", "Eid al-Adha (estimated)"), + ("2023-06-29", "Eid al-Adha Holiday (estimated)"), + ("2023-06-30", "Eid al-Adha Holiday (estimated)"), + ("2023-07-19", "Islamic New Year (estimated)"), + ("2023-07-27", "Ashura Eve (estimated)"), + ("2023-07-28", "Ashura (estimated)"), + ("2023-09-27", "Prophet's Birthday (estimated)"), ("2023-12-16", "National Day"), ("2023-12-17", "National Day"), ) diff --git a/tests/countries/test_burundi.py b/tests/countries/test_burundi.py index 51bb13c29..a86922fef 100644 --- a/tests/countries/test_burundi.py +++ b/tests/countries/test_burundi.py @@ -88,7 +88,7 @@ def test_christmas_Day(self): def test_eid_ul_fitr(self): self.assertHolidayName( - "Eid ul Fitr* (*estimated)", + "Eid ul Fitr (estimated)", "2010-09-10", "2011-08-30", "2012-08-19", @@ -107,7 +107,7 @@ def test_eid_ul_fitr(self): def test_eid_al_adha(self): self.assertHolidayName( - "Eid al Adha* (*estimated)", + "Eid al Adha (estimated)", "2010-11-16", "2011-11-06", "2012-10-26", diff --git a/tests/countries/test_djibouti.py b/tests/countries/test_djibouti.py index 999885baf..c8652b3c6 100644 --- a/tests/countries/test_djibouti.py +++ b/tests/countries/test_djibouti.py @@ -27,34 +27,34 @@ def test_no_holidays(self): def test_2019(self): self.assertHolidays( ("2019-01-01", "Nouvel an"), - ("2019-04-03", "Al Isra et Al Mirague* (*estimé)"), + ("2019-04-03", "Al Isra et Al Mirague (estimé)"), ("2019-05-01", "Fête du travail"), - ("2019-06-04", "Eid al-Fitr* (*estimé)"), - ("2019-06-05", "Eid al-Fitr deuxième jour* (*estimé)"), + ("2019-06-04", "Eid al-Fitr (estimé)"), + ("2019-06-05", "Eid al-Fitr deuxième jour (estimé)"), ("2019-06-27", "Fête de l'indépendance"), ("2019-06-28", "Fête de l'indépendance deuxième jour"), - ("2019-08-10", "Arafat* (*estimé)"), - ("2019-08-11", "Eid al-Adha* (*estimé)"), - ("2019-08-12", "Eid al-Adha deuxième jour* (*estimé)"), - ("2019-08-31", "Nouvel an musulman* (*estimé)"), - ("2019-11-09", "Anniversaire du prophète Muhammad* (*estimé)"), + ("2019-08-10", "Arafat (estimé)"), + ("2019-08-11", "Eid al-Adha (estimé)"), + ("2019-08-12", "Eid al-Adha deuxième jour (estimé)"), + ("2019-08-31", "Nouvel an musulman (estimé)"), + ("2019-11-09", "Anniversaire du prophète Muhammad (estimé)"), ("2019-12-25", "Noël"), ) def test_l10n_default(self): self.assertLocalizedHolidays( ("2022-01-01", "Nouvel an"), - ("2022-02-28", "Al Isra et Al Mirague* (*estimé)"), + ("2022-02-28", "Al Isra et Al Mirague (estimé)"), ("2022-05-01", "Fête du travail"), - ("2022-05-02", "Eid al-Fitr* (*estimé)"), - ("2022-05-03", "Eid al-Fitr deuxième jour* (*estimé)"), + ("2022-05-02", "Eid al-Fitr (estimé)"), + ("2022-05-03", "Eid al-Fitr deuxième jour (estimé)"), ("2022-06-27", "Fête de l'indépendance"), ("2022-06-28", "Fête de l'indépendance deuxième jour"), - ("2022-07-08", "Arafat* (*estimé)"), - ("2022-07-09", "Eid al-Adha* (*estimé)"), - ("2022-07-10", "Eid al-Adha deuxième jour* (*estimé)"), - ("2022-07-30", "Nouvel an musulman* (*estimé)"), - ("2022-10-08", "Anniversaire du prophète Muhammad* (*estimé)"), + ("2022-07-08", "Arafat (estimé)"), + ("2022-07-09", "Eid al-Adha (estimé)"), + ("2022-07-10", "Eid al-Adha deuxième jour (estimé)"), + ("2022-07-30", "Nouvel an musulman (estimé)"), + ("2022-10-08", "Anniversaire du prophète Muhammad (estimé)"), ("2022-12-25", "Noël"), ) @@ -62,17 +62,17 @@ def test_l10n_ar(self): self.assertLocalizedHolidays( "ar", ("2022-01-01", "يوم السنة الجديدة"), - ("2022-02-28", "(تقدير*) *الإسراء والمعراج"), + ("2022-02-28", "(تقدير) الإسراء والمعراج"), ("2022-05-01", "عيد العمال"), - ("2022-05-02", "(تقدير*) *عيد الفطر"), - ("2022-05-03", "(تقدير*) *أجازة عيد الفطر"), + ("2022-05-02", "(تقدير) عيد الفطر"), + ("2022-05-03", "(تقدير) أجازة عيد الفطر"), ("2022-06-27", "عيد الإستقلال"), ("2022-06-28", "عطلة عيد الاستقلال"), - ("2022-07-08", "(تقدير*) *يوم عرفة"), - ("2022-07-09", "(تقدير*) *عيد الأضحى"), - ("2022-07-10", "(تقدير*) *أجازة عيد الأضحى"), - ("2022-07-30", "(تقدير*) *رأس السنة الهجرية"), - ("2022-10-08", "(تقدير*) *عيد المولد النبوي"), + ("2022-07-08", "(تقدير) يوم عرفة"), + ("2022-07-09", "(تقدير) عيد الأضحى"), + ("2022-07-10", "(تقدير) أجازة عيد الأضحى"), + ("2022-07-30", "(تقدير) رأس السنة الهجرية"), + ("2022-10-08", "(تقدير) عيد المولد النبوي"), ("2022-12-25", "عيد الميلاد المجيد"), ) @@ -80,16 +80,16 @@ def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2022-01-01", "New Year's Day"), - ("2022-02-28", "Isra and Miraj* (*estimated)"), + ("2022-02-28", "Isra and Miraj (estimated)"), ("2022-05-01", "Labor Day"), - ("2022-05-02", "Eid al-Fitr* (*estimated)"), - ("2022-05-03", "Eid al-Fitr Holiday* (*estimated)"), + ("2022-05-02", "Eid al-Fitr (estimated)"), + ("2022-05-03", "Eid al-Fitr Holiday (estimated)"), ("2022-06-27", "Independence Day"), ("2022-06-28", "Independence Day Holiday"), - ("2022-07-08", "Arafat* (*estimated)"), - ("2022-07-09", "Eid al-Adha* (*estimated)"), - ("2022-07-10", "Eid al-Adha Holiday* (*estimated)"), - ("2022-07-30", "Islamic New Year* (*estimated)"), - ("2022-10-08", "Prophet Muhammad's Birthday* (*estimated)"), + ("2022-07-08", "Arafat (estimated)"), + ("2022-07-09", "Eid al-Adha (estimated)"), + ("2022-07-10", "Eid al-Adha Holiday (estimated)"), + ("2022-07-30", "Islamic New Year (estimated)"), + ("2022-10-08", "Prophet Muhammad's Birthday (estimated)"), ("2022-12-25", "Christmas Day"), ) diff --git a/tests/countries/test_egypt.py b/tests/countries/test_egypt.py index 98916d9a7..ac374bfae 100644 --- a/tests/countries/test_egypt.py +++ b/tests/countries/test_egypt.py @@ -82,18 +82,18 @@ def test_l10n_default(self): ("2019-04-28", "عيد الفصح القبطي"), ("2019-04-29", "شم النسيم"), ("2019-05-01", "عيد العمال"), - ("2019-06-04", "(تقدير*) *عيد الفطر"), - ("2019-06-05", "(تقدير*) *عطلة عيد الفطر"), - ("2019-06-06", "(تقدير*) *عطلة عيد الفطر"), + ("2019-06-04", "(تقدير) عيد الفطر"), + ("2019-06-05", "(تقدير) عطلة عيد الفطر"), + ("2019-06-06", "(تقدير) عطلة عيد الفطر"), ("2019-06-30", "عيد ثورة 30 يونيو"), ("2019-07-23", "عيد ثورة 23 يوليو"), - ("2019-08-10", "(تقدير*) *يوم عرفة"), - ("2019-08-11", "(تقدير*) *عيد الأضحى"), - ("2019-08-12", "(تقدير*) *عطلة عيد الأضحى"), - ("2019-08-13", "(تقدير*) *عطلة عيد الأضحى"), - ("2019-08-31", "(تقدير*) *رأس السنة الهجرية"), + ("2019-08-10", "(تقدير) يوم عرفة"), + ("2019-08-11", "(تقدير) عيد الأضحى"), + ("2019-08-12", "(تقدير) عطلة عيد الأضحى"), + ("2019-08-13", "(تقدير) عطلة عيد الأضحى"), + ("2019-08-31", "(تقدير) رأس السنة الهجرية"), ("2019-10-06", "عيد القوات المسلحة"), - ("2019-11-09", "(تقدير*) *عيد المولد النبوي"), + ("2019-11-09", "(تقدير) عيد المولد النبوي"), ) def test_l10n_en_us(self): @@ -106,16 +106,16 @@ def test_l10n_en_us(self): ("2019-04-28", "Coptic Easter - Orthodox Easter"), ("2019-04-29", "Sham El Nessim"), ("2019-05-01", "Labor Day"), - ("2019-06-04", "Eid al-Fitr* (*estimated)"), - ("2019-06-05", "Eid al-Fitr Holiday* (*estimated)"), - ("2019-06-06", "Eid al-Fitr Holiday* (*estimated)"), + ("2019-06-04", "Eid al-Fitr (estimated)"), + ("2019-06-05", "Eid al-Fitr Holiday (estimated)"), + ("2019-06-06", "Eid al-Fitr Holiday (estimated)"), ("2019-06-30", "June 30 Revolution Day"), ("2019-07-23", "July 23 Revolution Day"), - ("2019-08-10", "Arafat Day* (*estimated)"), - ("2019-08-11", "Eid al-Adha* (*estimated)"), - ("2019-08-12", "Eid al-Adha Holiday* (*estimated)"), - ("2019-08-13", "Eid al-Adha Holiday* (*estimated)"), - ("2019-08-31", "Islamic New Year* (*estimated)"), + ("2019-08-10", "Arafat Day (estimated)"), + ("2019-08-11", "Eid al-Adha (estimated)"), + ("2019-08-12", "Eid al-Adha Holiday (estimated)"), + ("2019-08-13", "Eid al-Adha Holiday (estimated)"), + ("2019-08-31", "Islamic New Year (estimated)"), ("2019-10-06", "Armed Forces Day"), - ("2019-11-09", "Prophet's Birthday* (*estimated)"), + ("2019-11-09", "Prophet's Birthday (estimated)"), ) diff --git a/tests/countries/test_ethiopia.py b/tests/countries/test_ethiopia.py index 1537b7e80..85ae6833a 100644 --- a/tests/countries/test_ethiopia.py +++ b/tests/countries/test_ethiopia.py @@ -103,15 +103,15 @@ def test_l10n_default(self): ("2022-04-22", "ስቅለት"), ("2022-04-24", "ፋሲካ"), ("2022-05-01", "የሰራተኞች ቀን"), - ("2022-05-02", "ኢድ አልፈጥር* (*ግምት)"), + ("2022-05-02", "ኢድ አልፈጥር (ግምት)"), ("2022-05-05", "የአርበኞች ቀን"), ("2022-05-28", "ደርግ የወደቀበት ቀን"), - ("2022-07-09", "አረፋ* (*ግምት)"), - ("2022-07-10", "አረፋ* (*ግምት)"), + ("2022-07-09", "አረፋ (ግምት)"), + ("2022-07-10", "አረፋ (ግምት)"), ("2022-09-11", "አዲስ ዓመት እንቁጣጣሽ"), ("2022-09-27", "መስቀል"), - ("2022-10-08", "መውሊድ* (*ግምት)"), - ("2022-10-09", "መውሊድ* (*ግምት)"), + ("2022-10-08", "መውሊድ (ግምት)"), + ("2022-10-09", "መውሊድ (ግምት)"), ) def test_l10n_en_ar(self): @@ -123,15 +123,15 @@ def test_l10n_en_ar(self): ("2022-04-22", "جمعة جيدة"), ("2022-04-24", "عيد الفصح"), ("2022-05-01", "يوم العمال"), - ("2022-05-02", "(تقدير*) *عيد الفطر"), + ("2022-05-02", "(تقدير) عيد الفطر"), ("2022-05-05", "يوم الوطنيين"), ("2022-05-28", "يوم سقوط ديرج"), - ("2022-07-09", "(تقدير*) *عيد الأضحى"), - ("2022-07-10", "(تقدير*) *عيد الأضحى"), + ("2022-07-09", "(تقدير) عيد الأضحى"), + ("2022-07-10", "(تقدير) عيد الأضحى"), ("2022-09-11", "السنة الإثيوبية الجديدة"), ("2022-09-27", "العثور على الصليب الحقيقي"), - ("2022-10-08", "(تقدير*) *عيد المولد النبوي"), - ("2022-10-09", "(تقدير*) *عيد المولد النبوي"), + ("2022-10-08", "(تقدير) عيد المولد النبوي"), + ("2022-10-09", "(تقدير) عيد المولد النبوي"), ) def test_l10n_en_us(self): @@ -143,13 +143,13 @@ def test_l10n_en_us(self): ("2022-04-22", "Orthodox Good Friday"), ("2022-04-24", "Orthodox Easter Sunday"), ("2022-05-01", "Labor Day"), - ("2022-05-02", "Eid al-Fitr* (*estimated)"), + ("2022-05-02", "Eid al-Fitr (estimated)"), ("2022-05-05", "Patriots Day"), ("2022-05-28", "Downfall of Dergue Regime Day"), - ("2022-07-09", "Eid al-Adha* (*estimated)"), - ("2022-07-10", "Eid al-Adha* (*estimated)"), + ("2022-07-09", "Eid al-Adha (estimated)"), + ("2022-07-10", "Eid al-Adha (estimated)"), ("2022-09-11", "Ethiopian New Year's Day"), ("2022-09-27", "Finding of True Cross"), - ("2022-10-08", "Prophet Muhammad's Birthday* (*estimated)"), - ("2022-10-09", "Prophet Muhammad's Birthday* (*estimated)"), + ("2022-10-08", "Prophet Muhammad's Birthday (estimated)"), + ("2022-10-09", "Prophet Muhammad's Birthday (estimated)"), ) diff --git a/tests/countries/test_iran.py b/tests/countries/test_iran.py index d05db322a..e63af1e5e 100644 --- a/tests/countries/test_iran.py +++ b/tests/countries/test_iran.py @@ -27,11 +27,11 @@ def test_no_holidays(self): def test_2022(self): self.assertHolidays( - ("2022-01-06", "(تخمین زده*) *کشته‌شدن فاطمه زهرا"), + ("2022-01-06", "(تخمین زده) کشته‌شدن فاطمه زهرا"), ("2022-02-11", "پیروزی انقلاب ۵۷"), - ("2022-02-14", "(تخمین زده*) *زادروز علی بن ابی‌طالب"), - ("2022-02-28", "(تخمین زده*) *مبعث"), - ("2022-03-18", "(تخمین زده*) *زادروز حجت بن الحسن"), + ("2022-02-14", "(تخمین زده) زادروز علی بن ابی‌طالب"), + ("2022-02-28", "(تخمین زده) مبعث"), + ("2022-03-18", "(تخمین زده) زادروز حجت بن الحسن"), ("2022-03-20", "ملی‌شدن صنعت نفت"), ("2022-03-21", "نوروز"), ("2022-03-22", "نوروز"), @@ -39,30 +39,30 @@ def test_2022(self): ("2022-03-24", "نوروز"), ("2022-04-01", "روز جمهوری اسلامی"), ("2022-04-02", "روز طبیعت"), - ("2022-04-22", "(تخمین زده*) *کشته‌شدن علی بن ابی‌طالب"), - ("2022-05-02", "(تخمین زده*) *عید فطر"), - ("2022-05-03", "(تخمین زده*) *عید فطر"), - ("2022-05-26", "(تخمین زده*) *کشته‌شدن جعفر صادق"), + ("2022-04-22", "(تخمین زده) کشته‌شدن علی بن ابی‌طالب"), + ("2022-05-02", "(تخمین زده) عید فطر"), + ("2022-05-03", "(تخمین زده) عید فطر"), + ("2022-05-26", "(تخمین زده) کشته‌شدن جعفر صادق"), ("2022-06-04", "درگذشت سید روح‌الله خمینی"), ("2022-06-05", "تظاهرات ۱۵ خرداد"), - ("2022-07-09", "(تخمین زده*) *عید قربان"), - ("2022-07-17", "(تخمین زده*) *عید غدیر"), - ("2022-08-07", "(تخمین زده*) *تاسوعا"), - ("2022-08-08", "(تخمین زده*) *کشته‌شدن حسین بن علی، عاشورا"), - ("2022-09-16", "(تخمین زده*) *چهلم حسین بن علی اربعین"), - ("2022-09-24", "(تخمین زده*) *کشته‌شدن حسن مجتبی و درگذشت محمد"), - ("2022-09-26", "(تخمین زده*) *کشته‌شدن علی بن موسی الرضا"), - ("2022-10-04", "(تخمین زده*) *کشته‌شدن حسن عسکری"), - ("2022-10-13", "(تخمین زده*) *زادروز محمد و جعفر صادق"), - ("2022-12-27", "(تخمین زده*) *کشته‌شدن فاطمه زهرا"), + ("2022-07-09", "(تخمین زده) عید قربان"), + ("2022-07-17", "(تخمین زده) عید غدیر"), + ("2022-08-07", "(تخمین زده) تاسوعا"), + ("2022-08-08", "(تخمین زده) کشته‌شدن حسین بن علی، عاشورا"), + ("2022-09-16", "(تخمین زده) چهلم حسین بن علی اربعین"), + ("2022-09-24", "(تخمین زده) کشته‌شدن حسن مجتبی و درگذشت محمد"), + ("2022-09-26", "(تخمین زده) کشته‌شدن علی بن موسی الرضا"), + ("2022-10-04", "(تخمین زده) کشته‌شدن حسن عسکری"), + ("2022-10-13", "(تخمین زده) زادروز محمد و جعفر صادق"), + ("2022-12-27", "(تخمین زده) کشته‌شدن فاطمه زهرا"), ) def test_l10n_default(self): self.assertLocalizedHolidays( - ("2023-02-04", "(تخمین زده*) *زادروز علی بن ابی‌طالب"), + ("2023-02-04", "(تخمین زده) زادروز علی بن ابی‌طالب"), ("2023-02-11", "پیروزی انقلاب ۵۷"), - ("2023-02-18", "(تخمین زده*) *مبعث"), - ("2023-03-07", "(تخمین زده*) *زادروز حجت بن الحسن"), + ("2023-02-18", "(تخمین زده) مبعث"), + ("2023-03-07", "(تخمین زده) زادروز حجت بن الحسن"), ("2023-03-20", "ملی‌شدن صنعت نفت"), ("2023-03-21", "نوروز"), ("2023-03-22", "نوروز"), @@ -70,31 +70,31 @@ def test_l10n_default(self): ("2023-03-24", "نوروز"), ("2023-04-01", "روز جمهوری اسلامی"), ("2023-04-02", "روز طبیعت"), - ("2023-04-12", "(تخمین زده*) *کشته‌شدن علی بن ابی‌طالب"), - ("2023-04-21", "(تخمین زده*) *عید فطر"), - ("2023-04-22", "(تخمین زده*) *عید فطر"), - ("2023-05-15", "(تخمین زده*) *کشته‌شدن جعفر صادق"), + ("2023-04-12", "(تخمین زده) کشته‌شدن علی بن ابی‌طالب"), + ("2023-04-21", "(تخمین زده) عید فطر"), + ("2023-04-22", "(تخمین زده) عید فطر"), + ("2023-05-15", "(تخمین زده) کشته‌شدن جعفر صادق"), ("2023-06-04", "درگذشت سید روح‌الله خمینی"), ("2023-06-05", "تظاهرات ۱۵ خرداد"), - ("2023-06-28", "(تخمین زده*) *عید قربان"), - ("2023-07-06", "(تخمین زده*) *عید غدیر"), - ("2023-07-27", "(تخمین زده*) *تاسوعا"), - ("2023-07-28", "(تخمین زده*) *کشته‌شدن حسین بن علی، عاشورا"), - ("2023-09-05", "(تخمین زده*) *چهلم حسین بن علی اربعین"), - ("2023-09-13", "(تخمین زده*) *کشته‌شدن حسن مجتبی و درگذشت محمد"), - ("2023-09-15", "(تخمین زده*) *کشته‌شدن علی بن موسی الرضا"), - ("2023-09-23", "(تخمین زده*) *کشته‌شدن حسن عسکری"), - ("2023-10-02", "(تخمین زده*) *زادروز محمد و جعفر صادق"), - ("2023-12-16", "(تخمین زده*) *کشته‌شدن فاطمه زهرا"), + ("2023-06-28", "(تخمین زده) عید قربان"), + ("2023-07-06", "(تخمین زده) عید غدیر"), + ("2023-07-27", "(تخمین زده) تاسوعا"), + ("2023-07-28", "(تخمین زده) کشته‌شدن حسین بن علی، عاشورا"), + ("2023-09-05", "(تخمین زده) چهلم حسین بن علی اربعین"), + ("2023-09-13", "(تخمین زده) کشته‌شدن حسن مجتبی و درگذشت محمد"), + ("2023-09-15", "(تخمین زده) کشته‌شدن علی بن موسی الرضا"), + ("2023-09-23", "(تخمین زده) کشته‌شدن حسن عسکری"), + ("2023-10-02", "(تخمین زده) زادروز محمد و جعفر صادق"), + ("2023-12-16", "(تخمین زده) کشته‌شدن فاطمه زهرا"), ) def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", - ("2023-02-04", "Birthday of Ali* (*estimated)"), + ("2023-02-04", "Birthday of Ali (estimated)"), ("2023-02-11", "Islamic Revolution Day"), - ("2023-02-18", "Ascension of Muhammad* (*estimated)"), - ("2023-03-07", "Birthday of Mahdi* (*estimated)"), + ("2023-02-18", "Ascension of Muhammad (estimated)"), + ("2023-03-07", "Birthday of Mahdi (estimated)"), ("2023-03-20", "Iranian Oil Industry Nationalization Day"), ("2023-03-21", "Persian New Year"), ("2023-03-22", "Persian New Year"), @@ -102,20 +102,20 @@ def test_l10n_en_us(self): ("2023-03-24", "Persian New Year"), ("2023-04-01", "Islamic Republic Day"), ("2023-04-02", "Nature's Day"), - ("2023-04-12", "Martyrdom of Ali* (*estimated)"), - ("2023-04-21", "Eid al-Fitr* (*estimated)"), - ("2023-04-22", "Eid al-Fitr* (*estimated)"), - ("2023-05-15", "Martyrdom of Ja'far al-Sadiq* (*estimated)"), + ("2023-04-12", "Martyrdom of Ali (estimated)"), + ("2023-04-21", "Eid al-Fitr (estimated)"), + ("2023-04-22", "Eid al-Fitr (estimated)"), + ("2023-05-15", "Martyrdom of Ja'far al-Sadiq (estimated)"), ("2023-06-04", "Death of Khomeini"), ("2023-06-05", "Khordad National Uprising"), - ("2023-06-28", "Eid al-Adha* (*estimated)"), - ("2023-07-06", "Eid al-Ghadeer* (*estimated)"), - ("2023-07-27", "Tasua* (*estimated)"), - ("2023-07-28", "Ashura* (*estimated)"), - ("2023-09-05", "Arbaeen* (*estimated)"), - ("2023-09-13", "Demise of Prophet Muhammad and Hasan ibn Ali* (*estimated)"), - ("2023-09-15", "Martyrdom of Ali al-Rida* (*estimated)"), - ("2023-09-23", "Martyrdom of Hasan al-Askari* (*estimated)"), - ("2023-10-02", "Birthday of Muhammad and Ja'far al-Sadiq* (*estimated)"), - ("2023-12-16", "Martyrdom of Fatima* (*estimated)"), + ("2023-06-28", "Eid al-Adha (estimated)"), + ("2023-07-06", "Eid al-Ghadeer (estimated)"), + ("2023-07-27", "Tasua (estimated)"), + ("2023-07-28", "Ashura (estimated)"), + ("2023-09-05", "Arbaeen (estimated)"), + ("2023-09-13", "Demise of Prophet Muhammad and Hasan ibn Ali (estimated)"), + ("2023-09-15", "Martyrdom of Ali al-Rida (estimated)"), + ("2023-09-23", "Martyrdom of Hasan al-Askari (estimated)"), + ("2023-10-02", "Birthday of Muhammad and Ja'far al-Sadiq (estimated)"), + ("2023-12-16", "Martyrdom of Fatima (estimated)"), ) diff --git a/tests/countries/test_kyrgyzstan.py b/tests/countries/test_kyrgyzstan.py index 119f76da5..5238a2884 100644 --- a/tests/countries/test_kyrgyzstan.py +++ b/tests/countries/test_kyrgyzstan.py @@ -29,11 +29,11 @@ def test_2022(self): ("2022-03-21", "Nooruz Mairamy"), ("2022-04-07", "Day of the People's April Revolution"), ("2022-05-01", "International Workers' Day"), - ("2022-05-02", "Orozo Ait* (*estimated)"), - ("2022-05-03", "Orozo Ait* (*estimated)"), + ("2022-05-02", "Orozo Ait (estimated)"), + ("2022-05-03", "Orozo Ait (estimated)"), ("2022-05-05", "Constitution Day"), ("2022-05-09", "Victory Day"), - ("2022-07-09", "Kurman Ait* (*estimated)"), + ("2022-07-09", "Kurman Ait (estimated)"), ("2022-08-31", "Independence Day"), ("2022-11-07", "Days of History and Commemoration of Ancestors"), ("2022-11-08", "Days of History and Commemoration of Ancestors"), @@ -48,12 +48,12 @@ def test_2023(self): ("2023-03-08", "International Women's Day"), ("2023-03-21", "Nooruz Mairamy"), ("2023-04-07", "Day of the People's April Revolution"), - ("2023-04-21", "Orozo Ait* (*estimated)"), - ("2023-04-22", "Orozo Ait* (*estimated)"), + ("2023-04-21", "Orozo Ait (estimated)"), + ("2023-04-22", "Orozo Ait (estimated)"), ("2023-05-01", "International Workers' Day"), ("2023-05-05", "Constitution Day"), ("2023-05-09", "Victory Day"), - ("2023-06-28", "Kurman Ait* (*estimated)"), + ("2023-06-28", "Kurman Ait (estimated)"), ("2023-08-31", "Independence Day"), ("2023-11-07", "Days of History and Commemoration of Ancestors"), ("2023-11-08", "Days of History and Commemoration of Ancestors"), diff --git a/tests/countries/test_maldives.py b/tests/countries/test_maldives.py index d1edf2dca..3cb87d898 100644 --- a/tests/countries/test_maldives.py +++ b/tests/countries/test_maldives.py @@ -41,43 +41,43 @@ def test_2018(self): Maldives(years=2018), ("2018-01-01", "New Year's Day"), ("2018-05-01", "Labor Day"), - ("2018-05-16", "Beginning of Ramadan* (*estimated)"), - ("2018-06-15", "Eid al-Fitr* (*estimated)"), - ("2018-06-16", "Eid al-Fitr* (*estimated)"), - ("2018-06-17", "Eid al-Fitr* (*estimated)"), + ("2018-05-16", "Beginning of Ramadan (estimated)"), + ("2018-06-15", "Eid al-Fitr (estimated)"), + ("2018-06-16", "Eid al-Fitr (estimated)"), + ("2018-06-17", "Eid al-Fitr (estimated)"), ("2018-07-26", "Independence Day"), - ("2018-08-20", "Hajj Day* (*estimated)"), - ("2018-08-21", "Eid al-Adha* (*estimated)"), - ("2018-08-22", "Eid al-Adha* (*estimated)"), - ("2018-08-23", "Eid al-Adha* (*estimated)"), - ("2018-08-24", "Eid al-Adha* (*estimated)"), - ("2018-09-11", "Islamic New Year* (*estimated)"), + ("2018-08-20", "Hajj Day (estimated)"), + ("2018-08-21", "Eid al-Adha (estimated)"), + ("2018-08-22", "Eid al-Adha (estimated)"), + ("2018-08-23", "Eid al-Adha (estimated)"), + ("2018-08-24", "Eid al-Adha (estimated)"), + ("2018-09-11", "Islamic New Year (estimated)"), ("2018-11-03", "Victory Day"), - ("2018-11-09", "National Day* (*estimated)"), + ("2018-11-09", "National Day (estimated)"), ("2018-11-11", "Republic Day"), - ("2018-11-20", "Mawlid al-Nabi* (*estimated)"), - ("2018-12-08", "The Day Maldives Embraced Islam* (*estimated)"), + ("2018-11-20", "Mawlid al-Nabi (estimated)"), + ("2018-12-08", "The Day Maldives Embraced Islam (estimated)"), ) def test_2020(self): self.assertHolidays( Maldives(years=2020), ("2020-01-01", "New Year's Day"), - ("2020-04-24", "Beginning of Ramadan* (*estimated)"), + ("2020-04-24", "Beginning of Ramadan (estimated)"), ("2020-05-01", "Labor Day"), - ("2020-05-24", "Eid al-Fitr* (*estimated)"), - ("2020-05-25", "Eid al-Fitr* (*estimated)"), - ("2020-05-26", "Eid al-Fitr* (*estimated)"), + ("2020-05-24", "Eid al-Fitr (estimated)"), + ("2020-05-25", "Eid al-Fitr (estimated)"), + ("2020-05-26", "Eid al-Fitr (estimated)"), ("2020-07-26", "Independence Day"), - ("2020-07-30", "Hajj Day* (*estimated)"), - ("2020-07-31", "Eid al-Adha* (*estimated)"), - ("2020-08-01", "Eid al-Adha* (*estimated)"), - ("2020-08-02", "Eid al-Adha* (*estimated)"), - ("2020-08-03", "Eid al-Adha* (*estimated)"), - ("2020-08-20", "Islamic New Year* (*estimated)"), - ("2020-10-18", "National Day* (*estimated)"), - ("2020-10-29", "Mawlid al-Nabi* (*estimated)"), + ("2020-07-30", "Hajj Day (estimated)"), + ("2020-07-31", "Eid al-Adha (estimated)"), + ("2020-08-01", "Eid al-Adha (estimated)"), + ("2020-08-02", "Eid al-Adha (estimated)"), + ("2020-08-03", "Eid al-Adha (estimated)"), + ("2020-08-20", "Islamic New Year (estimated)"), + ("2020-10-18", "National Day (estimated)"), + ("2020-10-29", "Mawlid al-Nabi (estimated)"), ("2020-11-03", "Victory Day"), ("2020-11-11", "Republic Day"), - ("2020-11-16", "The Day Maldives Embraced Islam* (*estimated)"), + ("2020-11-16", "The Day Maldives Embraced Islam (estimated)"), ) diff --git a/tests/countries/test_morocco.py b/tests/countries/test_morocco.py index a570d787b..1790e8548 100644 --- a/tests/countries/test_morocco.py +++ b/tests/countries/test_morocco.py @@ -96,18 +96,18 @@ def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-01-01", "رأس السنة الميلادية"), ("2023-01-11", "ذكرى تقديم وثيقة الاستقلال"), - ("2023-04-21", "(تقدير*) *عيد الفطر"), - ("2023-04-22", "(تقدير*) *عيد الفطر"), + ("2023-04-21", "(تقدير) عيد الفطر"), + ("2023-04-22", "(تقدير) عيد الفطر"), ("2023-05-01", "عيد العمال"), - ("2023-06-28", "(تقدير*) *عيد الأضحى"), - ("2023-06-29", "(تقدير*) *عيد الأضحى"), - ("2023-07-19", "(تقدير*) *رأس السنة الهجرية"), + ("2023-06-28", "(تقدير) عيد الأضحى"), + ("2023-06-29", "(تقدير) عيد الأضحى"), + ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-07-30", "عيد العرش"), ("2023-08-14", "ذكرى استرجاع إقليم وادي الذهب"), ("2023-08-20", "ذكرى ثورة الملك و الشعب"), ("2023-08-21", "عيد الشباب"), - ("2023-09-27", "(تقدير*) *عيد المولد النبوي"), - ("2023-09-28", "(تقدير*) *عيد المولد النبوي"), + ("2023-09-27", "(تقدير) عيد المولد النبوي"), + ("2023-09-28", "(تقدير) عيد المولد النبوي"), ("2023-11-06", "ذكرى المسيرة الخضراء"), ("2023-11-18", "عيد الإستقلال"), ) @@ -117,18 +117,18 @@ def test_l10n_en_us(self): "en_US", ("2023-01-01", "New Year's Day"), ("2023-01-11", "Proclamation of Independence Day"), - ("2023-04-21", "Eid al-Fitr* (*estimated)"), - ("2023-04-22", "Eid al-Fitr* (*estimated)"), + ("2023-04-21", "Eid al-Fitr (estimated)"), + ("2023-04-22", "Eid al-Fitr (estimated)"), ("2023-05-01", "Labor Day"), - ("2023-06-28", "Eid al-Adha* (*estimated)"), - ("2023-06-29", "Eid al-Adha* (*estimated)"), - ("2023-07-19", "Islamic New Year* (*estimated)"), + ("2023-06-28", "Eid al-Adha (estimated)"), + ("2023-06-29", "Eid al-Adha (estimated)"), + ("2023-07-19", "Islamic New Year (estimated)"), ("2023-07-30", "Throne Day"), ("2023-08-14", "Oued Ed-Dahab Day"), ("2023-08-20", "Revolution Day"), ("2023-08-21", "Youth Day"), - ("2023-09-27", "Prophet's Birthday* (*estimated)"), - ("2023-09-28", "Prophet's Birthday* (*estimated)"), + ("2023-09-27", "Prophet's Birthday (estimated)"), + ("2023-09-28", "Prophet's Birthday (estimated)"), ("2023-11-06", "Green March"), ("2023-11-18", "Independence Day"), ) @@ -138,18 +138,18 @@ def test_l10n_fr(self): "fr", ("2023-01-01", "Nouvel an"), ("2023-01-11", "Manifeste de l'indépendance"), - ("2023-04-21", "Fête de la rupture du jeûne* (*estimé)"), - ("2023-04-22", "Fête de la rupture du jeûne* (*estimé)"), + ("2023-04-21", "Fête de la rupture du jeûne (estimé)"), + ("2023-04-22", "Fête de la rupture du jeûne (estimé)"), ("2023-05-01", "Fête du Travail"), - ("2023-06-28", "Fête du sacrifice* (*estimé)"), - ("2023-06-29", "Fête du sacrifice* (*estimé)"), - ("2023-07-19", "Nouvel an musulman* (*estimé)"), + ("2023-06-28", "Fête du sacrifice (estimé)"), + ("2023-06-29", "Fête du sacrifice (estimé)"), + ("2023-07-19", "Nouvel an musulman (estimé)"), ("2023-07-30", "Fête du Trône"), ("2023-08-14", "Allégeance Oued Eddahab"), ("2023-08-20", "La révolution du roi et du peuple"), ("2023-08-21", "Fête de la Jeunesse"), - ("2023-09-27", "Anniversaire du prophète* (*estimé)"), - ("2023-09-28", "Anniversaire du prophète* (*estimé)"), + ("2023-09-27", "Anniversaire du prophète (estimé)"), + ("2023-09-28", "Anniversaire du prophète (estimé)"), ("2023-11-06", "La marche verte"), ("2023-11-18", "Fête de l'indépendance"), ) diff --git a/tests/countries/test_nigeria.py b/tests/countries/test_nigeria.py index bd28111bd..573ddac18 100644 --- a/tests/countries/test_nigeria.py +++ b/tests/countries/test_nigeria.py @@ -75,7 +75,7 @@ def test_easter_based(self): def test_hijri_based(self): self.assertHolidayName( - "Eid-el-Fitr* (*estimated)", + "Eid-el-Fitr (estimated)", "2018-06-15", "2019-06-04", "2020-05-24", @@ -84,7 +84,7 @@ def test_hijri_based(self): "2023-04-21", ) self.assertHolidayName( - "Eid-el-Fitr Holiday* (*estimated)", + "Eid-el-Fitr Holiday (estimated)", "2018-06-16", "2019-06-05", "2020-05-25", @@ -93,7 +93,7 @@ def test_hijri_based(self): "2023-04-22", ) self.assertHolidayName( - "Eid-el-Kabir* (*estimated)", + "Eid-el-Kabir (estimated)", "2006-01-10", "2006-12-31", "2018-08-21", @@ -104,7 +104,7 @@ def test_hijri_based(self): "2023-06-28", ) self.assertHolidayName( - "Eid-el-Kabir Holiday* (*estimated)", + "Eid-el-Kabir Holiday (estimated)", "2006-01-11", "2007-01-01", "2018-08-22", @@ -115,7 +115,7 @@ def test_hijri_based(self): "2023-06-29", ) self.assertHolidayName( - "Eid-el-Mawlid* (*estimated)", + "Eid-el-Mawlid (estimated)", "2018-11-20", "2019-11-09", "2020-10-29", diff --git a/tests/countries/test_north_macedonia.py b/tests/countries/test_north_macedonia.py index 3d41b5971..d96c2b94e 100644 --- a/tests/countries/test_north_macedonia.py +++ b/tests/countries/test_north_macedonia.py @@ -29,7 +29,7 @@ def test_2019(self): ("2019-04-29", "Easter Monday (Orthodox)"), ("2019-05-01", "Labour Day"), ("2019-05-24", "Saints Cyril and Methodius Day"), - ("2019-06-04", "Eid al-Fitr* (*estimated)"), + ("2019-06-04", "Eid al-Fitr (estimated)"), ("2019-08-02", "Republic Day"), ("2019-09-08", "Independence Day"), ("2019-10-11", "Day of Macedonian Uprising in 1941"), diff --git a/tests/countries/test_pakistan.py b/tests/countries/test_pakistan.py index c3173d209..153262bb7 100644 --- a/tests/countries/test_pakistan.py +++ b/tests/countries/test_pakistan.py @@ -147,18 +147,18 @@ def test_2002(self): self.assertHolidays( Pakistan(years=2002), ("2002-02-05", "Kashmir Solidarity Day"), - ("2002-02-22", "Eid-ul-Adha* (*estimated)"), - ("2002-02-23", "Eid-ul-Adha* (*estimated)"), - ("2002-02-24", "Eid-ul-Adha* (*estimated)"), - ("2002-03-23", "Ashura* (*estimated); Pakistan Day"), - ("2002-03-24", "Ashura* (*estimated)"), + ("2002-02-22", "Eid-ul-Adha (estimated)"), + ("2002-02-23", "Eid-ul-Adha (estimated)"), + ("2002-02-24", "Eid-ul-Adha (estimated)"), + ("2002-03-23", "Ashura (estimated); Pakistan Day"), + ("2002-03-24", "Ashura (estimated)"), ("2002-05-01", "Labour Day"), - ("2002-05-24", "Eid Milad-un-Nabi* (*estimated)"), + ("2002-05-24", "Eid Milad-un-Nabi (estimated)"), ("2002-08-14", "Independence Day"), ("2002-11-09", "Iqbal Day"), - ("2002-12-05", "Eid-ul-Fitr* (*estimated)"), - ("2002-12-06", "Eid-ul-Fitr* (*estimated)"), - ("2002-12-07", "Eid-ul-Fitr* (*estimated)"), + ("2002-12-05", "Eid-ul-Fitr (estimated)"), + ("2002-12-06", "Eid-ul-Fitr (estimated)"), + ("2002-12-07", "Eid-ul-Fitr (estimated)"), ("2002-12-25", "Quaid-e-Azam Day"), ) diff --git a/tests/countries/test_philippines.py b/tests/countries/test_philippines.py index e91374777..344fcd472 100644 --- a/tests/countries/test_philippines.py +++ b/tests/countries/test_philippines.py @@ -31,9 +31,9 @@ def test_2022(self): ("2022-04-15", "Good Friday"), ("2022-04-16", "Black Saturday"), ("2022-05-01", "Labour Day"), - ("2022-05-02", "Eid'l Fitr* (*estimated)"), + ("2022-05-02", "Eid'l Fitr (estimated)"), ("2022-06-12", "Independence Day"), - ("2022-07-09", "Eid'l Adha* (*estimated)"), + ("2022-07-09", "Eid'l Adha (estimated)"), ("2022-08-21", "Ninoy Aquino Day"), ("2022-08-29", "National Heroes Day"), ("2022-11-01", "All Saints' Day"), diff --git a/tests/countries/test_saudi_arabia.py b/tests/countries/test_saudi_arabia.py index 6d98f965d..abd2bf6e4 100644 --- a/tests/countries/test_saudi_arabia.py +++ b/tests/countries/test_saudi_arabia.py @@ -170,17 +170,17 @@ def test_hijri_based_with_two_holidays_in_one_year(self): def test_l10n_default(self): self.assertLocalizedHolidays( ("2023-02-22", "يوم التأسيسي"), - ("2023-04-21", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-22", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-23", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-24", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-25", "(ملاحظة) (تقدير*) *عطلة عيد الفطر"), - ("2023-04-26", "(ملاحظة) (تقدير*) *عطلة عيد الفطر"), - ("2023-06-27", "(تقدير*) *يوم عرفة"), - ("2023-06-28", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-06-29", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-06-30", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-07-02", "(ملاحظة) (تقدير*) *عطلة عيد الأضحى"), + ("2023-04-21", "(تقدير) عطلة عيد الفطر"), + ("2023-04-22", "(تقدير) عطلة عيد الفطر"), + ("2023-04-23", "(تقدير) عطلة عيد الفطر"), + ("2023-04-24", "(تقدير) عطلة عيد الفطر"), + ("2023-04-25", "(ملاحظة) (تقدير) عطلة عيد الفطر"), + ("2023-04-26", "(ملاحظة) (تقدير) عطلة عيد الفطر"), + ("2023-06-27", "(تقدير) يوم عرفة"), + ("2023-06-28", "(تقدير) عطلة عيد الأضحى"), + ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), + ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), + ("2023-07-02", "(ملاحظة) (تقدير) عطلة عيد الأضحى"), ("2023-09-23", "اليوم الوطني"), ("2023-09-24", "(ملاحظة) اليوم الوطني"), ) @@ -189,17 +189,17 @@ def test_l10n_en_us(self): self.assertLocalizedHolidays( "en_US", ("2023-02-22", "Founding Day Holiday"), - ("2023-04-21", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-22", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-23", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-24", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-25", "Eid al-Fitr Holiday* (*estimated) (observed)"), - ("2023-04-26", "Eid al-Fitr Holiday* (*estimated) (observed)"), - ("2023-06-27", "Arafat Day* (*estimated)"), - ("2023-06-28", "Eid al-Adha Holiday* (*estimated)"), - ("2023-06-29", "Eid al-Adha Holiday* (*estimated)"), - ("2023-06-30", "Eid al-Adha Holiday* (*estimated)"), - ("2023-07-02", "Eid al-Adha Holiday* (*estimated) (observed)"), + ("2023-04-21", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-24", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-25", "Eid al-Fitr Holiday (estimated) (observed)"), + ("2023-04-26", "Eid al-Fitr Holiday (estimated) (observed)"), + ("2023-06-27", "Arafat Day (estimated)"), + ("2023-06-28", "Eid al-Adha Holiday (estimated)"), + ("2023-06-29", "Eid al-Adha Holiday (estimated)"), + ("2023-06-30", "Eid al-Adha Holiday (estimated)"), + ("2023-07-02", "Eid al-Adha Holiday (estimated) (observed)"), ("2023-09-23", "National Day Holiday"), ("2023-09-24", "National Day Holiday (observed)"), ) diff --git a/tests/countries/test_tunisia.py b/tests/countries/test_tunisia.py index 43ff488ae..208742151 100644 --- a/tests/countries/test_tunisia.py +++ b/tests/countries/test_tunisia.py @@ -69,18 +69,18 @@ def test_l10n_default(self): ("2023-01-14", "عيد الثورة والشباب"), ("2023-03-20", "عيد الإستقلال"), ("2023-04-09", "عيد الشهداء"), - ("2023-04-21", "(تقدير*) *عيد الفطر"), - ("2023-04-22", "(تقدير*) *عطلة عيد الفطر"), - ("2023-04-23", "(تقدير*) *عطلة عيد الفطر"), + ("2023-04-21", "(تقدير) عيد الفطر"), + ("2023-04-22", "(تقدير) عطلة عيد الفطر"), + ("2023-04-23", "(تقدير) عطلة عيد الفطر"), ("2023-05-01", "عيد العمال"), - ("2023-06-27", "(تقدير*) *يوم عرفة"), - ("2023-06-28", "(تقدير*) *عيد الأضحى"), - ("2023-06-29", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-06-30", "(تقدير*) *عطلة عيد الأضحى"), - ("2023-07-19", "(تقدير*) *رأس السنة الهجرية"), + ("2023-06-27", "(تقدير) يوم عرفة"), + ("2023-06-28", "(تقدير) عيد الأضحى"), + ("2023-06-29", "(تقدير) عطلة عيد الأضحى"), + ("2023-06-30", "(تقدير) عطلة عيد الأضحى"), + ("2023-07-19", "(تقدير) رأس السنة الهجرية"), ("2023-07-25", "عيد الجمهورية"), ("2023-08-13", "عيد المرأة"), - ("2023-09-27", "(تقدير*) *عيد المولد النبوي"), + ("2023-09-27", "(تقدير) عيد المولد النبوي"), ("2023-10-15", "عيد الجلاء"), ) @@ -91,17 +91,17 @@ def test_l10n_en_us(self): ("2023-01-14", "Revolution and Youth Day"), ("2023-03-20", "Independence Day"), ("2023-04-09", "Martyrs' Day"), - ("2023-04-21", "Eid al-Fitr* (*estimated)"), - ("2023-04-22", "Eid al-Fitr Holiday* (*estimated)"), - ("2023-04-23", "Eid al-Fitr Holiday* (*estimated)"), + ("2023-04-21", "Eid al-Fitr (estimated)"), + ("2023-04-22", "Eid al-Fitr Holiday (estimated)"), + ("2023-04-23", "Eid al-Fitr Holiday (estimated)"), ("2023-05-01", "Labor Day"), - ("2023-06-27", "Arafat Day* (*estimated)"), - ("2023-06-28", "Eid al-Adha* (*estimated)"), - ("2023-06-29", "Eid al-Adha Holiday* (*estimated)"), - ("2023-06-30", "Eid al-Adha Holiday* (*estimated)"), - ("2023-07-19", "Islamic New Year* (*estimated)"), + ("2023-06-27", "Arafat Day (estimated)"), + ("2023-06-28", "Eid al-Adha (estimated)"), + ("2023-06-29", "Eid al-Adha Holiday (estimated)"), + ("2023-06-30", "Eid al-Adha Holiday (estimated)"), + ("2023-07-19", "Islamic New Year (estimated)"), ("2023-07-25", "Republic Day"), ("2023-08-13", "Women's Day"), - ("2023-09-27", "Prophet's Birthday* (*estimated)"), + ("2023-09-27", "Prophet's Birthday (estimated)"), ("2023-10-15", "Evacuation Day"), ) diff --git a/tests/countries/test_uzbekistan.py b/tests/countries/test_uzbekistan.py index 41cda4ce4..5996f034c 100644 --- a/tests/countries/test_uzbekistan.py +++ b/tests/countries/test_uzbekistan.py @@ -27,9 +27,9 @@ def test2020(self): ("2022-01-01", "New Year"), ("2022-03-08", "Women's Day"), ("2022-03-21", "Nauryz"), - ("2022-05-02", "Ramadan Khait* (*estimated)"), + ("2022-05-02", "Ramadan Khait (estimated)"), ("2022-05-09", "Memorial Day"), - ("2022-07-09", "Kurban Khait* (*estimated)"), + ("2022-07-09", "Kurban Khait (estimated)"), ("2022-09-01", "Independence Day"), ("2022-10-01", "Teacher's Day"), ("2022-12-08", "Constitution Day"),