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