@@ -638,6 +638,7 @@ class IndonesiaStaticHolidays:
638
638
* <https://web.archive.org/web/20250413193243/https://setkab.go.id/presiden-tandatangani-keppres-perubahan-cuti-bersama-bagi-asn/>
639
639
* <https://web.archive.org/web/20250413193243/https://setkab.go.id/inilah-keppres-7-2024-tentang-cuti-bersama-asn-tahun-2024/>
640
640
* <https://web.archive.org/web/20250413193349/https://setkab.go.id/pemerintah-tetapkan-hari-libur-nasional-dan-cuti-bersama-tahun-2025/>
641
+ * <https://web.archive.org/web/20250802143125/https://news.detik.com/berita/d-8039857/pemerintah-tetapkan-senin-18-agustus-hari-libur>
641
642
"""
642
643
643
644
# General Election Day.
@@ -669,6 +670,8 @@ class IndonesiaStaticHolidays:
669
670
vesak_joint_holiday = tr ("Cuti Bersama Hari Raya Waisak" )
670
671
# New Year's Joint Holiday.
671
672
new_years_joint_holiday = tr ("Cuti Bersama Tahun Baru Masehi" )
673
+ # Independence Day Joint Holiday.
674
+ independence_day_joint_holiday = tr ("Cuti Bersama Hari Kemerdekaan Republik Indonesia" )
672
675
673
676
special_public_holidays = {
674
677
1999 : (JUN , 7 , legislative_election_day ),
@@ -728,8 +731,7 @@ class IndonesiaStaticHolidays:
728
731
2006 : (
729
732
(MAR , 31 , day_of_silence_joint_holiday ),
730
733
(MAY , 26 , ascension_joint_holiday ),
731
- # Independence Day Joint Holiday.
732
- (AUG , 18 , tr ("Cuti Bersama Hari Kemerdekaan Republik Indonesia" )),
734
+ (AUG , 18 , independence_day_joint_holiday ),
733
735
(OCT , 23 , eid_al_fitr_joint_holiday ),
734
736
(OCT , 26 , eid_al_fitr_joint_holiday ),
735
737
(OCT , 27 , eid_al_fitr_joint_holiday ),
@@ -877,6 +879,7 @@ class IndonesiaStaticHolidays:
877
879
(MAY , 13 , vesak_joint_holiday ),
878
880
(MAY , 30 , ascension_joint_holiday ),
879
881
(JUN , 9 , eid_al_adha_joint_holiday ),
882
+ (AUG , 18 , independence_day_joint_holiday ),
880
883
(DEC , 26 , christmas_joint_holiday ),
881
884
),
882
885
}
0 commit comments