You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following locale needs to be verified/completed:
class en_ZA(Locale):
"""
01-01: [NF] New Year's Day
03-21: [NF] Human Rights Day
04-27: [NF] Freedom Day
05-01: [NF] Workers' Day
06-16: [NF] Youth Day
08-09: [NF] National Women's Day
09-24: [NF] Heritage Day
12-17: [NF] Day of Reconciliation
12-25: [NF] Christmas Day
12-26: [NF] Day of Goodwill
: [NV] Family Day
2 days before Easter: [NRV] Good Friday
"""
locale = "en-ZA"
easter_type = EASTER_WESTERN
Checklist:
Are all holidays (i.e. days "which are defined by law on which business or work are suspended or reduced") listed? Can you provide the legal sources which define the holidays?
Is the spelling correct? Can you maybe provide a translation?
Are the fixed dates <month>-<day> correct?
If a holiday has a variable date: Is the algorithm to calculate it correct/can you provide it if missing? If it depends on the easter date: Is it the western or orthodox easter date?
If a holiday is proclaimed by the government: Can you provide the source?
Are holidays moved to a different date, e.g. if they fall on a saturday/sunday/...?
Are holidays observed on a different date (is there a substitute holiday), e.g. if they fall on a saturday/sunday/...?
Are the flags correct? (N = national holiday, defined by law, R = holiday with religious background, F = holiday with fixed date, V = holiday with variable date)
Have there been any holidays renamed/deleted/created since 2011? If yes, which ones and since when?
The text was updated successfully, but these errors were encountered:
The following locale needs to be verified/completed:
Checklist:
<month>-<day>
correct?N
= national holiday, defined by law,R
= holiday with religious background,F
= holiday with fixed date,V
= holiday with variable date)The text was updated successfully, but these errors were encountered: