-
Notifications
You must be signed in to change notification settings - Fork 136
/
th.yaml
111 lines (110 loc) · 3.95 KB
/
th.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Thai holiday definitions for the Ruby Holiday gem.
#
# Updated: 2019-01-14.
# Sources:
# - https://en.wikipedia.org/wiki/Public_holidays_in_Thailand
---
months:
1:
- name: วันขึ้นปีใหม่
regions: [th]
mday: 1
4:
- name: วันจักรี
regions: [th]
mday: 6
- name: วันสงกรานต์
regions: [th]
mday: 13
- name: วันสงกรานต์
regions: [th]
mday: 14
- name: วันสงกรานต์
regions: [th]
mday: 15
7:
- name: วันเฉลิมพระชนมพรรษาสมเด็จพระเจ้าอยู่หัวมหาวชิราลงกรณ บดินทรเทพยวรางกูร
regions: [th]
mday: 28
8:
- name: วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถในรัชกาลที่ ๙
regions: [th]
mday: 12
10:
- name: วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร
regions: [th]
mday: 13
- name: วันปิยมหาราช
regions: [th]
mday: 23
12:
- name: วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร
regions: [th]
mday: 5
- name: วันรัฐธรรมนูญ
regions: [th]
mday: 10
- name: วันสิ้นปี
regions: [th]
mday: 31
tests:
- given:
date: '20019-01-01'
regions: ["th"]
options: ["informal"]
expect:
name: "วันขึ้นปีใหม่"
- given:
date: '2019-04-06'
regions: ["th"]
options: ["informal"]
expect:
name: "วันจักรี"
- given:
date: ['2019-04-13', '2019-04-14', '2019-04-15']
regions: ["th"]
options: ["informal"]
expect:
name: "วันสงกรานต์"
- given:
date: '2019-07-28'
regions: ["th"]
options: ["informal"]
expect:
name: "วันเฉลิมพระชนมพรรษาสมเด็จพระเจ้าอยู่หัวมหาวชิราลงกรณ บดินทรเทพยวรางกูร"
- given:
date: '2007-08-12'
regions: ["th"]
options: ["informal"]
expect:
name: "วันเฉลิมพระชนมพรรษาสมเด็จพระนางเจ้าสิริกิติ์ พระบรมราชินีนาถในรัชกาลที่ ๙"
- given:
date: '2019-10-13'
regions: ["th"]
options: ["informal"]
expect:
name: "วันคล้ายวันสวรรคตพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร"
- given:
date: '2019-10-23'
regions: ["th"]
options: ["informal"]
expect:
name: "วันปิยมหาราช"
- given:
date: '2019-12-05'
regions: ["th"]
options: ["informal"]
expect:
name: "วันคล้ายวันเฉลิมพระชนมพรรษาพระบาทสมเด็จพระปรมินทรมหาภูมิพลอดุลยเดช บรมนาถบพิตร"
- given:
date: '2019-12-10'
regions: ["th"]
options: ["informal"]
expect:
name: "วันรัฐธรรมนูญ"
- given:
date: '2019-12-31'
regions: ["th"]
options: ["informal"]
expect:
name: "วันสิ้นปี"