Skip to content

Commit

Permalink
[SG] Implement 2024Oct03 Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
PPsyrius committed Oct 3, 2024
1 parent 3e85510 commit 5163da0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions holidays/countries/singapore.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, *args, **kwargs):
def _populate_public_holidays(self) -> None:
dts_observed = set()

# New Year's Day
# New Year's Day.
dts_observed.add(self._add_new_years_day(tr("New Year's Day")))

# Chinese New Year.
Expand All @@ -126,7 +126,7 @@ def _populate_public_holidays(self) -> None:
# Easter Monday.
self._add_easter_monday(tr("Easter Monday"))

# Labour Day.
# Labor Day.
dts_observed.add(self._add_labor_day(tr("Labour Day")))

# Vesak Day.
Expand Down
4 changes: 2 additions & 2 deletions holidays/locale/en_SG/LC_MESSAGES/SG.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""
msgid "%s (observed)"
msgstr ""

#. New Year's Day
#. New Year's Day.
msgid "New Year's Day"
msgstr ""

Expand Down Expand Up @@ -63,7 +63,7 @@ msgstr ""
msgid "Easter Monday"
msgstr ""

#. Labour Day.
#. Labor Day.
msgid "Labour Day"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions holidays/locale/en_US/LC_MESSAGES/SG.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""
msgid "%s (observed)"
msgstr "%s (observed)"

#. New Year's Day
#. New Year's Day.
msgid "New Year's Day"
msgstr "New Year's Day"

Expand Down Expand Up @@ -63,7 +63,7 @@ msgstr "Holy Saturday"
msgid "Easter Monday"
msgstr "Easter Monday"

#. Labour Day.
#. Labor Day.
msgid "Labour Day"
msgstr "Labor Day"

Expand Down
4 changes: 2 additions & 2 deletions holidays/locale/th/LC_MESSAGES/SG.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""
msgid "%s (observed)"
msgstr "ชดเชย%s"

#. New Year's Day
#. New Year's Day.
msgid "New Year's Day"
msgstr "วันขึ้นปีใหม่"

Expand Down Expand Up @@ -63,7 +63,7 @@ msgstr "วันเสาร์ศักดิ์สิทธิ์"
msgid "Easter Monday"
msgstr "วันจันทร์อีสเตอร์"

#. Labour Day.
#. Labor Day.
msgid "Labour Day"
msgstr "วันแรงงาน"

Expand Down

0 comments on commit 5163da0

Please sign in to comment.