Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/so.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": "so",
3 "date_order": "DMY",
4 "january": [
5 "bisha koobaad",
6 "kob"
7 ],
8 "february": [
9 "bisha labaad",
10 "lab"
11 ],
12 "march": [
13 "bisha saddexaad",
14 "sad"
15 ],
16 "april": [
17 "afr",
18 "bisha afraad"
19 ],
20 "may": [
21 "bisha shanaad",
22 "sha"
23 ],
24 "june": [
25 "bisha lixaad",
26 "lix"
27 ],
28 "july": [
29 "bisha todobaad",
30 "tod"
31 ],
32 "august": [
33 "bisha sideedaad",
34 "sid"
35 ],
36 "september": [
37 "bisha sagaalaad",
38 "sag"
39 ],
40 "october": [
41 "bisha tobnaad",
42 "tob"
43 ],
44 "november": [
45 "bisha kow iyo tobnaad",
46 "kit"
47 ],
48 "december": [
49 "bisha laba iyo tobnaad",
50 "lit"
51 ],
52 "monday": [
53 "isn",
54 "isniin"
55 ],
56 "tuesday": [
57 "tal",
58 "talaado"
59 ],
60 "wednesday": [
61 "arb",
62 "arbaco"
63 ],
64 "thursday": [
65 "kha",
66 "khamiis"
67 ],
68 "friday": [
69 "jim",
70 "jimco"
71 ],
72 "saturday": [
73 "sab",
74 "sabti"
75 ],
76 "sunday": [
77 "axad",
78 "axd"
79 ],
80 "am": [
81 "sn"
82 ],
83 "pm": [
84 "gn"
85 ],
86 "year": [
87 "year"
88 ],
89 "month": [
90 "month"
91 ],
92 "week": [
93 "week"
94 ],
95 "day": [
96 "day"
97 ],
98 "hour": [
99 "hour"
100 ],
101 "minute": [
102 "minute"
103 ],
104 "second": [
105 "second"
106 ],
107 "relative-type": {
108 "0 day ago": [
109 "maanta"
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 "shalay"
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 "berri"
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 "so-DJ": {
156 "name": "so-DJ"
157 },
158 "so-ET": {
159 "name": "so-ET"
160 },
161 "so-KE": {
162 "name": "so-KE"
163 }
164 },
165 "skip": [
166 " ",
167 "'",
168 ",",
169 "-",
170 ".",
171 "/",
172 ";",
173 "@",
174 "[",
175 "]",
176 "|",
177 ","
178 ]
179}