1 |
|
2 |
|
3 | if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData === 'function') {
|
4 | Intl.RelativeTimeFormat.__addLocaleData({
|
5 | "data": {
|
6 | "day": {
|
7 | "-1": "yesterday",
|
8 | "0": "lɔꞋɔ",
|
9 | "1": "tomorrow",
|
10 | "future": {
|
11 | "one": "Nǔu lɛ́Ꞌ {0}",
|
12 | "other": "Nǔu lɛ́Ꞌ {0}"
|
13 | },
|
14 | "past": {
|
15 | "one": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
16 | "other": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"
|
17 | }
|
18 | },
|
19 | "day-narrow": {
|
20 | "-1": "yesterday",
|
21 | "0": "lɔꞋɔ",
|
22 | "1": "tomorrow",
|
23 | "future": {
|
24 | "one": "Nǔu lɛ́Ꞌ {0}",
|
25 | "other": "Nǔu lɛ́Ꞌ {0}"
|
26 | },
|
27 | "past": {
|
28 | "one": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
29 | "other": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"
|
30 | }
|
31 | },
|
32 | "day-short": {
|
33 | "-1": "yesterday",
|
34 | "0": "lɔꞋɔ",
|
35 | "1": "tomorrow",
|
36 | "future": {
|
37 | "one": "Nǔu lɛ́Ꞌ {0}",
|
38 | "other": "Nǔu lɛ́Ꞌ {0}"
|
39 | },
|
40 | "past": {
|
41 | "one": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}",
|
42 | "other": "Ɛ́ gɛ́ mɔ́ lɛ́Ꞌ {0}"
|
43 | }
|
44 | },
|
45 | "hour": {
|
46 | "0": "this hour",
|
47 | "future": {
|
48 | "one": "nǔu háwa {0}",
|
49 | "other": "nǔu háwa {0}"
|
50 | },
|
51 | "past": {
|
52 | "one": "ɛ́ gɛ mɔ́ {0} háwa",
|
53 | "other": "ɛ́ gɛ mɔ́ {0} háwa"
|
54 | }
|
55 | },
|
56 | "hour-narrow": {
|
57 | "0": "this hour",
|
58 | "future": {
|
59 | "one": "nǔu háwa {0}",
|
60 | "other": "nǔu háwa {0}"
|
61 | },
|
62 | "past": {
|
63 | "one": "ɛ́ gɛ mɔ́ {0} háwa",
|
64 | "other": "ɛ́ gɛ mɔ́ {0} háwa"
|
65 | }
|
66 | },
|
67 | "hour-short": {
|
68 | "0": "this hour",
|
69 | "future": {
|
70 | "one": "nǔu háwa {0}",
|
71 | "other": "nǔu háwa {0}"
|
72 | },
|
73 | "past": {
|
74 | "one": "ɛ́ gɛ mɔ́ {0} háwa",
|
75 | "other": "ɛ́ gɛ mɔ́ {0} háwa"
|
76 | }
|
77 | },
|
78 | "minute": {
|
79 | "0": "this minute",
|
80 | "future": {
|
81 | "one": "nǔu {0} minút",
|
82 | "other": "nǔu {0} minút"
|
83 | },
|
84 | "past": {
|
85 | "one": "ɛ́ gɛ́ mɔ́ minút {0}",
|
86 | "other": "ɛ́ gɛ́ mɔ́ minút {0}"
|
87 | }
|
88 | },
|
89 | "minute-narrow": {
|
90 | "0": "this minute",
|
91 | "future": {
|
92 | "one": "nǔu {0} minút",
|
93 | "other": "nǔu {0} minút"
|
94 | },
|
95 | "past": {
|
96 | "one": "ɛ́ gɛ́ mɔ́ minút {0}",
|
97 | "other": "ɛ́ gɛ́ mɔ́ minút {0}"
|
98 | }
|
99 | },
|
100 | "minute-short": {
|
101 | "0": "this minute",
|
102 | "future": {
|
103 | "one": "nǔu {0} minút",
|
104 | "other": "nǔu {0} minút"
|
105 | },
|
106 | "past": {
|
107 | "one": "ɛ́ gɛ́ mɔ́ minút {0}",
|
108 | "other": "ɛ́ gɛ́ mɔ́ minút {0}"
|
109 | }
|
110 | },
|
111 | "month": {
|
112 | "-1": "last month",
|
113 | "0": "this month",
|
114 | "1": "next month",
|
115 | "future": {
|
116 | "one": "Nǔu {0} saŋ",
|
117 | "other": "Nǔu {0} saŋ"
|
118 | },
|
119 | "past": {
|
120 | "one": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
121 | "other": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"
|
122 | }
|
123 | },
|
124 | "month-narrow": {
|
125 | "-1": "last month",
|
126 | "0": "this month",
|
127 | "1": "next month",
|
128 | "future": {
|
129 | "one": "Nǔu {0} saŋ",
|
130 | "other": "Nǔu {0} saŋ"
|
131 | },
|
132 | "past": {
|
133 | "one": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
134 | "other": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"
|
135 | }
|
136 | },
|
137 | "month-short": {
|
138 | "-1": "last month",
|
139 | "0": "this month",
|
140 | "1": "next month",
|
141 | "future": {
|
142 | "one": "Nǔu {0} saŋ",
|
143 | "other": "Nǔu {0} saŋ"
|
144 | },
|
145 | "past": {
|
146 | "one": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}",
|
147 | "other": "ɛ́ gɛ́ mɔ́ pɛsaŋ {0}"
|
148 | }
|
149 | },
|
150 | "nu": [
|
151 | "latn"
|
152 | ],
|
153 | "quarter": {
|
154 | "-1": "last quarter",
|
155 | "0": "this quarter",
|
156 | "1": "next quarter",
|
157 | "future": {
|
158 | "other": "+{0} Q"
|
159 | },
|
160 | "past": {
|
161 | "other": "-{0} Q"
|
162 | }
|
163 | },
|
164 | "quarter-narrow": {
|
165 | "-1": "last quarter",
|
166 | "0": "this quarter",
|
167 | "1": "next quarter",
|
168 | "future": {
|
169 | "other": "+{0} Q"
|
170 | },
|
171 | "past": {
|
172 | "other": "-{0} Q"
|
173 | }
|
174 | },
|
175 | "quarter-short": {
|
176 | "-1": "last quarter",
|
177 | "0": "this quarter",
|
178 | "1": "next quarter",
|
179 | "future": {
|
180 | "other": "+{0} Q"
|
181 | },
|
182 | "past": {
|
183 | "other": "-{0} Q"
|
184 | }
|
185 | },
|
186 | "second": {
|
187 | "0": "now",
|
188 | "future": {
|
189 | "other": "+{0} s"
|
190 | },
|
191 | "past": {
|
192 | "other": "-{0} s"
|
193 | }
|
194 | },
|
195 | "second-narrow": {
|
196 | "0": "now",
|
197 | "future": {
|
198 | "other": "+{0} s"
|
199 | },
|
200 | "past": {
|
201 | "other": "-{0} s"
|
202 | }
|
203 | },
|
204 | "second-short": {
|
205 | "0": "now",
|
206 | "future": {
|
207 | "other": "+{0} s"
|
208 | },
|
209 | "past": {
|
210 | "other": "-{0} s"
|
211 | }
|
212 | },
|
213 | "week": {
|
214 | "-1": "last week",
|
215 | "0": "this week",
|
216 | "1": "next week",
|
217 | "future": {
|
218 | "one": "Nǔu ŋgap-mbi {0}",
|
219 | "other": "Nǔu ŋgap-mbi {0}"
|
220 | },
|
221 | "past": {
|
222 | "one": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
223 | "other": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"
|
224 | }
|
225 | },
|
226 | "week-narrow": {
|
227 | "-1": "last week",
|
228 | "0": "this week",
|
229 | "1": "next week",
|
230 | "future": {
|
231 | "one": "Nǔu ŋgap-mbi {0}",
|
232 | "other": "Nǔu ŋgap-mbi {0}"
|
233 | },
|
234 | "past": {
|
235 | "one": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
236 | "other": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"
|
237 | }
|
238 | },
|
239 | "week-short": {
|
240 | "-1": "last week",
|
241 | "0": "this week",
|
242 | "1": "next week",
|
243 | "future": {
|
244 | "one": "Nǔu ŋgap-mbi {0}",
|
245 | "other": "Nǔu ŋgap-mbi {0}"
|
246 | },
|
247 | "past": {
|
248 | "one": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi",
|
249 | "other": "Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"
|
250 | }
|
251 | },
|
252 | "year": {
|
253 | "-1": "last year",
|
254 | "0": "this year",
|
255 | "1": "next year",
|
256 | "future": {
|
257 | "one": "Nǔu ŋguꞋ {0}",
|
258 | "other": "Nǔu ŋguꞋ {0}"
|
259 | },
|
260 | "past": {
|
261 | "one": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
262 | "other": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"
|
263 | }
|
264 | },
|
265 | "year-narrow": {
|
266 | "-1": "last year",
|
267 | "0": "this year",
|
268 | "1": "next year",
|
269 | "future": {
|
270 | "one": "Nǔu ŋguꞋ {0}",
|
271 | "other": "Nǔu ŋguꞋ {0}"
|
272 | },
|
273 | "past": {
|
274 | "one": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
275 | "other": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"
|
276 | }
|
277 | },
|
278 | "year-short": {
|
279 | "-1": "last year",
|
280 | "0": "this year",
|
281 | "1": "next year",
|
282 | "future": {
|
283 | "one": "Nǔu ŋguꞋ {0}",
|
284 | "other": "Nǔu ŋguꞋ {0}"
|
285 | },
|
286 | "past": {
|
287 | "one": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}",
|
288 | "other": "Ɛ́gɛ́ mɔ́ ŋguꞋ {0}"
|
289 | }
|
290 | }
|
291 | },
|
292 | "locale": "jgo"
|
293 | })
|
294 | }
|