• 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
3ha{
4    AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô p q {r\u0303} ú ù û v x ƴ]"}
5    ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k ƙ l m n o r s {sh} t {ts} u w y {ʼy} z ʼ]"}
6    ExemplarCharactersIndex{"[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 {ʼY} Z]"}
7    ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
8    NumberElements{
9        latn{
10            patterns{
11                currencyFormat{"¤ #,##0.00"}
12                decimalFormat{"#,##0.###"}
13                percentFormat{"#,##0%"}
14                scientificFormat{"#E0"}
15            }
16            patternsLong{
17                decimalFormat{
18                    1000{
19                        one{"Dubu 0"}
20                        other{"Dubu 0"}
21                    }
22                    10000{
23                        one{"Dubu 00"}
24                        other{"Dubu 00"}
25                    }
26                    100000{
27                        one{"Dubu 000"}
28                        other{"Dubu 000"}
29                    }
30                    1000000{
31                        one{"Miliyan 0"}
32                        other{"Miliyan 0"}
33                    }
34                    10000000{
35                        one{"Miliyan 00"}
36                        other{"Miliyan 00"}
37                    }
38                    100000000{
39                        one{"Miliyan 000"}
40                        other{"Miliyan 000"}
41                    }
42                    1000000000{
43                        one{"Biliyan 0"}
44                        other{"Biliyan 0"}
45                    }
46                    10000000000{
47                        one{"Biliyan 00"}
48                        other{"Biliyan 00"}
49                    }
50                    100000000000{
51                        one{"Biliyan 000"}
52                        other{"Biliyan 000"}
53                    }
54                    1000000000000{
55                        one{"Triliyan 0"}
56                        other{"Triliyan 0"}
57                    }
58                    10000000000000{
59                        one{"Triliyan 00"}
60                        other{"Triliyan 00"}
61                    }
62                    100000000000000{
63                        one{"Triliyan 000"}
64                        other{"Triliyan 000"}
65                    }
66                }
67            }
68            patternsShort{
69                currencyFormat{
70                    1000{
71                        one{"¤ 0D"}
72                        other{"¤ 0D"}
73                    }
74                    10000{
75                        one{"¤ 00D"}
76                        other{"¤ 00D"}
77                    }
78                    100000{
79                        one{"¤ 000K"}
80                        other{"¤ 000D"}
81                    }
82                    1000000{
83                        one{"¤ 0M"}
84                        other{"¤ 0M"}
85                    }
86                    10000000{
87                        one{"¤ 00M"}
88                        other{"¤ 00M"}
89                    }
90                    100000000{
91                        one{"¤ 000M"}
92                        other{"¤ 000M"}
93                    }
94                    1000000000{
95                        one{"¤0B"}
96                        other{"¤0B"}
97                    }
98                    10000000000{
99                        one{"¤00B"}
100                        other{"¤00B"}
101                    }
102                    100000000000{
103                        one{"¤000B"}
104                        other{"¤000B"}
105                    }
106                    1000000000000{
107                        one{"¤0T"}
108                        other{"¤0T"}
109                    }
110                    10000000000000{
111                        one{"¤00T"}
112                        other{"¤00T"}
113                    }
114                    100000000000000{
115                        one{"¤000T"}
116                        other{"¤000T"}
117                    }
118                }
119                decimalFormat{
120                    1000{
121                        one{"0D"}
122                        other{"0D"}
123                    }
124                    10000{
125                        one{"00D"}
126                        other{"00D"}
127                    }
128                    100000{
129                        one{"000D"}
130                        other{"000D"}
131                    }
132                    1000000{
133                        one{"0M"}
134                        other{"0M"}
135                    }
136                    10000000{
137                        one{"00M"}
138                        other{"00M"}
139                    }
140                    100000000{
141                        one{"000M"}
142                        other{"000M"}
143                    }
144                    1000000000{
145                        one{"0B"}
146                        other{"0B"}
147                    }
148                    10000000000{
149                        one{"00B"}
150                        other{"00B"}
151                    }
152                    100000000000{
153                        one{"000B"}
154                        other{"000B"}
155                    }
156                    1000000000000{
157                        one{"0T"}
158                        other{"0T"}
159                    }
160                    10000000000000{
161                        one{"00T"}
162                        other{"00T"}
163                    }
164                    100000000000000{
165                        one{"000T"}
166                        other{"000T"}
167                    }
168                }
169            }
170            symbols{
171                decimal{"."}
172                group{","}
173            }
174        }
175    }
176    Version{"2.1.43.2"}
177    calendar{
178        generic{
179            DateTimePatterns{
180                "HH:mm:ss zzzz",
181                "HH:mm:ss z",
182                "HH:mm:ss",
183                "HH:mm",
184                "EEEE, d MMMM, y G",
185                "d MMMM, y G",
186                "d MMM, y G",
187                "d/M/yy GGGGG",
188                "{1} {0}",
189                "{1} {0}",
190                "{1} {0}",
191                "{1} {0}",
192                "{1} {0}",
193            }
194            availableFormats{
195                Hm{"HH:mm"}
196                Hms{"HH:mm:ss"}
197                M{"L"}
198                MEd{"E, M/d"}
199                MMM{"LLL"}
200                MMMEd{"E, MMM d"}
201                MMMMEd{"E, MMMM d"}
202                MMMMd{"MMMM d"}
203                MMMd{"MMM d"}
204                Md{"M/d"}
205                d{"d"}
206                hm{"h:mm a"}
207                ms{"mm:ss"}
208                y{"y"}
209                yM{"M/y"}
210                yMEd{"E, M/d/y"}
211                yMMM{"MMM y"}
212                yMMMEd{"E, MMM d, y"}
213                yMMMM{"MMMM y"}
214                yQQQ{"QQQ y"}
215                yQQQQ{"QQQQ y"}
216            }
217        }
218        gregorian{
219            AmPmMarkers{
220                "AM",
221                "PM",
222            }
223            AmPmMarkersAbbr{
224                "AM",
225                "PM",
226            }
227            DateTimePatterns{
228                "HH:mm:ss zzzz",
229                "HH:mm:ss z",
230                "HH:mm:ss",
231                "HH:mm",
232                "EEEE, d MMMM, y",
233                "d MMMM, y",
234                "d MMM, y",
235                "d/M/yy",
236                "{1} {0}",
237                "{1} {0}",
238                "{1} {0}",
239                "{1} {0}",
240                "{1} {0}",
241            }
242            availableFormats{
243                Ed{"E, d"}
244                Hm{"HH:mm"}
245                Hms{"HH:mm:ss"}
246                M{"L"}
247                MEd{"E, M/d"}
248                MMM{"LLL"}
249                MMMEd{"E, MMM d"}
250                MMMMEd{"E, MMMM d"}
251                MMMMd{"MMMM d"}
252                MMMd{"MMM d"}
253                Md{"M/d"}
254                d{"d"}
255                hm{"h:mm a"}
256                hms{"h:mm:ss a"}
257                ms{"mm:ss"}
258                y{"y"}
259                yM{"M/y"}
260                yMEd{"E, M/d/y"}
261                yMMM{"MMM y"}
262                yMMMEd{"y MMM d, E"}
263                yMMMM{"MMMM y"}
264                yMMMd{"d MMM, y"}
265                yMd{"y-MM-dd"}
266                yQQQ{"QQQ y"}
267                yQQQQ{"QQQQ y"}
268            }
269            dayNames{
270                format{
271                    abbreviated{
272                        "Lah",
273                        "Lit",
274                        "Tal",
275                        "Lar",
276                        "Alh",
277                        "Jum",
278                        "Asa",
279                    }
280                    narrow{
281                        "L",
282                        "L",
283                        "T",
284                        "L",
285                        "A",
286                        "J",
287                        "A",
288                    }
289                    short{
290                        "Lh",
291                        "Li",
292                        "Ta",
293                        "Lr",
294                        "Al",
295                        "Ju",
296                        "As",
297                    }
298                    wide{
299                        "Lahadi",
300                        "Litinin",
301                        "Talata",
302                        "Laraba",
303                        "Alhamis",
304                        "Jummaʼa",
305                        "Asabar",
306                    }
307                }
308                stand-alone{
309                    abbreviated{
310                        "Lah",
311                        "Lit",
312                        "Tal",
313                        "Lar",
314                        "Alh",
315                        "Jum",
316                        "Asa",
317                    }
318                    narrow{
319                        "L",
320                        "L",
321                        "T",
322                        "L",
323                        "A",
324                        "J",
325                        "A",
326                    }
327                    short{
328                        "Lh",
329                        "Li",
330                        "Ta",
331                        "Lr",
332                        "Al",
333                        "Ju",
334                        "As",
335                    }
336                    wide{
337                        "Lahadi",
338                        "Litinin",
339                        "Talata",
340                        "Laraba",
341                        "Alhamis",
342                        "Jummaʼa",
343                        "Asabar",
344                    }
345                }
346            }
347            dayPeriod{
348                stand-alone{
349                    abbreviated{
350                        am{"AM"}
351                        pm{"PM"}
352                    }
353                    narrow{
354                        am{"AM"}
355                        pm{"PM"}
356                    }
357                    wide{
358                        am{"AM"}
359                        pm{"PM"}
360                    }
361                }
362            }
363            eras{
364                abbreviated{
365                    "KHAI",
366                    "BHAI",
367                }
368                wide{
369                    "Kafin haihuwar annab",
370                    "Bayan haihuwar annab",
371                }
372            }
373            intervalFormats{
374                H{
375                    H{"HH–HH"}
376                }
377                Hm{
378                    H{"HH:mm–HH:mm"}
379                    m{"HH:mm–HH:mm"}
380                }
381                MEd{
382                    d{"E, dd/M – E, dd/M"}
383                }
384                h{
385                    a{"h a – h a"}
386                }
387                hm{
388                    a{"h:mm a – h:mm a"}
389                }
390                yM{
391                    M{"MM/y – MM/y"}
392                    y{"MM/y – MM/y"}
393                }
394                yMEd{
395                    M{"y-MM-dd, E – y-MM-dd, E"}
396                    y{"y-MM-dd, E – y-MM-dd, E"}
397                }
398                yMMM{
399                    y{"y MMM – y MMM"}
400                }
401                yMMMEd{
402                    y{"y MMM d, E – y MMM d, E"}
403                }
404                yMMMM{
405                    y{"y MMMM – y MMMM"}
406                }
407                yMMMd{
408                    y{"y MMM d – y MMM d"}
409                }
410                yMd{
411                    M{"dd/MM/y – dd/MM/y"}
412                    d{"dd/MM/y – dd/MM/y"}
413                }
414            }
415            monthNames{
416                format{
417                    abbreviated{
418                        "Jan",
419                        "Fab",
420                        "Mar",
421                        "Afi",
422                        "May",
423                        "Yun",
424                        "Yul",
425                        "Agu",
426                        "Sat",
427                        "Okt",
428                        "Nuw",
429                        "Dis",
430                    }
431                    narrow{
432                        "J",
433                        "F",
434                        "M",
435                        "A",
436                        "M",
437                        "Y",
438                        "Y",
439                        "A",
440                        "S",
441                        "O",
442                        "N",
443                        "D",
444                    }
445                    wide{
446                        "Janairu",
447                        "Faburairu",
448                        "Maris",
449                        "Afirilu",
450                        "Mayu",
451                        "Yuni",
452                        "Yuli",
453                        "Agusta",
454                        "Satumba",
455                        "Oktoba",
456                        "Nuwamba",
457                        "Disamba",
458                    }
459                }
460                stand-alone{
461                    abbreviated{
462                        "Jan",
463                        "Fab",
464                        "Mar",
465                        "Afi",
466                        "May",
467                        "Yun",
468                        "Yul",
469                        "Agu",
470                        "Sat",
471                        "Okt",
472                        "Nuw",
473                        "Dis",
474                    }
475                    narrow{
476                        "J",
477                        "F",
478                        "M",
479                        "A",
480                        "M",
481                        "Y",
482                        "Y",
483                        "A",
484                        "S",
485                        "O",
486                        "N",
487                        "D",
488                    }
489                    wide{
490                        "Janairu",
491                        "Faburairu",
492                        "Maris",
493                        "Afirilu",
494                        "Mayu",
495                        "Yuni",
496                        "Yuli",
497                        "Agusta",
498                        "Satumba",
499                        "Oktoba",
500                        "Nuwamba",
501                        "Disamba",
502                    }
503                }
504            }
505            quarters{
506                format{
507                    abbreviated{
508                        "K1",
509                        "K2",
510                        "K3",
511                        "K4",
512                    }
513                    narrow{
514                        "1",
515                        "2",
516                        "3",
517                        "4",
518                    }
519                    wide{
520                        "Kwata na ɗaya",
521                        "Kwata na biyu",
522                        "Kwata na uku",
523                        "Kwata na huɗu",
524                    }
525                }
526                stand-alone{
527                    abbreviated{
528                        "K1",
529                        "K2",
530                        "K3",
531                        "K4",
532                    }
533                    narrow{
534                        "1",
535                        "2",
536                        "3",
537                        "4",
538                    }
539                    wide{
540                        "Kwata na ɗaya",
541                        "Kwata na biyu",
542                        "Kwata na uku",
543                        "Kwata na huɗu",
544                    }
545                }
546            }
547        }
548    }
549    delimiters{
550        alternateQuotationEnd{"’"}
551        alternateQuotationStart{"‘"}
552        quotationEnd{"”"}
553        quotationStart{"“"}
554    }
555    fields{
556        day{
557            dn{"Kwana"}
558            relative{
559                "-1"{"Jiya"}
560                "0"{"Yau"}
561                "1"{"Gobe"}
562            }
563        }
564        dayperiod{
565            dn{"Yini"}
566        }
567        era{
568            dn{"Zamani"}
569        }
570        hour{
571            dn{"Awa"}
572        }
573        minute{
574            dn{"Minti"}
575        }
576        month{
577            dn{"Wata"}
578        }
579        second{
580            dn{"Daƙiƙa"}
581        }
582        week{
583            dn{"Mako"}
584        }
585        weekday{
586            dn{"Rana"}
587        }
588        year{
589            dn{"Shekara"}
590        }
591        zone{
592            dn{"Agogo"}
593        }
594    }
595}
596