1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3so{
4    ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
5    ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
6    NumberElements{
7        latn{
8            patterns{
9                currencyFormat{"¤#,##0.00"}
10            }
11            patternsLong{
12                decimalFormat{
13                    1000{
14                        one{"0K"}
15                        other{"0K"}
16                    }
17                    10000{
18                        one{"00K"}
19                        other{"00K"}
20                    }
21                    100000{
22                        one{"000K"}
23                        other{"000K"}
24                    }
25                }
26            }
27            symbols{
28                decimal{"."}
29                group{","}
30            }
31        }
32    }
33    Version{"2.1.37.1"}
34    calendar{
35        generic{
36            DateTimePatterns{
37                "h:mm:ss a zzzz",
38                "h:mm:ss a z",
39                "h:mm:ss a",
40                "h:mm a",
41                "EEEE, MMMM dd, y G",
42                "dd MMMM y G",
43                "dd-MMM-y G",
44                "dd/MM/yy GGGGG",
45                "{1} {0}",
46                "{1} {0}",
47                "{1} {0}",
48                "{1} {0}",
49                "{1} {0}",
50            }
51            availableFormats{
52                Hm{"HH:mm"}
53                Hms{"HH:mm:ss"}
54                M{"L"}
55                MEd{"E, M/d"}
56                MMM{"LLL"}
57                MMMEd{"E, MMM d"}
58                MMMMEd{"E, MMMM d"}
59                MMMMd{"MMMM d"}
60                MMMd{"MMM d"}
61                Md{"M/d"}
62                d{"d"}
63                hm{"h:mm a"}
64                ms{"mm:ss"}
65                y{"y"}
66                yM{"M/y"}
67                yMEd{"E, M/d/y"}
68                yMMM{"MMM y"}
69                yMMMEd{"E, MMM d, y"}
70                yMMMM{"MMMM y"}
71                yQQQ{"QQQ y"}
72                yQQQQ{"QQQQ y"}
73            }
74        }
75        gregorian{
76            AmPmMarkers{
77                "sn.",
78                "gn.",
79            }
80            AmPmMarkersAbbr{
81                "sn.",
82                "gn.",
83            }
84            AmPmMarkersNarrow{
85                "sn.",
86                "gn.",
87            }
88            DateTimePatterns{
89                "h:mm:ss a zzzz",
90                "h:mm:ss a z",
91                "h:mm:ss a",
92                "h:mm a",
93                "EEEE, MMMM dd, y",
94                "dd MMMM y",
95                "dd-MMM-y",
96                "dd/MM/yy",
97                "{1} {0}",
98                "{1} {0}",
99                "{1} {0}",
100                "{1} {0}",
101                "{1} {0}",
102            }
103            availableFormats{
104                Hm{"HH:mm"}
105                Hms{"HH:mm:ss"}
106                M{"L"}
107                MEd{"E, M/d"}
108                MMM{"LLL"}
109                MMMEd{"E, MMM d"}
110                MMMMEd{"E, MMMM d"}
111                MMMMW{
112                    one{"'usbuuc' W 'ee' MMMM"}
113                    other{"'usbuuc' W 'ee' MMMM"}
114                }
115                MMMMd{"MMMM d"}
116                MMMd{"MMM d"}
117                Md{"M/d"}
118                d{"d"}
119                hm{"h:mm a"}
120                ms{"mm:ss"}
121                y{"y"}
122                yM{"M/y"}
123                yMEd{"E, M/d/y"}
124                yMMM{"MMM y"}
125                yMMMEd{"E, MMM d, y"}
126                yMMMM{"MMMM y"}
127                yQQQ{"QQQ y"}
128                yQQQQ{"QQQQ y"}
129            }
130            dayNames{
131                format{
132                    abbreviated{
133                        "Axd",
134                        "Isn",
135                        "Tal",
136                        "Arb",
137                        "Kha",
138                        "Jim",
139                        "Sab",
140                    }
141                    narrow{
142                        "A",
143                        "I",
144                        "T",
145                        "A",
146                        "Kh",
147                        "J",
148                        "S",
149                    }
150                    short{
151                        "Axd",
152                        "Isn",
153                        "Tal",
154                        "Arb",
155                        "Kha",
156                        "Jim",
157                        "Sab",
158                    }
159                    wide{
160                        "Axad",
161                        "Isniin",
162                        "Talaado",
163                        "Arbaco",
164                        "Khamiis",
165                        "Jimco",
166                        "Sabti",
167                    }
168                }
169                stand-alone{
170                    narrow{
171                        "A",
172                        "I",
173                        "T",
174                        "A",
175                        "Kh",
176                        "J",
177                        "S",
178                    }
179                    short{
180                        "Axd",
181                        "Isn",
182                        "Tal",
183                        "Arb",
184                        "Kha",
185                        "Jim",
186                        "Sab",
187                    }
188                    wide{
189                        "Axad",
190                        "Isniin",
191                        "Talaado",
192                        "Arbaco",
193                        "Khamiis",
194                        "Jimco",
195                        "Sabti",
196                    }
197                }
198            }
199            dayPeriod{
200                stand-alone{
201                    abbreviated{
202                        am{"sn."}
203                        pm{"gn."}
204                    }
205                    wide{
206                        am{"sn."}
207                        pm{"gn."}
208                    }
209                }
210            }
211            eras{
212                abbreviated{
213                    "CK",
214                    "CD",
215                }
216                wide{
217                    "CK",
218                    "CD",
219                }
220            }
221            monthNames{
222                format{
223                    abbreviated{
224                        "Kob",
225                        "Lab",
226                        "Sad",
227                        "Afr",
228                        "Sha",
229                        "Lix",
230                        "Tod",
231                        "Sid",
232                        "Sag",
233                        "Tob",
234                        "KIT",
235                        "LIT",
236                    }
237                    narrow{
238                        "K",
239                        "L",
240                        "S",
241                        "A",
242                        "S",
243                        "L",
244                        "T",
245                        "S",
246                        "S",
247                        "T",
248                        "K",
249                        "L",
250                    }
251                    wide{
252                        "Bisha Koobaad",
253                        "Bisha Labaad",
254                        "Bisha Saddexaad",
255                        "Bisha Afraad",
256                        "Bisha Shanaad",
257                        "Bisha Lixaad",
258                        "Bisha Todobaad",
259                        "Bisha Sideedaad",
260                        "Bisha Sagaalaad",
261                        "Bisha Tobnaad",
262                        "Bisha Kow iyo Tobnaad",
263                        "Bisha Laba iyo Tobnaad",
264                    }
265                }
266            }
267            quarters{
268                format{
269                    abbreviated{
270                        "R1",
271                        "R2",
272                        "R3",
273                        "R4",
274                    }
275                    narrow{
276                        "1",
277                        "2",
278                        "3",
279                        "4",
280                    }
281                    wide{
282                        "Rubaca 1aad",
283                        "Rubaca 2aad",
284                        "Rubaca 3aad",
285                        "Rubaca 4aad",
286                    }
287                }
288                stand-alone{
289                    wide{
290                        "Rubaca 1aad",
291                        "Rubaca 2aad",
292                        "Rubaca 3aad",
293                        "Rubaca 4aad",
294                    }
295                }
296            }
297        }
298    }
299    delimiters{
300        alternateQuotationEnd{"’"}
301        alternateQuotationStart{"‘"}
302        quotationEnd{"”"}
303        quotationStart{"“"}
304    }
305    fields{
306        day{
307            dn{"Day"}
308            relative{
309                "-1"{"Shalay"}
310                "0"{"Maanta"}
311                "1"{"Berri"}
312            }
313            relativeTime{
314                future{
315                    one{"+{0} d"}
316                    other{"+{0} d"}
317                }
318                past{
319                    one{"-{0} d"}
320                    other{"-{0} d"}
321                }
322            }
323        }
324        day-narrow{
325            relativeTime{
326                future{
327                    one{"+{0} d"}
328                    other{"+{0} d"}
329                }
330                past{
331                    one{"-{0} d"}
332                    other{"-{0} d"}
333                }
334            }
335        }
336        day-short{
337            dn{"Day"}
338            relativeTime{
339                future{
340                    one{"+{0} d"}
341                    other{"+{0} d"}
342                }
343                past{
344                    one{"-{0} d"}
345                    other{"-{0} d"}
346                }
347            }
348        }
349        dayperiod{
350            dn{"Dayperiod"}
351        }
352        era{
353            dn{"Era"}
354        }
355        hour{
356            dn{"Hour"}
357            relative{
358                "0"{"this hour"}
359            }
360            relativeTime{
361                future{
362                    one{"+{0} h"}
363                    other{"+{0} h"}
364                }
365                past{
366                    one{"-{0} h"}
367                    other{"-{0} h"}
368                }
369            }
370        }
371        hour-narrow{
372            relativeTime{
373                future{
374                    one{"+{0} h"}
375                    other{"+{0} h"}
376                }
377                past{
378                    one{"-{0} h"}
379                    other{"-{0} h"}
380                }
381            }
382        }
383        hour-short{
384            relativeTime{
385                future{
386                    one{"+{0} h"}
387                    other{"+{0} h"}
388                }
389                past{
390                    one{"-{0} h"}
391                    other{"-{0} h"}
392                }
393            }
394        }
395        minute{
396            dn{"Minute"}
397            relative{
398                "0"{"this minute"}
399            }
400            relativeTime{
401                future{
402                    one{"+{0} min"}
403                    other{"+{0} min"}
404                }
405                past{
406                    one{"-{0} min"}
407                    other{"-{0} min"}
408                }
409            }
410        }
411        minute-narrow{
412            relativeTime{
413                future{
414                    one{"+{0} min"}
415                    other{"+{0} min"}
416                }
417                past{
418                    one{"-{0} min"}
419                    other{"-{0} min"}
420                }
421            }
422        }
423        minute-short{
424            relativeTime{
425                future{
426                    one{"+{0} min"}
427                    other{"+{0} min"}
428                }
429                past{
430                    one{"-{0} min"}
431                    other{"-{0} min"}
432                }
433            }
434        }
435        month{
436            dn{"Month"}
437            relativeTime{
438                future{
439                    one{"+{0} m"}
440                    other{"+{0} m"}
441                }
442                past{
443                    one{"-{0} m"}
444                    other{"-{0} m"}
445                }
446            }
447        }
448        month-narrow{
449            relativeTime{
450                future{
451                    one{"+{0} m"}
452                    other{"+{0} m"}
453                }
454                past{
455                    one{"-{0} m"}
456                    other{"-{0} m"}
457                }
458            }
459        }
460        month-short{
461            relativeTime{
462                future{
463                    one{"+{0} m"}
464                    other{"+{0} m"}
465                }
466                past{
467                    one{"-{0} m"}
468                    other{"-{0} m"}
469                }
470            }
471        }
472        quarter{
473            dn{"Quarter"}
474            relativeTime{
475                future{
476                    one{"+{0} Q"}
477                    other{"+{0} Q"}
478                }
479                past{
480                    one{"-{0} Q"}
481                    other{"-{0} Q"}
482                }
483            }
484        }
485        quarter-narrow{
486            relativeTime{
487                future{
488                    one{"+{0} Q"}
489                    other{"+{0} Q"}
490                }
491                past{
492                    one{"-{0} Q"}
493                    other{"-{0} Q"}
494                }
495            }
496        }
497        quarter-short{
498            relativeTime{
499                future{
500                    one{"+{0} Q"}
501                    other{"+{0} Q"}
502                }
503                past{
504                    one{"-{0} Q"}
505                    other{"-{0} Q"}
506                }
507            }
508        }
509        second{
510            dn{"Second"}
511            relative{
512                "0"{"now"}
513            }
514            relativeTime{
515                future{
516                    one{"+{0} s"}
517                    other{"+{0} s"}
518                }
519                past{
520                    one{"-{0} s"}
521                    other{"-{0} s"}
522                }
523            }
524        }
525        second-narrow{
526            relativeTime{
527                future{
528                    one{"+{0} s"}
529                    other{"+{0} s"}
530                }
531                past{
532                    one{"-{0} s"}
533                    other{"-{0} s"}
534                }
535            }
536        }
537        second-short{
538            relativeTime{
539                future{
540                    one{"+{0} s"}
541                    other{"+{0} s"}
542                }
543                past{
544                    one{"-{0} s"}
545                    other{"-{0} s"}
546                }
547            }
548        }
549        sun{
550            relative{
551                "-1"{"last Sunday"}
552                "0"{"this Sunday"}
553                "1"{"next Sunday"}
554            }
555            relativeTime{
556                future{
557                    one{"+{0} Sundays"}
558                    other{"+{0} Sundays"}
559                }
560                past{
561                    one{"-{0} Sundays"}
562                    other{"-{0} Sundays"}
563                }
564            }
565        }
566        week{
567            dn{"Week"}
568            relativePeriod{"the week of {0}"}
569            relativeTime{
570                future{
571                    one{"+{0} w"}
572                    other{"+{0} w"}
573                }
574                past{
575                    one{"-{0} w"}
576                    other{"-{0} w"}
577                }
578            }
579        }
580        week-narrow{
581            relativePeriod{"the week of {0}"}
582            relativeTime{
583                future{
584                    one{"+{0} w"}
585                    other{"+{0} w"}
586                }
587                past{
588                    one{"-{0} w"}
589                    other{"-{0} w"}
590                }
591            }
592        }
593        week-short{
594            relativePeriod{"the week of {0}"}
595            relativeTime{
596                future{
597                    one{"+{0} w"}
598                    other{"+{0} w"}
599                }
600                past{
601                    one{"-{0} w"}
602                    other{"-{0} w"}
603                }
604            }
605        }
606        weekday{
607            dn{"Day of the Week"}
608        }
609        year{
610            dn{"Year"}
611            relativeTime{
612                future{
613                    one{"+{0} y"}
614                    other{"+{0} y"}
615                }
616                past{
617                    one{"-{0} y"}
618                    other{"-{0} y"}
619                }
620            }
621        }
622        year-narrow{
623            relativeTime{
624                future{
625                    one{"+{0} y"}
626                    other{"+{0} y"}
627                }
628                past{
629                    one{"-{0} y"}
630                    other{"-{0} y"}
631                }
632            }
633        }
634        year-short{
635            relativeTime{
636                future{
637                    one{"+{0} y"}
638                    other{"+{0} y"}
639                }
640                past{
641                    one{"-{0} y"}
642                    other{"-{0} y"}
643                }
644            }
645        }
646        zone{
647            dn{"Zone"}
648        }
649    }
650}
651