Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/lu.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": "lu",
3 "date_order": "DMY",
4 "january": [
5 "cio",
6 "ciongo"
7 ],
8 "february": [
9 "lui",
10 "lùishi"
11 ],
12 "march": [
13 "lus",
14 "lusòlo"
15 ],
16 "april": [
17 "muu",
18 "mùuyà"
19 ],
20 "may": [
21 "lum",
22 "lumùngùlù"
23 ],
24 "june": [
25 "luf",
26 "lufuimi"
27 ],
28 "july": [
29 "kab",
30 "kabàlàshìpù"
31 ],
32 "august": [
33 "lush",
34 "lùshìkà"
35 ],
36 "september": [
37 "lut",
38 "lutongolo"
39 ],
40 "october": [
41 "lun",
42 "lungùdi"
43 ],
44 "november": [
45 "kas",
46 "kaswèkèsè"
47 ],
48 "december": [
49 "cis",
50 "ciswà"
51 ],
52 "monday": [
53 "nko",
54 "nkodya"
55 ],
56 "tuesday": [
57 "ndy",
58 "ndàayà"
59 ],
60 "wednesday": [
61 "ndangù",
62 "ndg"
63 ],
64 "thursday": [
65 "njw",
66 "njòwa"
67 ],
68 "friday": [
69 "ngv",
70 "ngòvya"
71 ],
72 "saturday": [
73 "lub",
74 "lubingu"
75 ],
76 "sunday": [
77 "lum",
78 "lumingu"
79 ],
80 "am": [
81 "dinda"
82 ],
83 "pm": [
84 "dilolo"
85 ],
86 "year": [
87 "tshidimu"
88 ],
89 "month": [
90 "ngondo"
91 ],
92 "week": [
93 "lubingu"
94 ],
95 "day": [
96 "dituku"
97 ],
98 "hour": [
99 "diba"
100 ],
101 "minute": [
102 "kasunsu"
103 ],
104 "second": [
105 "kasunsukusu"
106 ],
107 "relative-type": {
108 "0 day ago": [
109 "lelu"
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 "makelela"
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 "malaba"
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}