1/*
2 * Holidays set by the Chinese calendar
3 *
4 * https://en.wikipedia.org/wiki/Public_holidays_in_China
5 * https://en.wikipedia.org/wiki/List_of_observances_set_by_the_Chinese_calendar
6 */
7
8#ifndef _zh_Hans_CN_UTF_8_chinese_
9#define _zh_Hans_CN_UTF_8_chinese_
10
11CALENDAR=Chinese
12LANG=zh_Hans_CN.UTF-8
13
14/*
15 * Official public holidays
16 */
17ChineseNewYear	Chinese New Year / Spring Festival (春节)
1805/05		Dragon Boat Festival (端午节)
1908/15		Mid-Autumn Festival (中秋节)
20
21/*
22 * Other holidays
23 */
24ChineseNewYear-1	Chinese New Year's Eve (除夕)
2501/15		Lantern Festival (元宵节)
2602/02		Zhonghe Festival (中和节)
2703/03		Shangsi Festival (上巳节)
2804/08		Buddha's Birthday (佛诞)
2907/07		Double Seven Festival (七夕)
3007/15		Ghost Festival (中元节)
3109/09		Chongyang Festival (重阳节)
3212/08		Laba Festival (腊八节)
33
34#endif
35