Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/seh.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": "seh",
3 "date_order": "DMY",
4 "january": [
5 "jan",
6 "janeiro"
7 ],
8 "february": [
9 "fev",
10 "fevreiro"
11 ],
12 "march": [
13 "mar",
14 "marco"
15 ],
16 "april": [
17 "abr",
18 "abril"
19 ],
20 "may": [
21 "mai",
22 "maio"
23 ],
24 "june": [
25 "jun",
26 "junho"
27 ],
28 "july": [
29 "jul",
30 "julho"
31 ],
32 "august": [
33 "aug",
34 "augusto"
35 ],
36 "september": [
37 "set",
38 "setembro"
39 ],
40 "october": [
41 "otu",
42 "otubro"
43 ],
44 "november": [
45 "nov",
46 "novembro"
47 ],
48 "december": [
49 "dec",
50 "decembro"
51 ],
52 "monday": [
53 "chiposi",
54 "pos"
55 ],
56 "tuesday": [
57 "chipiri",
58 "pir"
59 ],
60 "wednesday": [
61 "chitatu",
62 "tat"
63 ],
64 "thursday": [
65 "chinai",
66 "nai"
67 ],
68 "friday": [
69 "chishanu",
70 "sha"
71 ],
72 "saturday": [
73 "sab",
74 "sabudu"
75 ],
76 "sunday": [
77 "dim",
78 "dimingu"
79 ],
80 "am": [
81 "am"
82 ],
83 "pm": [
84 "pm"
85 ],
86 "year": [
87 "chaka"
88 ],
89 "month": [
90 "mwezi"
91 ],
92 "week": [
93 "week"
94 ],
95 "day": [
96 "ntsiku"
97 ],
98 "hour": [
99 "hora"
100 ],
101 "minute": [
102 "minuto"
103 ],
104 "second": [
105 "segundo"
106 ],
107 "relative-type": {
108 "0 day ago": [
109 "lero"
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 "zuro"
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 "manguana"
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 "skip": [
156 " ",
157 "'",
158 ",",
159 "-",
160 ".",
161 "/",
162 ";",
163 "@",
164 "[",
165 "]",
166 "|",
167 ","
168 ]
169}