Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/ha.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1info = {
2 "name": "ha",
3 "date_order": "DMY",
4 "january": [
5 "jan",
6 "janairu"
7 ],
8 "february": [
9 "fab",
10 "faburairu"
11 ],
12 "march": [
13 "mar",
14 "maris"
15 ],
16 "april": [
17 "afi",
18 "afirilu"
19 ],
20 "may": [
21 "may",
22 "mayu"
23 ],
24 "june": [
25 "yun",
26 "yuni"
27 ],
28 "july": [
29 "yul",
30 "yuli"
31 ],
32 "august": [
33 "agu",
34 "agusta"
35 ],
36 "september": [
37 "sat",
38 "satumba"
39 ],
40 "october": [
41 "okt",
42 "oktoba"
43 ],
44 "november": [
45 "nuw",
46 "nuwamba"
47 ],
48 "december": [
49 "dis",
50 "disamba"
51 ],
52 "monday": [
53 "lit",
54 "litinin"
55 ],
56 "tuesday": [
57 "tal",
58 "talata"
59 ],
60 "wednesday": [
61 "lar",
62 "laraba"
63 ],
64 "thursday": [
65 "alh",
66 "alhamis"
67 ],
68 "friday": [
69 "jum",
70 "jumma'a"
71 ],
72 "saturday": [
73 "asa",
74 "asabar"
75 ],
76 "sunday": [
77 "lah",
78 "lahadi"
79 ],
80 "am": [
81 "am"
82 ],
83 "pm": [
84 "pm"
85 ],
86 "year": [
87 "shekara"
88 ],
89 "month": [
90 "wata"
91 ],
92 "week": [
93 "mako"
94 ],
95 "day": [
96 "kwana"
97 ],
98 "hour": [
99 "awa"
100 ],
101 "minute": [
102 "minti"
103 ],
104 "second": [
105 "daƙiƙa"
106 ],
107 "relative-type": {
108 "0 day ago": [
109 "yau"
110 ],
111 "0 hour ago": [
112 "this hour"
113 ],
114 "0 minute ago": [
115 "this minute"
116 ],
117 "0 month ago": [
118 "this month"
119 ],
120 "0 second ago": [
121 "now"
122 ],
123 "0 week ago": [
124 "this week"
125 ],
126 "0 year ago": [
127 "this year"
128 ],
129 "1 day ago": [
130 "jiya"
131 ],
132 "1 month ago": [
133 "last month"
134 ],
135 "1 week ago": [
136 "last week"
137 ],
138 "1 year ago": [
139 "last year"
140 ],
141 "in 1 day": [
142 "gobe"
143 ],
144 "in 1 month": [
145 "next month"
146 ],
147 "in 1 week": [
148 "next week"
149 ],
150 "in 1 year": [
151 "next year"
152 ]
153 },
154 "locale_specific": {
155 "ha-GH": {
156 "name": "ha-GH"
157 },
158 "ha-NE": {
159 "name": "ha-NE"
160 }
161 },
162 "skip": [
163 " ",
164 "'",
165 ",",
166 "-",
167 ".",
168 "/",
169 ";",
170 "@",
171 "[",
172 "]",
173 "|",
174 ","
175 ]
176}