Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/guz.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": "guz",
3 "date_order": "DMY",
4 "january": [
5 "can",
6 "chanuari"
7 ],
8 "february": [
9 "feb",
10 "feburari"
11 ],
12 "march": [
13 "mac",
14 "machi"
15 ],
16 "april": [
17 "apiriri",
18 "apr"
19 ],
20 "may": [
21 "mei"
22 ],
23 "june": [
24 "jun",
25 "juni"
26 ],
27 "july": [
28 "chulai",
29 "cul"
30 ],
31 "august": [
32 "agosti",
33 "agt"
34 ],
35 "september": [
36 "sep",
37 "septemba"
38 ],
39 "october": [
40 "okitoba",
41 "okt"
42 ],
43 "november": [
44 "nob",
45 "nobemba"
46 ],
47 "december": [
48 "dis",
49 "disemba"
50 ],
51 "monday": [
52 "chumatato",
53 "ctt"
54 ],
55 "tuesday": [
56 "chumaine",
57 "cmn"
58 ],
59 "wednesday": [
60 "chumatano",
61 "cmt"
62 ],
63 "thursday": [
64 "aramisi",
65 "ars"
66 ],
67 "friday": [
68 "ichuma",
69 "icm"
70 ],
71 "saturday": [
72 "esabato",
73 "est"
74 ],
75 "sunday": [
76 "chumapiri",
77 "cpr"
78 ],
79 "am": [
80 "ma",
81 "mambia"
82 ],
83 "pm": [
84 "mo",
85 "mog"
86 ],
87 "year": [
88 "omwaka"
89 ],
90 "month": [
91 "omotienyi"
92 ],
93 "week": [
94 "omokubio"
95 ],
96 "day": [
97 "rituko"
98 ],
99 "hour": [
100 "ensa"
101 ],
102 "minute": [
103 "edakika"
104 ],
105 "second": [
106 "esekendi"
107 ],
108 "relative-type": {
109 "0 day ago": [
110 "rero"
111 ],
112 "0 hour ago": [
113 "this hour"
114 ],
115 "0 minute ago": [
116 "this minute"
117 ],
118 "0 month ago": [
119 "this month"
120 ],
121 "0 second ago": [
122 "now"
123 ],
124 "0 week ago": [
125 "this week"
126 ],
127 "0 year ago": [
128 "this year"
129 ],
130 "1 day ago": [
131 "igoro"
132 ],
133 "1 month ago": [
134 "last month"
135 ],
136 "1 week ago": [
137 "last week"
138 ],
139 "1 year ago": [
140 "last year"
141 ],
142 "in 1 day": [
143 "mambia"
144 ],
145 "in 1 month": [
146 "next month"
147 ],
148 "in 1 week": [
149 "next week"
150 ],
151 "in 1 year": [
152 "next year"
153 ]
154 },
155 "locale_specific": {},
156 "skip": [
157 " ",
158 "'",
159 ",",
160 "-",
161 ".",
162 "/",
163 ";",
164 "@",
165 "[",
166 "]",
167 "|",
168 ","
169 ]
170}