1/*
2 * Holidays set by the Gregorian calendar
3 *
4 * https://en.wikipedia.org/wiki/Public_holidays_in_Taiwan
5 */
6
7#ifndef _zh_Hant_TW_UTF_8_gregorian_
8#define _zh_Hant_TW_UTF_8_gregorian_
9
10LANG=zh_Hant_TW.UTF-8
11
12DecSolstice=Dongzhi
13
14/*
15 * Official public holidays
16 */
17ChineseQingming	Tomb-Sweeping Day (淸明節)
1801/01		Founding of the Republic of China (中華民國開國紀念日)
1902/28		Peace Memorial Day (二二八和平紀念日)
2004/04		Children's Day (兒童節)
2110/10		National Day (國慶日) / Double Tenth Day (雙十節)
22
23/*
24 * Other holidays
25 */
26Dongzhi		Dongzhi Festival (冬至)
2703/12		Arbor Day (國父逝世紀念日)
2803/29		Youth Day (靑年節)
2905/01		Labor Day (勞動節)
3005/04		Literary Day (文藝節)
3105/SunSecond	Mother's Day (母親節)
3206/03		Opium Suppression Movement Day (禁菸節)
3308/08		Father's Day (父親節)
3409/03		Armed Forces Day (軍人節)
3509/28		Teachers' Day / Confucius's Birthday (孔子誕辰紀念日)
3610/21		Overseas Chinese Day (華僑節)
3710/25		Taiwan Retrocession Day (臺灣光復節)
3811/12		Sun Yat-sen's Birthday (國父誕辰紀念日)
3912/25		Constitution Day (行憲紀念日)
40
41#endif
42