• 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
3gd{
4    AuxExemplarCharacters{
5        "[á ă â å ä ã ā æ ċ ç ḋ é ĕ ê ë ē ḟ ġ í ĭ î ï ī ı j k ł ṁ ñ ó ŏ ô ö ø ō œ ṗ q"
6        " ṡ ş ș ṫ ú ŭ û ü ū v w x y ÿ z]"
7    }
8    Ellipsis{
9        final{"{0}…"}
10        initial{"…{0}"}
11        medial{"{0}…{1}"}
12        word-final{"{0} …"}
13        word-initial{"… {0}"}
14        word-medial{"{0} … {1}"}
15    }
16    ExemplarCharacters{"[a à b c d e è f g h i ì l m n o ò p r s t u ù]"}
17    ExemplarCharactersIndex{"[A B C D E F G H I L M N O P R S T U]"}
18    ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
19    ExemplarCharactersPunctuation{
20        "[\\- ‐ – — , ; \\: ! ¡ ? . … · ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} § ¶ @ * "
21        "/ \\& ⁊ # % † ‡ ‧ ° © ® ™]"
22    }
23    MoreInformation{"?"}
24    NumberElements{
25        arab{
26            symbols{
27                decimal{"٫"}
28                exponential{"اس"}
29                group{"٬"}
30                infinity{"∞"}
31                list{"؛"}
32                minusSign{"؜-"}
33                nan{"NaN"}
34                perMille{"؉"}
35                percentSign{"٪"}
36                plusSign{"؜+"}
37                superscriptingExponent{"×"}
38                timeSeparator{":"}
39            }
40        }
41        arabext{
42            symbols{
43                decimal{"٫"}
44                exponential{"×۱۰^"}
45                group{"٬"}
46                infinity{"∞"}
47                list{"؛"}
48                minusSign{"-"}
49                nan{"NaN"}
50                perMille{"؉"}
51                percentSign{"٪"}
52                plusSign{"‎+‎"}
53                superscriptingExponent{"×"}
54                timeSeparator{"٫"}
55            }
56        }
57        bali{
58            symbols{
59                decimal{"."}
60                exponential{"E"}
61                group{","}
62                infinity{"∞"}
63                list{";"}
64                minusSign{"-"}
65                nan{"NaN"}
66                perMille{"‰"}
67                percentSign{"%"}
68                plusSign{"+"}
69                superscriptingExponent{"×"}
70                timeSeparator{":"}
71            }
72        }
73        beng{
74            symbols{
75                decimal{"."}
76                exponential{"E"}
77                group{","}
78                infinity{"∞"}
79                list{";"}
80                minusSign{"-"}
81                nan{"NaN"}
82                perMille{"‰"}
83                percentSign{"%"}
84                plusSign{"+"}
85                superscriptingExponent{"×"}
86                timeSeparator{":"}
87            }
88        }
89        brah{
90            symbols{
91                decimal{"."}
92                exponential{"E"}
93                group{","}
94                infinity{"∞"}
95                list{";"}
96                minusSign{"-"}
97                nan{"NaN"}
98                perMille{"‰"}
99                percentSign{"%"}
100                plusSign{"+"}
101                superscriptingExponent{"×"}
102                timeSeparator{":"}
103            }
104        }
105        cakm{
106            symbols{
107                decimal{"."}
108                exponential{"E"}
109                group{","}
110                infinity{"∞"}
111                list{";"}
112                minusSign{"-"}
113                nan{"NaN"}
114                perMille{"‰"}
115                percentSign{"%"}
116                plusSign{"+"}
117                superscriptingExponent{"×"}
118                timeSeparator{":"}
119            }
120        }
121        cham{
122            symbols{
123                decimal{"."}
124                exponential{"E"}
125                group{","}
126                infinity{"∞"}
127                list{";"}
128                minusSign{"-"}
129                nan{"NaN"}
130                perMille{"‰"}
131                percentSign{"%"}
132                plusSign{"+"}
133                superscriptingExponent{"×"}
134                timeSeparator{":"}
135            }
136        }
137        default{"latn"}
138        deva{
139            symbols{
140                decimal{"."}
141                exponential{"E"}
142                group{","}
143                infinity{"∞"}
144                list{";"}
145                minusSign{"-"}
146                nan{"NaN"}
147                perMille{"‰"}
148                percentSign{"%"}
149                plusSign{"+"}
150                superscriptingExponent{"×"}
151                timeSeparator{":"}
152            }
153        }
154        fullwide{
155            miscPatterns{
156                atLeast{"{0}+"}
157                range{"{0}–{1}"}
158            }
159            patterns{
160                accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
161                currencyFormat{"¤#,##0.00"}
162                decimalFormat{"#,##0.###"}
163                percentFormat{"#,##0%"}
164                scientificFormat{"#E0"}
165            }
166            patternsLong{
167                decimalFormat{
168                    1000{
169                        few{"0 mìltean"}
170                        one{"0 mhìle"}
171                        other{"0 mìle"}
172                        two{"0 mhìle"}
173                    }
174                    10000{
175                        few{"00 mìltean"}
176                        one{"00 mhìle"}
177                        other{"00 mìle"}
178                        two{"00 mhìle"}
179                    }
180                    100000{
181                        few{"000 mìltean"}
182                        one{"000 mhìle"}
183                        other{"000 mìle"}
184                        two{"000 mhìle"}
185                    }
186                    1000000{
187                        few{"0 milleanan"}
188                        one{"0 mhillean"}
189                        other{"0 millean"}
190                        two{"0 mhillean"}
191                    }
192                    10000000{
193                        few{"00 milleanan"}
194                        one{"00 mhillean"}
195                        other{"00 millean"}
196                        two{"00 mhillean"}
197                    }
198                    100000000{
199                        few{"000 milleanan"}
200                        one{"000 mhillean"}
201                        other{"000 millean"}
202                        two{"000 mhillean"}
203                    }
204                    1000000000{
205                        few{"0 billeanan"}
206                        one{"0 bhillean"}
207                        other{"0 billean"}
208                        two{"0 bhillean"}
209                    }
210                    10000000000{
211                        few{"00 billeanan"}
212                        one{"00 bhillean"}
213                        other{"00 billean"}
214                        two{"00 bhillean"}
215                    }
216                    100000000000{
217                        few{"000 billeanan"}
218                        one{"000 bhillean"}
219                        other{"000 billean"}
220                        two{"000 bhillean"}
221                    }
222                    1000000000000{
223                        few{"0 trilleanan"}
224                        one{"0 trillean"}
225                        other{"0 trillean"}
226                        two{"0 thrillean"}
227                    }
228                    10000000000000{
229                        few{"00 trilleanan"}
230                        one{"00 trillean"}
231                        other{"00 trillean"}
232                        two{"00 thrillean"}
233                    }
234                    100000000000000{
235                        few{"000 trilleanan"}
236                        one{"000 trillean"}
237                        other{"000 trillean"}
238                        two{"000 thrillean"}
239                    }
240                }
241            }
242            patternsShort{
243                currencyFormat{
244                    1000{
245                        few{"¤0K"}
246                        one{"¤0K"}
247                        other{"¤0K"}
248                        two{"¤0K"}
249                    }
250                    10000{
251                        few{"¤00K"}
252                        one{"¤00K"}
253                        other{"¤00K"}
254                        two{"¤00K"}
255                    }
256                    100000{
257                        few{"¤000K"}
258                        one{"¤000K"}
259                        other{"¤000K"}
260                        two{"¤000K"}
261                    }
262                    1000000{
263                        few{"¤0M"}
264                        one{"¤0M"}
265                        other{"¤0M"}
266                        two{"¤0M"}
267                    }
268                    10000000{
269                        few{"¤00M"}
270                        one{"¤00M"}
271                        other{"¤00M"}
272                        two{"¤00M"}
273                    }
274                    100000000{
275                        few{"¤000M"}
276                        one{"¤000M"}
277                        other{"¤000M"}
278                        two{"¤000M"}
279                    }
280                    1000000000{
281                        few{"¤0B"}
282                        one{"¤0B"}
283                        other{"¤0B"}
284                        two{"¤0B"}
285                    }
286                    10000000000{
287                        few{"¤00B"}
288                        one{"¤00B"}
289                        other{"¤00B"}
290                        two{"¤00B"}
291                    }
292                    100000000000{
293                        few{"¤000B"}
294                        one{"¤000B"}
295                        other{"¤000B"}
296                        two{"¤000B"}
297                    }
298                    1000000000000{
299                        few{"¤0T"}
300                        one{"¤0T"}
301                        other{"¤0T"}
302                        two{"¤0T"}
303                    }
304                    10000000000000{
305                        few{"¤00T"}
306                        one{"¤00T"}
307                        other{"¤00T"}
308                        two{"¤00T"}
309                    }
310                    100000000000000{
311                        few{"¤000T"}
312                        one{"¤000T"}
313                        other{"¤000T"}
314                        two{"¤000T"}
315                    }
316                }
317            }
318            symbols{
319                decimal{"."}
320                exponential{"E"}
321                group{","}
322                infinity{"∞"}
323                list{";"}
324                minusSign{"-"}
325                nan{"NaN"}
326                perMille{"‰"}
327                percentSign{"%"}
328                plusSign{"+"}
329                superscriptingExponent{"×"}
330                timeSeparator{":"}
331            }
332        }
333        gong{
334            symbols{
335                decimal{"."}
336                exponential{"E"}
337                group{","}
338                infinity{"∞"}
339                list{";"}
340                minusSign{"-"}
341                nan{"NaN"}
342                perMille{"‰"}
343                percentSign{"%"}
344                plusSign{"+"}
345                superscriptingExponent{"×"}
346                timeSeparator{":"}
347            }
348        }
349        gonm{
350            symbols{
351                decimal{"."}
352                exponential{"E"}
353                group{","}
354                infinity{"∞"}
355                list{";"}
356                minusSign{"-"}
357                nan{"NaN"}
358                perMille{"‰"}
359                percentSign{"%"}
360                plusSign{"+"}
361                superscriptingExponent{"×"}
362                timeSeparator{":"}
363            }
364        }
365        gujr{
366            symbols{
367                decimal{"."}
368                exponential{"E"}
369                group{","}
370                infinity{"∞"}
371                list{";"}
372                minusSign{"-"}
373                nan{"NaN"}
374                perMille{"‰"}
375                percentSign{"%"}
376                plusSign{"+"}
377                superscriptingExponent{"×"}
378                timeSeparator{":"}
379            }
380        }
381        guru{
382            symbols{
383                decimal{"."}
384                exponential{"E"}
385                group{","}
386                infinity{"∞"}
387                list{";"}
388                minusSign{"-"}
389                nan{"NaN"}
390                perMille{"‰"}
391                percentSign{"%"}
392                plusSign{"+"}
393                superscriptingExponent{"×"}
394                timeSeparator{":"}
395            }
396        }
397        hanidec{
398            symbols{
399                decimal{"."}
400                exponential{"E"}
401                group{","}
402                infinity{"∞"}
403                list{";"}
404                minusSign{"-"}
405                nan{"NaN"}
406                perMille{"‰"}
407                percentSign{"%"}
408                plusSign{"+"}
409                superscriptingExponent{"×"}
410                timeSeparator{":"}
411            }
412        }
413        java{
414            symbols{
415                decimal{"."}
416                exponential{"E"}
417                group{","}
418                infinity{"∞"}
419                list{";"}
420                minusSign{"-"}
421                nan{"NaN"}
422                perMille{"‰"}
423                percentSign{"%"}
424                plusSign{"+"}
425                superscriptingExponent{"×"}
426                timeSeparator{":"}
427            }
428        }
429        kali{
430            symbols{
431                decimal{"."}
432                exponential{"E"}
433                group{","}
434                infinity{"∞"}
435                list{";"}
436                minusSign{"-"}
437                nan{"NaN"}
438                perMille{"‰"}
439                percentSign{"%"}
440                plusSign{"+"}
441                superscriptingExponent{"×"}
442                timeSeparator{":"}
443            }
444        }
445        khmr{
446            symbols{
447                decimal{"."}
448                exponential{"E"}
449                group{","}
450                infinity{"∞"}
451                list{";"}
452                minusSign{"-"}
453                nan{"NaN"}
454                perMille{"‰"}
455                percentSign{"%"}
456                plusSign{"+"}
457                superscriptingExponent{"×"}
458                timeSeparator{":"}
459            }
460        }
461        knda{
462            symbols{
463                decimal{"."}
464                exponential{"E"}
465                group{","}
466                infinity{"∞"}
467                list{";"}
468                minusSign{"-"}
469                nan{"NaN"}
470                perMille{"‰"}
471                percentSign{"%"}
472                plusSign{"+"}
473                superscriptingExponent{"×"}
474                timeSeparator{":"}
475            }
476        }
477        lana{
478            symbols{
479                decimal{"."}
480                exponential{"E"}
481                group{","}
482                infinity{"∞"}
483                list{";"}
484                minusSign{"-"}
485                nan{"NaN"}
486                perMille{"‰"}
487                percentSign{"%"}
488                plusSign{"+"}
489                superscriptingExponent{"×"}
490                timeSeparator{":"}
491            }
492        }
493        lanatham{
494            symbols{
495                decimal{"."}
496                exponential{"E"}
497                group{","}
498                infinity{"∞"}
499                list{";"}
500                minusSign{"-"}
501                nan{"NaN"}
502                perMille{"‰"}
503                percentSign{"%"}
504                plusSign{"+"}
505                superscriptingExponent{"×"}
506                timeSeparator{":"}
507            }
508        }
509        laoo{
510            symbols{
511                decimal{"."}
512                exponential{"E"}
513                group{","}
514                infinity{"∞"}
515                list{";"}
516                minusSign{"-"}
517                nan{"NaN"}
518                perMille{"‰"}
519                percentSign{"%"}
520                plusSign{"+"}
521                superscriptingExponent{"×"}
522                timeSeparator{":"}
523            }
524        }
525        latn{
526            miscPatterns{
527                approximately{"~{0}"}
528                atLeast{"{0}+"}
529                atMost{"≤{0}"}
530                range{"{0}–{1}"}
531            }
532            patterns{
533                accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
534                currencyFormat{"¤#,##0.00"}
535                decimalFormat{"#,##0.###"}
536                percentFormat{"#,##0%"}
537                scientificFormat{"#E0"}
538            }
539            patternsLong{
540                decimalFormat{
541                    1000{
542                        few{"0 mìltean"}
543                        one{"0 mhìle"}
544                        other{"0 mìle"}
545                        two{"0 mhìle"}
546                    }
547                    10000{
548                        few{"00 mìltean"}
549                        one{"00 mhìle"}
550                        other{"00 mìle"}
551                        two{"00 mhìle"}
552                    }
553                    100000{
554                        few{"000 mìltean"}
555                        one{"000 mhìle"}
556                        other{"000 mìle"}
557                        two{"000 mhìle"}
558                    }
559                    1000000{
560                        few{"0 milleanan"}
561                        one{"0 mhillean"}
562                        other{"0 millean"}
563                        two{"0 mhillean"}
564                    }
565                    10000000{
566                        few{"00 milleanan"}
567                        one{"00 mhillean"}
568                        other{"00 millean"}
569                        two{"00 mhillean"}
570                    }
571                    100000000{
572                        few{"000 milleanan"}
573                        one{"000 mhillean"}
574                        other{"000 millean"}
575                        two{"000 mhillean"}
576                    }
577                    1000000000{
578                        few{"0 billeanan"}
579                        one{"0 bhillean"}
580                        other{"0 billean"}
581                        two{"0 bhillean"}
582                    }
583                    10000000000{
584                        few{"00 billeanan"}
585                        one{"00 bhillean"}
586                        other{"00 billean"}
587                        two{"00 bhillean"}
588                    }
589                    100000000000{
590                        few{"000 billeanan"}
591                        one{"000 bhillean"}
592                        other{"000 billean"}
593                        two{"000 bhillean"}
594                    }
595                    1000000000000{
596                        few{"0 trilleanan"}
597                        one{"0 trillean"}
598                        other{"0 trillean"}
599                        two{"0 thrillean"}
600                    }
601                    10000000000000{
602                        few{"00 trilleanan"}
603                        one{"00 trillean"}
604                        other{"00 trillean"}
605                        two{"00 thrillean"}
606                    }
607                    100000000000000{
608                        few{"000 trilleanan"}
609                        one{"000 trillean"}
610                        other{"000 trillean"}
611                        two{"000 thrillean"}
612                    }
613                }
614            }
615            patternsShort{
616                currencyFormat{
617                    1000{
618                        few{"¤0K"}
619                        one{"¤0K"}
620                        other{"¤0K"}
621                        two{"¤0K"}
622                    }
623                    10000{
624                        few{"¤00K"}
625                        one{"¤00K"}
626                        other{"¤00K"}
627                        two{"¤00K"}
628                    }
629                    100000{
630                        few{"¤000K"}
631                        one{"¤000K"}
632                        other{"¤000K"}
633                        two{"¤000K"}
634                    }
635                    1000000{
636                        few{"¤0M"}
637                        one{"¤0M"}
638                        other{"¤0M"}
639                        two{"¤0M"}
640                    }
641                    10000000{
642                        few{"¤00M"}
643                        one{"¤00M"}
644                        other{"¤00M"}
645                        two{"¤00M"}
646                    }
647                    100000000{
648                        few{"¤000M"}
649                        one{"¤000M"}
650                        other{"¤000M"}
651                        two{"¤000M"}
652                    }
653                    1000000000{
654                        few{"¤0B"}
655                        one{"¤0B"}
656                        other{"¤0B"}
657                        two{"¤0B"}
658                    }
659                    10000000000{
660                        few{"¤00B"}
661                        one{"¤00B"}
662                        other{"¤00B"}
663                        two{"¤00B"}
664                    }
665                    100000000000{
666                        few{"¤000B"}
667                        one{"¤000B"}
668                        other{"¤000B"}
669                        two{"¤000B"}
670                    }
671                    1000000000000{
672                        few{"¤0T"}
673                        one{"¤0T"}
674                        other{"¤0T"}
675                        two{"¤0T"}
676                    }
677                    10000000000000{
678                        few{"¤00T"}
679                        one{"¤00T"}
680                        other{"¤00T"}
681                        two{"¤00T"}
682                    }
683                    100000000000000{
684                        few{"¤000T"}
685                        one{"¤000T"}
686                        other{"¤000T"}
687                        two{"¤000T"}
688                    }
689                }
690                decimalFormat{
691                    1000{
692                        few{"0K"}
693                        one{"0K"}
694                        other{"0K"}
695                        two{"0K"}
696                    }
697                    10000{
698                        few{"00K"}
699                        one{"00K"}
700                        other{"00K"}
701                        two{"00K"}
702                    }
703                    100000{
704                        few{"000K"}
705                        one{"000K"}
706                        other{"000K"}
707                        two{"000K"}
708                    }
709                    1000000{
710                        few{"0M"}
711                        one{"0M"}
712                        other{"0M"}
713                        two{"0M"}
714                    }
715                    10000000{
716                        few{"00M"}
717                        one{"00M"}
718                        other{"00M"}
719                        two{"00M"}
720                    }
721                    100000000{
722                        few{"000M"}
723                        one{"000M"}
724                        other{"000M"}
725                        two{"000M"}
726                    }
727                    1000000000{
728                        few{"0B"}
729                        one{"0B"}
730                        other{"0B"}
731                        two{"0B"}
732                    }
733                    10000000000{
734                        few{"00B"}
735                        one{"00B"}
736                        other{"00B"}
737                        two{"00B"}
738                    }
739                    100000000000{
740                        few{"000B"}
741                        one{"000B"}
742                        other{"000B"}
743                        two{"000B"}
744                    }
745                    1000000000000{
746                        few{"0T"}
747                        one{"0T"}
748                        other{"0T"}
749                        two{"0T"}
750                    }
751                    10000000000000{
752                        few{"00T"}
753                        one{"00T"}
754                        other{"00T"}
755                        two{"00T"}
756                    }
757                    100000000000000{
758                        few{"000T"}
759                        one{"000T"}
760                        other{"000T"}
761                        two{"000T"}
762                    }
763                }
764            }
765            symbols{
766                decimal{"."}
767                exponential{"E"}
768                group{","}
769                infinity{"∞"}
770                list{";"}
771                minusSign{"-"}
772                nan{"NaN"}
773                perMille{"‰"}
774                percentSign{"%"}
775                plusSign{"+"}
776                superscriptingExponent{"×"}
777                timeSeparator{":"}
778            }
779        }
780        lepc{
781            symbols{
782                decimal{"."}
783                exponential{"E"}
784                group{","}
785                infinity{"∞"}
786                list{";"}
787                minusSign{"-"}
788                nan{"NaN"}
789                perMille{"‰"}
790                percentSign{"%"}
791                plusSign{"+"}
792                superscriptingExponent{"×"}
793                timeSeparator{":"}
794            }
795        }
796        limb{
797            symbols{
798                decimal{"."}
799                exponential{"E"}
800                group{","}
801                infinity{"∞"}
802                list{";"}
803                minusSign{"-"}
804                nan{"NaN"}
805                perMille{"‰"}
806                percentSign{"%"}
807                plusSign{"+"}
808                superscriptingExponent{"×"}
809                timeSeparator{":"}
810            }
811        }
812        minimalPairs{
813            plural{
814                few{"{0} dealbhan, {0} mionaidean"}
815                one{"{0} dealbh, {0} mhionaid"}
816                other{"{0} dealbh, {0} mionaid"}
817                two{"{0} dhealbh, {0} mhionaid"}
818            }
819        }
820        minimumGroupingDigits{"1"}
821        mlym{
822            symbols{
823                decimal{"."}
824                exponential{"E"}
825                group{","}
826                infinity{"∞"}
827                list{";"}
828                minusSign{"-"}
829                nan{"NaN"}
830                perMille{"‰"}
831                percentSign{"%"}
832                plusSign{"+"}
833                superscriptingExponent{"×"}
834                timeSeparator{":"}
835            }
836        }
837        mong{
838            symbols{
839                decimal{"."}
840                exponential{"E"}
841                group{","}
842                infinity{"∞"}
843                list{";"}
844                minusSign{"-"}
845                nan{"NaN"}
846                perMille{"‰"}
847                percentSign{"%"}
848                plusSign{"+"}
849                superscriptingExponent{"×"}
850                timeSeparator{":"}
851            }
852        }
853        mtei{
854            symbols{
855                decimal{"."}
856                exponential{"E"}
857                group{","}
858                infinity{"∞"}
859                list{";"}
860                minusSign{"-"}
861                nan{"NaN"}
862                perMille{"‰"}
863                percentSign{"%"}
864                plusSign{"+"}
865                superscriptingExponent{"×"}
866                timeSeparator{":"}
867            }
868        }
869        mymr{
870            symbols{
871                decimal{"."}
872                exponential{"E"}
873                group{","}
874                infinity{"∞"}
875                list{";"}
876                minusSign{"-"}
877                nan{"NaN"}
878                perMille{"‰"}
879                percentSign{"%"}
880                plusSign{"+"}
881                superscriptingExponent{"×"}
882                timeSeparator{":"}
883            }
884        }
885        mymrshan{
886            symbols{
887                decimal{"."}
888                exponential{"E"}
889                group{","}
890                infinity{"∞"}
891                list{";"}
892                minusSign{"-"}
893                nan{"NaN"}
894                perMille{"‰"}
895                percentSign{"%"}
896                plusSign{"+"}
897                superscriptingExponent{"×"}
898                timeSeparator{":"}
899            }
900        }
901        native{"latn"}
902        nkoo{
903            symbols{
904                decimal{"."}
905                exponential{"E"}
906                group{","}
907                infinity{"∞"}
908                list{";"}
909                minusSign{"-"}
910                nan{"NaN"}
911                perMille{"‰"}
912                percentSign{"%"}
913                plusSign{"+"}
914                superscriptingExponent{"×"}
915                timeSeparator{":"}
916            }
917        }
918        olck{
919            symbols{
920                decimal{"."}
921                exponential{"E"}
922                group{","}
923                infinity{"∞"}
924                list{";"}
925                minusSign{"-"}
926                nan{"NaN"}
927                perMille{"‰"}
928                percentSign{"%"}
929                plusSign{"+"}
930                superscriptingExponent{"×"}
931                timeSeparator{":"}
932            }
933        }
934        orya{
935            symbols{
936                decimal{"."}
937                exponential{"E"}
938                group{","}
939                infinity{"∞"}
940                list{";"}
941                minusSign{"-"}
942                nan{"NaN"}
943                perMille{"‰"}
944                percentSign{"%"}
945                plusSign{"+"}
946                superscriptingExponent{"×"}
947                timeSeparator{":"}
948            }
949        }
950        osma{
951            symbols{
952                decimal{"."}
953                exponential{"E"}
954                group{","}
955                infinity{"∞"}
956                list{";"}
957                minusSign{"-"}
958                nan{"NaN"}
959                perMille{"‰"}
960                percentSign{"%"}
961                plusSign{"+"}
962                superscriptingExponent{"×"}
963                timeSeparator{":"}
964            }
965        }
966        rohg{
967            symbols{
968                decimal{"."}
969                exponential{"E"}
970                group{","}
971                infinity{"∞"}
972                list{";"}
973                minusSign{"-"}
974                nan{"NaN"}
975                perMille{"‰"}
976                percentSign{"%"}
977                plusSign{"+"}
978                superscriptingExponent{"×"}
979                timeSeparator{":"}
980            }
981        }
982        saur{
983            symbols{
984                decimal{"."}
985                exponential{"E"}
986                group{","}
987                infinity{"∞"}
988                list{";"}
989                minusSign{"-"}
990                nan{"NaN"}
991                perMille{"‰"}
992                percentSign{"%"}
993                plusSign{"+"}
994                superscriptingExponent{"×"}
995                timeSeparator{":"}
996            }
997        }
998        shrd{
999            symbols{
1000                decimal{"."}
1001                exponential{"E"}
1002                group{","}
1003                infinity{"∞"}
1004                list{";"}
1005                minusSign{"-"}
1006                nan{"NaN"}
1007                perMille{"‰"}
1008                percentSign{"%"}
1009                plusSign{"+"}
1010                superscriptingExponent{"×"}
1011                timeSeparator{":"}
1012            }
1013        }
1014        sora{
1015            symbols{
1016                decimal{"."}
1017                exponential{"E"}
1018                group{","}
1019                infinity{"∞"}
1020                list{";"}
1021                minusSign{"-"}
1022                nan{"NaN"}
1023                perMille{"‰"}
1024                percentSign{"%"}
1025                plusSign{"+"}
1026                superscriptingExponent{"×"}
1027                timeSeparator{":"}
1028            }
1029        }
1030        sund{
1031            symbols{
1032                decimal{"."}
1033                exponential{"E"}
1034                group{","}
1035                infinity{"∞"}
1036                list{";"}
1037                minusSign{"-"}
1038                nan{"NaN"}
1039                perMille{"‰"}
1040                percentSign{"%"}
1041                plusSign{"+"}
1042                superscriptingExponent{"×"}
1043                timeSeparator{":"}
1044            }
1045        }
1046        takr{
1047            symbols{
1048                decimal{"."}
1049                exponential{"E"}
1050                group{","}
1051                infinity{"∞"}
1052                list{";"}
1053                minusSign{"-"}
1054                nan{"NaN"}
1055                perMille{"‰"}
1056                percentSign{"%"}
1057                plusSign{"+"}
1058                superscriptingExponent{"×"}
1059                timeSeparator{":"}
1060            }
1061        }
1062        talu{
1063            symbols{
1064                decimal{"."}
1065                exponential{"E"}
1066                group{","}
1067                infinity{"∞"}
1068                list{";"}
1069                minusSign{"-"}
1070                nan{"NaN"}
1071                perMille{"‰"}
1072                percentSign{"%"}
1073                plusSign{"+"}
1074                superscriptingExponent{"×"}
1075                timeSeparator{":"}
1076            }
1077        }
1078        tamldec{
1079            symbols{
1080                decimal{"."}
1081                exponential{"E"}
1082                group{","}
1083                infinity{"∞"}
1084                list{";"}
1085                minusSign{"-"}
1086                nan{"NaN"}
1087                perMille{"‰"}
1088                percentSign{"%"}
1089                plusSign{"+"}
1090                superscriptingExponent{"×"}
1091                timeSeparator{":"}
1092            }
1093        }
1094        telu{
1095            symbols{
1096                decimal{"."}
1097                exponential{"E"}
1098                group{","}
1099                infinity{"∞"}
1100                list{";"}
1101                minusSign{"-"}
1102                nan{"NaN"}
1103                perMille{"‰"}
1104                percentSign{"%"}
1105                plusSign{"+"}
1106                superscriptingExponent{"×"}
1107                timeSeparator{":"}
1108            }
1109        }
1110        thai{
1111            symbols{
1112                decimal{"."}
1113                exponential{"E"}
1114                group{","}
1115                infinity{"∞"}
1116                list{";"}
1117                minusSign{"-"}
1118                nan{"NaN"}
1119                perMille{"‰"}
1120                percentSign{"%"}
1121                plusSign{"+"}
1122                superscriptingExponent{"×"}
1123                timeSeparator{":"}
1124            }
1125        }
1126        tibt{
1127            symbols{
1128                decimal{"."}
1129                exponential{"E"}
1130                group{","}
1131                infinity{"∞"}
1132                list{";"}
1133                minusSign{"-"}
1134                nan{"NaN"}
1135                perMille{"‰"}
1136                percentSign{"%"}
1137                plusSign{"+"}
1138                superscriptingExponent{"×"}
1139                timeSeparator{":"}
1140            }
1141        }
1142        vaii{
1143            symbols{
1144                decimal{"."}
1145                exponential{"E"}
1146                group{","}
1147                infinity{"∞"}
1148                list{";"}
1149                minusSign{"-"}
1150                nan{"NaN"}
1151                perMille{"‰"}
1152                percentSign{"%"}
1153                plusSign{"+"}
1154                superscriptingExponent{"×"}
1155                timeSeparator{":"}
1156            }
1157        }
1158    }
1159    Version{"37"}
1160    calendar{
1161        buddhist{
1162            DateTimePatterns{
1163                "HH:mm:ss zzzz",
1164                "HH:mm:ss z",
1165                "HH:mm:ss",
1166                "HH:mm",
1167                "EEEE, d'mh' MMMM y G",
1168                "d'mh' MMMM y G",
1169                "d MMM y G",
1170                "d/M/y GGGGG",
1171                "{1} {0}",
1172                "{1} {0}",
1173                "{1} {0}",
1174                "{1} {0}",
1175                "{1} {0}",
1176            }
1177            availableFormats{
1178                MMMMd{"d'mh' MMMM"}
1179                yMM{"LL/y"}
1180                yyyyM{"L/y GGGGG"}
1181                yyyyMMMM{"LLLL y G"}
1182            }
1183            intervalFormats{
1184                H{
1185                    H{"HH – HH"}
1186                }
1187                Hm{
1188                    H{"HH:mm – HH:mm"}
1189                    m{"HH:mm – HH:mm"}
1190                }
1191                Hmv{
1192                    H{"HH:mm – HH:mm v"}
1193                    m{"HH:mm – HH:mm v"}
1194                }
1195                Hv{
1196                    H{"HH – HH v"}
1197                }
1198                M{
1199                    M{"L – L"}
1200                }
1201                fallback{"{0} – {1}"}
1202            }
1203        }
1204        chinese{
1205            DateTimePatterns{
1206                "HH:mm:ss zzzz",
1207                "HH:mm:ss z",
1208                "HH:mm:ss",
1209                "HH:mm",
1210                "EEEE, d'mh' MMMM r(U)",
1211                "d'mh' MMMM r(U)",
1212                "d MMM r",
1213                "d/M/r",
1214                "{1} {0}",
1215                "{1} 'aig' {0}",
1216                "{1} 'aig' {0}",
1217                "{1} {0}",
1218                "{1} {0}",
1219            }
1220            availableFormats{
1221                Bh{"hB"}
1222                Bhm{"h:mmB"}
1223                Bhms{"h:mm:ssB"}
1224                E{"ccc"}
1225                EBhm{"E h:mmB"}
1226                EBhms{"E h:mm:ssB"}
1227                Ed{"E d"}
1228                Gy{"r(U)"}
1229                GyMMM{"LLL r(U)"}
1230                GyMMMEd{"E, d'mh' MMM r(U)"}
1231                GyMMMd{"d'mh' MMM r"}
1232                H{"HH"}
1233                Hm{"HH:mm"}
1234                Hms{"HH:mm:ss"}
1235                M{"L"}
1236                MEd{"E, d/M"}
1237                MMM{"LLL"}
1238                MMMEd{"E, d'mh' MMM"}
1239                MMMMd{"d'mh' MMMM"}
1240                MMMd{"d'mh' MMM"}
1241                Md{"d/M"}
1242                UM{"L/U"}
1243                UMMM{"LLL U"}
1244                UMMMd{"d'mh' MMM U"}
1245                UMd{"d/M/U"}
1246                d{"d"}
1247                h{"ha"}
1248                hm{"h:mma"}
1249                hms{"h:mm:ssa"}
1250                ms{"mm:ss"}
1251                y{"r(U)"}
1252                yMd{"d/M/r"}
1253                yyyy{"r(U)"}
1254                yyyyM{"L/r"}
1255                yyyyMEd{"E, d/M/r"}
1256                yyyyMMM{"LLL r(U)"}
1257                yyyyMMMEd{"E, d'mh' MMM r(U)"}
1258                yyyyMMMM{"LLLL r(U)"}
1259                yyyyMMMd{"d'mh' MMM r"}
1260                yyyyMd{"d/M/r"}
1261                yyyyQQQ{"QQQ r(U)"}
1262                yyyyQQQQ{"QQQQ r(U)"}
1263            }
1264            cyclicNameSets{
1265                solarTerms{
1266                    format{
1267                        abbreviated{
1268                            "toiseach an earraich",
1269                            "an t-uisge",
1270                            "dùsgadh nam biastag",
1271                            "co-fhad-thràth an earraich",
1272                            "soilleir",
1273                            "uisge a’ ghràin",
1274                            "toiseach an t-samhraidh",
1275                            "gràn làn",
1276                            "gràn abaich",
1277                            "grian-stad an t-samhraidh",
1278                            "teas beag",
1279                            "teas mòr",
1280                            "toiseach an fhoghair",
1281                            "deireadh an teasa",
1282                            "driùchd geal",
1283                            "co-fhad-thràth an fhoghair",
1284                            "driùchd fuar",
1285                            "teachd an reòthaidh",
1286                            "toiseach a’ gheamhraidh",
1287                            "sneachd beag",
1288                            "sneachd mòr",
1289                            "grian-stad a’ gheamhraidh",
1290                            "fuachd bheag",
1291                            "fuachd mhòr",
1292                        }
1293                        narrow{
1294                            "toiseach earraich",
1295                            "an t-uisge",
1296                            "dùsgadh bhiastagan",
1297                            "co-fhad-thràth earraich",
1298                            "soilleir",
1299                            "uisge gràin",
1300                            "toiseach samhraidh",
1301                            "gràn làn",
1302                            "gràn abaich",
1303                            "grian-stad samhraidh",
1304                            "teas beag",
1305                            "teas mòr",
1306                            "toiseach foghair",
1307                            "deireadh teasa",
1308                            "driùchd geal",
1309                            "co-fhad-thràth foghair",
1310                            "driùchd fuar",
1311                            "teachd reòthaidh",
1312                            "toiseach geamhraidh",
1313                            "sneachd beag",
1314                            "sneachd mòr",
1315                            "grian-stad geamhraidh",
1316                            "fuachd bheag",
1317                            "fuachd mhòr",
1318                        }
1319                        wide{
1320                            "toiseach an earraich",
1321                            "an t-uisge",
1322                            "dùsgadh nam biastag",
1323                            "co-fhad-thràth an earraich",
1324                            "soilleir",
1325                            "uisge a’ ghràin",
1326                            "toiseach an t-samhraidh",
1327                            "an gràn làn",
1328                            "an gràn abaich",
1329                            "grian-stad an t-samhraidh",
1330                            "an teas beag",
1331                            "an teas mòr",
1332                            "toiseach an fhoghair",
1333                            "deireadh an teasa",
1334                            "an driùchd geal",
1335                            "co-fhad-thràth an fhoghair",
1336                            "an driùchd fuar",
1337                            "teachd an reòthaidh",
1338                            "toiseach a’ gheamhraidh",
1339                            "an sneachd beag",
1340                            "an sneachd mòr",
1341                            "grian-stad a’ gheamhraidh",
1342                            "an fhuachd bheag",
1343                            "an fhuachd mhòr",
1344                        }
1345                    }
1346                }
1347                zodiacs{
1348                    format{
1349                        abbreviated{
1350                            "Radan",
1351                            "Damh",
1352                            "Tìgear",
1353                            "Coinean",
1354                            "Dràgon",
1355                            "Nathair",
1356                            "Each",
1357                            "Gobhar",
1358                            "Muncaidh",
1359                            "Coileach",
1360                            "Cù",
1361                            "Muc",
1362                        }
1363                        narrow{
1364                            "Radan",
1365                            "Damh",
1366                            "Tìgear",
1367                            "Coinean",
1368                            "Dràgon",
1369                            "Nathair",
1370                            "Each",
1371                            "Gobhar",
1372                            "Muncaidh",
1373                            "Coileach",
1374                            "Cù",
1375                            "Muc",
1376                        }
1377                        wide{
1378                            "Radan",
1379                            "Damh",
1380                            "Tìgear",
1381                            "Coinean",
1382                            "Dràgon",
1383                            "Nathair",
1384                            "Each",
1385                            "Gobhar",
1386                            "Muncaidh",
1387                            "Coileach",
1388                            "Cù",
1389                            "Muc",
1390                        }
1391                    }
1392                }
1393            }
1394            intervalFormats{
1395                H{
1396                    H{"HH – HH"}
1397                }
1398                Hm{
1399                    H{"HH:mm – HH:mm"}
1400                    m{"HH:mm – HH:mm"}
1401                }
1402                Hmv{
1403                    H{"HH:mm – HH:mm v"}
1404                    m{"HH:mm – HH:mm v"}
1405                }
1406                Hv{
1407                    H{"HH – HH v"}
1408                }
1409                M{
1410                    M{"L – L"}
1411                }
1412                MEd{
1413                    M{"E, d/M – E, d/M"}
1414                    d{"E, d/M – E, d/M"}
1415                }
1416                MMM{
1417                    M{"LLL – LLL"}
1418                }
1419                MMMEd{
1420                    M{"E, d MMM – E, d MMM"}
1421                    d{"E, d MMM – E, d MMM"}
1422                }
1423                MMMd{
1424                    M{"d MMM – d MMM"}
1425                    d{"d MMM – d"}
1426                }
1427                Md{
1428                    M{"d/M – d/M"}
1429                    d{"d/M – d/M"}
1430                }
1431                d{
1432                    d{"d – d"}
1433                }
1434                fallback{"{0} – {1}"}
1435                h{
1436                    a{"ha – ha"}
1437                    h{"h – ha"}
1438                }
1439                hm{
1440                    a{"h:mma – h:mma"}
1441                    h{"h:mm – h:mma"}
1442                    m{"h:mm – h:mma"}
1443                }
1444                hmv{
1445                    a{"h:mma – h:mma v"}
1446                    h{"h:mm – h:mma v"}
1447                    m{"h:mm – h:mma v"}
1448                }
1449                hv{
1450                    a{"ha – ha v"}
1451                    h{"h – ha v"}
1452                }
1453                y{
1454                    y{"U – U"}
1455                }
1456                yM{
1457                    M{"L/y – L/y"}
1458                    y{"L/y – L/y"}
1459                }
1460                yMEd{
1461                    M{"E, d/M/y – E, d/M/y"}
1462                    d{"E, d/M/y – E, d/M/y"}
1463                    y{"E, d/M/y – E, d/M/y"}
1464                }
1465                yMMM{
1466                    M{"LLL – LLL U"}
1467                    y{"LLL U – LLL U"}
1468                }
1469                yMMMEd{
1470                    M{"E, d MMM – E, d MMM, U"}
1471                    d{"E, d MMM – E, d MMM, U"}
1472                    y{"E, d MMM, U – E, d MMM, U"}
1473                }
1474                yMMMM{
1475                    M{"LLLL – LLLL U"}
1476                    y{"LLLL U – LLLL U"}
1477                }
1478                yMMMd{
1479                    M{"d MMM – d MMM, U"}
1480                    d{"d MMM – d, U"}
1481                    y{"d MMM, U – d MMM, U"}
1482                }
1483                yMd{
1484                    M{"d/M/y – d/M/y"}
1485                    d{"d/M/y – d/M/y"}
1486                    y{"d/M/y – d/M/y"}
1487                }
1488            }
1489            monthNames{
1490                format{
1491                    abbreviated{
1492                        "Chiad",
1493                        "Dàrna",
1494                        "Treas",
1495                        "Ceathr",
1496                        "Còig",
1497                        "Sia",
1498                        "Seachd",
1499                        "Ochd",
1500                        "Naoidh",
1501                        "Deich",
1502                        "Aon Deug",
1503                        "Dàrna Deug",
1504                    }
1505                    narrow{
1506                        "1",
1507                        "2",
1508                        "3",
1509                        "4",
1510                        "5",
1511                        "6",
1512                        "7",
1513                        "8",
1514                        "9",
1515                        "10",
1516                        "11",
1517                        "12",
1518                    }
1519                    wide{
1520                        "dhen Chiad Mhìos",
1521                        "dhen Dàrna Mhìos",
1522                        "dhen Treas Mhìos",
1523                        "dhen Cheathramh Mhìos",
1524                        "dhen Chòigeamh Mhìos",
1525                        "dhen t-Siathamh Mhìos",
1526                        "dhen t-Seachdamh Mhìos",
1527                        "dhen Ochdamh Mhìos",
1528                        "dhen Naoidheamh Mhìos",
1529                        "dhen Deicheamh Mhìos",
1530                        "dhen Aonamh Mhìos Deug",
1531                        "dhen Dàrna Mhìos Deug",
1532                    }
1533                }
1534                stand-alone{
1535                    abbreviated{
1536                        "Chiad",
1537                        "Dàrna",
1538                        "Treas",
1539                        "Ceathr",
1540                        "Còig",
1541                        "Sia",
1542                        "Seachd",
1543                        "Ochd",
1544                        "Naoidh",
1545                        "Deich",
1546                        "Aon Deug",
1547                        "Dàrna Deug",
1548                    }
1549                    narrow{
1550                        "1",
1551                        "2",
1552                        "3",
1553                        "4",
1554                        "5",
1555                        "6",
1556                        "7",
1557                        "8",
1558                        "9",
1559                        "10",
1560                        "11",
1561                        "12",
1562                    }
1563                    wide{
1564                        "A’ Chiad Mhìos",
1565                        "An Dàrna Mìos",
1566                        "An Treas Mìos",
1567                        "An Ceathramh Mìos",
1568                        "An Còigeamh Mìos",
1569                        "An Siathamh Mìos",
1570                        "An Seachdamh Mìos",
1571                        "An t-Ochdamh Mìos",
1572                        "An Naoidheamh Mìos",
1573                        "An Deicheamh Mìos",
1574                        "An t-Aonamh Mìos Deug",
1575                        "An Dàrna Mìos Deug",
1576                    }
1577                }
1578            }
1579        }
1580        coptic{
1581            DateTimePatterns{
1582                "HH:mm:ss zzzz",
1583                "HH:mm:ss z",
1584                "HH:mm:ss",
1585                "HH:mm",
1586                "EEEE, d'mh' MMMM y G",
1587                "d'mh' MMMM y G",
1588                "d MMM y G",
1589                "d/M/y GGGGG",
1590                "{1} {0}",
1591                "{1} {0}",
1592                "{1} {0}",
1593                "{1} {0}",
1594                "{1} {0}",
1595            }
1596            availableFormats{
1597                MMMMd{"d'mh' MMMM"}
1598                yMM{"LL/y"}
1599                yyyyM{"L/y GGGGG"}
1600                yyyyMMMM{"LLLL y G"}
1601            }
1602            intervalFormats{
1603                M{
1604                    M{"L – L"}
1605                }
1606            }
1607        }
1608        dangi{
1609            DateTimePatterns{
1610                "HH:mm:ss zzzz",
1611                "HH:mm:ss z",
1612                "HH:mm:ss",
1613                "HH:mm",
1614                "EEEE, d'mh' MMMM r(U)",
1615                "d'mh' MMMM r(U)",
1616                "d MMM r",
1617                "d/M/r",
1618                "{1} {0}",
1619                "{1} 'aig' {0}",
1620                "{1} 'aig' {0}",
1621                "{1} {0}",
1622                "{1} {0}",
1623            }
1624            availableFormats{
1625                E{"ccc"}
1626                Ed{"E d"}
1627                Gy{"r(U)"}
1628                GyMMM{"LLL r(U)"}
1629                GyMMMEd{"E, d'mh' MMM r(U)"}
1630                GyMMMd{"d'mh' MMM r"}
1631                M{"L"}
1632                MEd{"E, d/M"}
1633                MMM{"LLL"}
1634                MMMEd{"E, d'mh' MMM"}
1635                MMMMd{"d'mh' MMMM"}
1636                MMMd{"d'mh' MMM"}
1637                Md{"d/M"}
1638                UM{"L/U"}
1639                UMMM{"LLL U"}
1640                UMMMd{"d'mh' MMM U"}
1641                UMd{"d/M/U"}
1642                d{"d"}
1643                y{"r(U)"}
1644                yMd{"d/M/r"}
1645                yyyy{"r(U)"}
1646                yyyyM{"L/r"}
1647                yyyyMEd{"E, d/M/r"}
1648                yyyyMMM{"LLL r(U)"}
1649                yyyyMMMEd{"E, d'mh' MMM r(U)"}
1650                yyyyMMMM{"LLLL r(U)"}
1651                yyyyMMMd{"d'mh' MMM r"}
1652                yyyyMd{"d/M/r"}
1653                yyyyQQQ{"QQQ r(U)"}
1654                yyyyQQQQ{"QQQQ r(U)"}
1655            }
1656            cyclicNameSets{
1657                solarTerms{
1658                    format{
1659                        abbreviated{
1660                            "toiseach an earraich",
1661                            "an t-uisge",
1662                            "dùsgadh nam biastag",
1663                            "co-fhad-thràth an earraich",
1664                            "soilleir",
1665                            "uisge a’ ghràin",
1666                            "toiseach an t-samhraidh",
1667                            "gràn làn",
1668                            "gràn abaich",
1669                            "grian-stad an t-samhraidh",
1670                            "teas beag",
1671                            "teas mòr",
1672                            "toiseach an fhoghair",
1673                            "deireadh an teasa",
1674                            "driùchd geal",
1675                            "co-fhad-thràth an fhoghair",
1676                            "driùchd fuar",
1677                            "teachd an reòthaidh",
1678                            "toiseach a’ gheamhraidh",
1679                            "sneachd beag",
1680                            "sneachd mòr",
1681                            "grian-stad a’ gheamhraidh",
1682                            "fuachd bheag",
1683                            "fuachd mhòr",
1684                        }
1685                        narrow{
1686                            "toiseach earraich",
1687                            "an t-uisge",
1688                            "dùsgadh bhiastagan",
1689                            "co-fhad-thràth earraich",
1690                            "soilleir",
1691                            "uisge gràin",
1692                            "toiseach samhraidh",
1693                            "gràn làn",
1694                            "gràn abaich",
1695                            "grian-stad samhraidh",
1696                            "teas beag",
1697                            "teas mòr",
1698                            "toiseach foghair",
1699                            "deireadh teasa",
1700                            "driùchd geal",
1701                            "co-fhad-thràth foghair",
1702                            "driùchd fuar",
1703                            "teachd reòthaidh",
1704                            "toiseach geamhraidh",
1705                            "sneachd beag",
1706                            "sneachd mòr",
1707                            "grian-stad geamhraidh",
1708                            "fuachd bheag",
1709                            "fuachd mhòr",
1710                        }
1711                        wide{
1712                            "toiseach an earraich",
1713                            "an t-uisge",
1714                            "dùsgadh nam biastag",
1715                            "co-fhad-thràth an earraich",
1716                            "soilleir",
1717                            "uisge a’ ghràin",
1718                            "toiseach an t-samhraidh",
1719                            "an gràn làn",
1720                            "an gràn abaich",
1721                            "grian-stad an t-samhraidh",
1722                            "an teas beag",
1723                            "an teas mòr",
1724                            "toiseach an fhoghair",
1725                            "deireadh an teasa",
1726                            "an driùchd geal",
1727                            "co-fhad-thràth an fhoghair",
1728                            "an driùchd fuar",
1729                            "teachd an reòthaidh",
1730                            "toiseach a’ gheamhraidh",
1731                            "an sneachd beag",
1732                            "an sneachd mòr",
1733                            "grian-stad a’ gheamhraidh",
1734                            "an fhuachd bheag",
1735                            "an fhuachd mhòr",
1736                        }
1737                    }
1738                }
1739                zodiacs{
1740                    format{
1741                        abbreviated{
1742                            "Radan",
1743                            "Damh",
1744                            "Tìgear",
1745                            "Coinean",
1746                            "Dràgon",
1747                            "Nathair",
1748                            "Each",
1749                            "Gobhar",
1750                            "Muncaidh",
1751                            "Coileach",
1752                            "Cù",
1753                            "Muc",
1754                        }
1755                        narrow{
1756                            "Radan",
1757                            "Damh",
1758                            "Tìgear",
1759                            "Coinean",
1760                            "Dràgon",
1761                            "Nathair",
1762                            "Each",
1763                            "Gobhar",
1764                            "Muncaidh",
1765                            "Coileach",
1766                            "Cù",
1767                            "Muc",
1768                        }
1769                        wide{
1770                            "Radan",
1771                            "Damh",
1772                            "Tìgear",
1773                            "Coinean",
1774                            "Dràgon",
1775                            "Nathair",
1776                            "Each",
1777                            "Gobhar",
1778                            "Muncaidh",
1779                            "Coileach",
1780                            "Cù",
1781                            "Muc",
1782                        }
1783                    }
1784                }
1785            }
1786            intervalFormats{
1787                H{
1788                    H{"HH – HH"}
1789                }
1790                Hm{
1791                    H{"HH:mm – HH:mm"}
1792                    m{"HH:mm – HH:mm"}
1793                }
1794                Hmv{
1795                    H{"HH:mm – HH:mm v"}
1796                    m{"HH:mm – HH:mm v"}
1797                }
1798                Hv{
1799                    H{"HH – HH v"}
1800                }
1801                M{
1802                    M{"L – L"}
1803                }
1804                MEd{
1805                    M{"E, d/M – E, d/M"}
1806                    d{"E, d/M – E, d/M"}
1807                }
1808                MMM{
1809                    M{"LLL – LLL"}
1810                }
1811                MMMEd{
1812                    M{"E, d MMM – E, d MMM"}
1813                    d{"E, d MMM – E, d MMM"}
1814                }
1815                MMMd{
1816                    M{"d MMM – d MMM"}
1817                    d{"d MMM – d"}
1818                }
1819                Md{
1820                    M{"d/M – d/M"}
1821                    d{"d/M – d/M"}
1822                }
1823                d{
1824                    d{"d – d"}
1825                }
1826                fallback{"{0} – {1}"}
1827                h{
1828                    a{"ha – ha"}
1829                    h{"h – ha"}
1830                }
1831                hm{
1832                    a{"h:mma – h:mma"}
1833                    h{"h:mm – h:mma"}
1834                    m{"h:mm – h:mma"}
1835                }
1836                hmv{
1837                    a{"h:mma – h:mma v"}
1838                    h{"h:mm – h:mma v"}
1839                    m{"h:mm – h:mma v"}
1840                }
1841                hv{
1842                    a{"ha – ha v"}
1843                    h{"h – ha v"}
1844                }
1845                y{
1846                    y{"U – U"}
1847                }
1848                yM{
1849                    M{"L/y – L/y"}
1850                    y{"L/y – L/y"}
1851                }
1852                yMEd{
1853                    M{"E, d/M/y – E, d/M/y"}
1854                    d{"E, d/M/y – E, d/M/y"}
1855                    y{"E, d/M/y – E, d/M/y"}
1856                }
1857                yMMM{
1858                    M{"LLL – LLL U"}
1859                    y{"LLL U – LLL U"}
1860                }
1861                yMMMEd{
1862                    M{"E, d MMM – E, d MMM, U"}
1863                    d{"E, d MMM – E, d MMM, U"}
1864                    y{"E, d MMM, U – E, d MMM, U"}
1865                }
1866                yMMMM{
1867                    M{"LLLL – LLLL U"}
1868                    y{"LLLL U – LLLL U"}
1869                }
1870                yMMMd{
1871                    M{"d MMM – d MMM, U"}
1872                    d{"d MMM – d, U"}
1873                    y{"d MMM, U – d MMM, U"}
1874                }
1875                yMd{
1876                    M{"d/M/y – d/M/y"}
1877                    d{"d/M/y – d/M/y"}
1878                    y{"d/M/y – d/M/y"}
1879                }
1880            }
1881            monthNames{
1882                format{
1883                    abbreviated{
1884                        "Chiad",
1885                        "Dàrna",
1886                        "Treas",
1887                        "Ceathr",
1888                        "Còig",
1889                        "Sia",
1890                        "Seachd",
1891                        "Ochd",
1892                        "Naoidh",
1893                        "Deich",
1894                        "Aon Deug",
1895                        "Dàrna Deug",
1896                    }
1897                    narrow{
1898                        "1",
1899                        "2",
1900                        "3",
1901                        "4",
1902                        "5",
1903                        "6",
1904                        "7",
1905                        "8",
1906                        "9",
1907                        "10",
1908                        "11",
1909                        "12",
1910                    }
1911                    wide{
1912                        "dhen Chiad Mhìos",
1913                        "dhen Dàrna Mhìos",
1914                        "dhen Treas Mhìos",
1915                        "dhen Cheathramh Mhìos",
1916                        "dhen Chòigeamh Mhìos",
1917                        "dhen t-Siathamh Mhìos",
1918                        "dhen t-Seachdamh Mhìos",
1919                        "dhen Ochdamh Mhìos",
1920                        "dhen Naoidheamh Mhìos",
1921                        "dhen Deicheamh Mhìos",
1922                        "dhen Aonamh Mhìos Deug",
1923                        "dhen Dàrna Mhìos Deug",
1924                    }
1925                }
1926                stand-alone{
1927                    abbreviated{
1928                        "Chiad",
1929                        "Dàrna",
1930                        "Treas",
1931                        "Ceathr",
1932                        "Còig",
1933                        "Sia",
1934                        "Seachd",
1935                        "Ochd",
1936                        "Naoidh",
1937                        "Deich",
1938                        "Aon Deug",
1939                        "Dàrna Deug",
1940                    }
1941                    narrow{
1942                        "1",
1943                        "2",
1944                        "3",
1945                        "4",
1946                        "5",
1947                        "6",
1948                        "7",
1949                        "8",
1950                        "9",
1951                        "10",
1952                        "11",
1953                        "12",
1954                    }
1955                    wide{
1956                        "A’ Chiad Mhìos",
1957                        "An Dàrna Mìos",
1958                        "An Treas Mìos",
1959                        "An Ceathramh Mìos",
1960                        "An Còigeamh Mìos",
1961                        "An Siathamh Mìos",
1962                        "An Seachdamh Mìos",
1963                        "An t-Ochdamh Mìos",
1964                        "An Naoidheamh Mìos",
1965                        "An Deicheamh Mìos",
1966                        "An t-Aonamh Mìos Deug",
1967                        "An Dàrna Mìos Deug",
1968                    }
1969                }
1970            }
1971        }
1972        ethiopic{
1973            DateTimePatterns{
1974                "HH:mm:ss zzzz",
1975                "HH:mm:ss z",
1976                "HH:mm:ss",
1977                "HH:mm",
1978                "EEEE, d'mh' MMMM y G",
1979                "d'mh' MMMM y G",
1980                "d MMM y G",
1981                "d/M/y GGGGG",
1982                "{1} {0}",
1983                "{1} 'aig' {0}",
1984                "{1} 'aig' {0}",
1985                "{1} {0}",
1986                "{1} {0}",
1987            }
1988            availableFormats{
1989                MMMMd{"d'mh' MMMM"}
1990                yMM{"LL/y"}
1991                yyyyM{"L/y GGGGG"}
1992                yyyyMMMM{"LLLL y G"}
1993            }
1994            intervalFormats{
1995                M{
1996                    M{"L – L"}
1997                }
1998            }
1999        }
2000        generic{
2001            DateTimePatterns{
2002                "HH:mm:ss zzzz",
2003                "HH:mm:ss z",
2004                "HH:mm:ss",
2005                "HH:mm",
2006                "EEEE, d'mh' MMMM y G",
2007                "d'mh' MMMM y G",
2008                "d MMM y G",
2009                "d/M/y GGGGG",
2010                "{1} {0}",
2011                "{1} {0}",
2012                "{1} {0}",
2013                "{1} {0}",
2014                "{1} {0}",
2015            }
2016            appendItems{
2017                Timezone{"{0} {1}"}
2018            }
2019            availableFormats{
2020                Bh{"hB"}
2021                Bhm{"h:mmB"}
2022                Bhms{"h:mm:ssB"}
2023                E{"ccc"}
2024                EBhm{"E h:mmB"}
2025                EBhms{"E h:mm:ssB"}
2026                EHm{"E HH:mm"}
2027                EHms{"E HH:mm:ss"}
2028                Ed{"E, d"}
2029                Ehm{"E h:mma"}
2030                Ehms{"E h:mm:ssa"}
2031                Gy{"y G"}
2032                GyMMM{"LLL y G"}
2033                GyMMMEd{"E, d MMM y G"}
2034                GyMMMd{"d MMM y G"}
2035                H{"HH"}
2036                Hm{"HH:mm"}
2037                Hms{"HH:mm:ss"}
2038                M{"L"}
2039                MEd{"E, d/M"}
2040                MMM{"LLL"}
2041                MMMEd{"E, d MMM"}
2042                MMMMd{"d'mh' MMMM"}
2043                MMMd{"d MMM"}
2044                MMdd{"dd/MM"}
2045                Md{"d/M"}
2046                d{"d"}
2047                h{"ha"}
2048                hm{"h:mma"}
2049                hms{"h:mm:ssa"}
2050                ms{"mm:ss"}
2051                y{"y G"}
2052                yMEd{"E, d/M/y"}
2053                yMM{"LL/y"}
2054                yMMM{"LLL y"}
2055                yMMMM{"LLLL y"}
2056                yyyy{"y G"}
2057                yyyyM{"L/y GGGGG"}
2058                yyyyMEd{"E, d/M/y GGGGG"}
2059                yyyyMMM{"LLL y G"}
2060                yyyyMMMEd{"E, d MMM y G"}
2061                yyyyMMMM{"LLLL y G"}
2062                yyyyMMMd{"d MMM y G"}
2063                yyyyMd{"d/M/y GGGGG"}
2064                yyyyQQQ{"QQQ y G"}
2065                yyyyQQQQ{"QQQQ y G"}
2066            }
2067            intervalFormats{
2068                Bh{
2069                    B{"h B – h B"}
2070                    h{"h – h B"}
2071                }
2072                Bhm{
2073                    B{"h:mm B – h:mm B"}
2074                    h{"h:mm – h:mm B"}
2075                    m{"h:mm – h:mm B"}
2076                }
2077                Gy{
2078                    G{"y G – y G"}
2079                    y{"y – y G"}
2080                }
2081                GyM{
2082                    G{"L/y GGGGG – L/y GGGGG"}
2083                    M{"L/y – L/y GGGGG"}
2084                    y{"L/y – L/y GGGGG"}
2085                }
2086                GyMEd{
2087                    G{"E, d/M/y GGGGG – E, d/M/y GGGGG"}
2088                    M{"E, d/M/y – E, d/M/y GGGGG"}
2089                    d{"E, d/M/y – E, d/M/y GGGGG"}
2090                    y{"E, d/M/y – E, d/M/y GGGGG"}
2091                }
2092                GyMMM{
2093                    G{"LLL y G – LLL y G"}
2094                    M{"LLL – LLL y G"}
2095                    y{"LLL y – LLL y G"}
2096                }
2097                GyMMMEd{
2098                    G{"E, d MMM y G – E, d MMM y G"}
2099                    M{"E, d MMM – E, d MMM y G"}
2100                    d{"E, d MMM – E, d MMM y G"}
2101                    y{"E, d MMM y – E, d MMM y G"}
2102                }
2103                GyMMMd{
2104                    G{"d MMM y G – d MMM y G"}
2105                    M{"d MMM – d MMM y G"}
2106                    d{"d – d MMM y G"}
2107                    y{"d MMM y – d MMM y G"}
2108                }
2109                GyMd{
2110                    G{"d/M/y GGGGG – d/M/y GGGGG"}
2111                    M{"d/M/y – d/M/y GGGGG"}
2112                    d{"d/M/y – d/M/y GGGGG"}
2113                    y{"d/M/y – d/M/y GGGGG"}
2114                }
2115                H{
2116                    H{"HH – HH"}
2117                }
2118                Hm{
2119                    H{"HH:mm – HH:mm"}
2120                    m{"HH:mm – HH:mm"}
2121                }
2122                Hmv{
2123                    H{"HH:mm – HH:mm v"}
2124                    m{"HH:mm – HH:mm v"}
2125                }
2126                Hv{
2127                    H{"HH – HH v"}
2128                }
2129                M{
2130                    M{"L – L"}
2131                }
2132                MEd{
2133                    M{"E, d/M – E, d/M"}
2134                    d{"E, d/M – E, d/M"}
2135                }
2136                MMM{
2137                    M{"LLL – LLL"}
2138                }
2139                MMMEd{
2140                    M{"E, d MMM – E, d MMM"}
2141                    d{"E, d MMM – E, d MMM"}
2142                }
2143                MMMd{
2144                    M{"d MMM – d MMM"}
2145                    d{"d – d MMM"}
2146                }
2147                Md{
2148                    M{"d/M – d/M"}
2149                    d{"d/M – d/M"}
2150                }
2151                d{
2152                    d{"d – d"}
2153                }
2154                fallback{"{0} – {1}"}
2155                h{
2156                    a{"ha – ha"}
2157                    h{"h – ha"}
2158                }
2159                hm{
2160                    a{"h:mma – h:mma"}
2161                    h{"h:mm – h:mma"}
2162                    m{"h:mm – h:mma"}
2163                }
2164                hmv{
2165                    a{"h:mma – h:mma v"}
2166                    h{"h:mm – h:mma v"}
2167                    m{"h:mm – h:mma v"}
2168                }
2169                hv{
2170                    a{"ha – ha v"}
2171                    h{"h – ha v"}
2172                }
2173                y{
2174                    y{"y – y G"}
2175                }
2176                yM{
2177                    M{"L/y – L/y GGGGG"}
2178                    y{"L/y – L/y GGGGG"}
2179                }
2180                yMEd{
2181                    M{"E, d/M/y – E, d/M/y GGGGG"}
2182                    d{"E, d/M/y – E, d/M/y GGGGG"}
2183                    y{"E, d/M/y – E, d/M/y GGGGG"}
2184                }
2185                yMMM{
2186                    M{"LLL – LLL y G"}
2187                    y{"LLL y – LLL y G"}
2188                }
2189                yMMMEd{
2190                    M{"E, d MMM – E, d MMM y G"}
2191                    d{"E, d MMM – E, d MMM y G"}
2192                    y{"E, d MMM y – E, d MMM y G"}
2193                }
2194                yMMMM{
2195                    M{"LLLL – LLLL y G"}
2196                    y{"LLLL y – LLLL y G"}
2197                }
2198                yMMMd{
2199                    M{"d MMM – d MMM y G"}
2200                    d{"d – d MMM y G"}
2201                    y{"d MMM y – d MMM y G"}
2202                }
2203                yMd{
2204                    M{"d/M/y – d/M/y GGGGG"}
2205                    d{"d/M/y – d/M/y GGGGG"}
2206                    y{"d/M/y – d/M/y GGGGG"}
2207                }
2208            }
2209        }
2210        gregorian{
2211            AmPmMarkers{
2212                "m",
2213                "f",
2214            }
2215            AmPmMarkersAbbr{
2216                "m",
2217                "f",
2218            }
2219            AmPmMarkersNarrow{
2220                "m",
2221                "f",
2222            }
2223            DateTimePatterns{
2224                "HH:mm:ss zzzz",
2225                "HH:mm:ss z",
2226                "HH:mm:ss",
2227                "HH:mm",
2228                "EEEE, d'mh' MMMM y",
2229                "d'mh' MMMM y",
2230                "d MMM y",
2231                "dd/MM/y",
2232                "{1} {0}",
2233                "{1} {0}",
2234                "{1} {0}",
2235                "{1} {0}",
2236                "{1} {0}",
2237            }
2238            appendItems{
2239                Timezone{"{0} {1}"}
2240            }
2241            availableFormats{
2242                Bh{"hB"}
2243                Bhm{"h:mmB"}
2244                Bhms{"h:mm:ssB"}
2245                E{"ccc"}
2246                EBhm{"E h:mmB"}
2247                EBhms{"E h:mm:ssB"}
2248                EHm{"E HH:mm"}
2249                EHms{"E HH:mm:ss"}
2250                Ed{"E, d"}
2251                Ehm{"E h:mma"}
2252                Ehms{"E h:mm:ss a"}
2253                Gy{"y G"}
2254                GyMMM{"LLL y G"}
2255                GyMMMEd{"E, d MMM y G"}
2256                GyMMMd{"d MMM y G"}
2257                H{"HH"}
2258                Hm{"HH:mm"}
2259                Hms{"HH:mm:ss"}
2260                Hmsv{"HH:mm:ss v"}
2261                Hmv{"HH:mm v"}
2262                M{"L"}
2263                MEd{"E, d/M"}
2264                MMM{"LLL"}
2265                MMMEd{"E, d MMM"}
2266                MMMMW{
2267                    few{"'seachdain' W MMMM"}
2268                    one{"'seachdain' W MMMM"}
2269                    other{"'seachdain' W MMMM"}
2270                    two{"'seachdain' W MMMM"}
2271                }
2272                MMMMd{"d'mh' MMMM"}
2273                MMMd{"d MMM"}
2274                MMdd{"dd/MM"}
2275                Md{"d/M"}
2276                d{"d"}
2277                h{"ha"}
2278                hm{"h:mma"}
2279                hms{"h:mm:ss a"}
2280                hmsv{"h:mm:ss a v"}
2281                hmv{"h:mma v"}
2282                ms{"mm:ss"}
2283                y{"y"}
2284                yM{"L/y"}
2285                yMEd{"E, d/M/y"}
2286                yMM{"LL/y"}
2287                yMMM{"LLL Y"}
2288                yMMMEd{"E, d MMM y"}
2289                yMMMM{"LLLL y"}
2290                yMMMd{"d MMM y"}
2291                yMd{"d/M/y"}
2292                yQQQ{"QQQ y"}
2293                yQQQQ{"QQQQ y"}
2294                yw{
2295                    few{"'seachdain' w 'dhe' Y"}
2296                    one{"'seachdain' w 'dhe' Y"}
2297                    other{"'seachdain' w 'dhe' Y"}
2298                    two{"'seachdain' w 'dhe' Y"}
2299                }
2300            }
2301            dayNames{
2302                format{
2303                    abbreviated{
2304                        "DiD",
2305                        "DiL",
2306                        "DiM",
2307                        "DiC",
2308                        "Dia",
2309                        "Dih",
2310                        "DiS",
2311                    }
2312                    narrow{
2313                        "D",
2314                        "L",
2315                        "M",
2316                        "C",
2317                        "A",
2318                        "H",
2319                        "S",
2320                    }
2321                    short{
2322                        "Dò",
2323                        "Lu",
2324                        "Mà",
2325                        "Ci",
2326                        "Da",
2327                        "hA",
2328                        "Sa",
2329                    }
2330                    wide{
2331                        "DiDòmhnaich",
2332                        "DiLuain",
2333                        "DiMàirt",
2334                        "DiCiadain",
2335                        "DiarDaoin",
2336                        "DihAoine",
2337                        "DiSathairne",
2338                    }
2339                }
2340                stand-alone{
2341                    abbreviated{
2342                        "DiD",
2343                        "DiL",
2344                        "DiM",
2345                        "DiC",
2346                        "Dia",
2347                        "Dih",
2348                        "DiS",
2349                    }
2350                    narrow{
2351                        "D",
2352                        "L",
2353                        "M",
2354                        "C",
2355                        "A",
2356                        "H",
2357                        "S",
2358                    }
2359                    short{
2360                        "Dò",
2361                        "Lu",
2362                        "Mà",
2363                        "Ci",
2364                        "Da",
2365                        "hA",
2366                        "Sa",
2367                    }
2368                    wide{
2369                        "DiDòmhnaich",
2370                        "DiLuain",
2371                        "DiMàirt",
2372                        "DiCiadain",
2373                        "DiarDaoin",
2374                        "DihAoine",
2375                        "DiSathairne",
2376                    }
2377                }
2378            }
2379            dayPeriod{
2380                stand-alone{
2381                    abbreviated{
2382                        am{"m"}
2383                        pm{"f"}
2384                    }
2385                    narrow{
2386                        am{"m"}
2387                        pm{"f"}
2388                    }
2389                    wide{
2390                        am{"m"}
2391                        pm{"f"}
2392                    }
2393                }
2394            }
2395            eras{
2396                abbreviated{
2397                    "RC",
2398                    "AD",
2399                }
2400                narrow{
2401                    "R",
2402                    "A",
2403                }
2404                wide{
2405                    "Ro Chrìosta",
2406                    "An dèidh Chrìosta",
2407                }
2408            }
2409            intervalFormats{
2410                Bh{
2411                    B{"h B – h B"}
2412                    h{"h – h B"}
2413                }
2414                Bhm{
2415                    B{"h:mm B – h:mm B"}
2416                    h{"h:mm – h:mm B"}
2417                    m{"h:mm – h:mm B"}
2418                }
2419                Gy{
2420                    G{"y G – y G"}
2421                    y{"y – y G"}
2422                }
2423                GyM{
2424                    G{"L/y GGGGG – L/y GGGGG"}
2425                    M{"L/y – L/y GGGGG"}
2426                    y{"L/y – L/y GGGGG"}
2427                }
2428                GyMEd{
2429                    G{"E, d/M/y GGGGG – E, d/M/y GGGGG"}
2430                    M{"E, d/M/y – E, d/M/y GGGGG"}
2431                    d{"E, d/M/y – E, d/M/y GGGGG"}
2432                    y{"E, d/M/y – E, d/M/y GGGGG"}
2433                }
2434                GyMMM{
2435                    G{"LLL y G – LLL y G"}
2436                    M{"LLL – LLL y G"}
2437                    y{"LLL y – LLL y G"}
2438                }
2439                GyMMMEd{
2440                    G{"E, d MMM y G – E, d MMM y G"}
2441                    M{"E, d MMM – E, d MMM y G"}
2442                    d{"E, d MMM – E, d MMM y G"}
2443                    y{"E, d MMM y – E, d MMM y G"}
2444                }
2445                GyMMMd{
2446                    G{"d MMM y G – d MMM y G"}
2447                    M{"d MMM – d MMM y G"}
2448                    d{"d – d MMM y G"}
2449                    y{"d MMM y – d MMM y G"}
2450                }
2451                GyMd{
2452                    G{"d/M/y GGGGG – d/M/y GGGGG"}
2453                    M{"d/M/y – d/M/y GGGGG"}
2454                    d{"d/M/y – d/M/y GGGGG"}
2455                    y{"d/M/y – d/M/y GGGGG"}
2456                }
2457                H{
2458                    H{"HH – HH"}
2459                }
2460                Hm{
2461                    H{"HH:mm – HH:mm"}
2462                    m{"HH:mm – HH:mm"}
2463                }
2464                Hmv{
2465                    H{"HH:mm – HH:mm v"}
2466                    m{"HH:mm – HH:mm v"}
2467                }
2468                Hv{
2469                    H{"HH – HH v"}
2470                }
2471                M{
2472                    M{"L – L"}
2473                }
2474                MEd{
2475                    M{"E, d/M – E, d/M"}
2476                    d{"E, d/M – E, d/M"}
2477                }
2478                MMM{
2479                    M{"LLL – LLL"}
2480                }
2481                MMMEd{
2482                    M{"E, d MMM – E, d MMM"}
2483                    d{"E, d – E, d MMM"}
2484                }
2485                MMMd{
2486                    M{"d MMM – d MMM"}
2487                    d{"d – d MMM"}
2488                }
2489                Md{
2490                    M{"d/M – d/M"}
2491                    d{"d/M – d/M"}
2492                }
2493                d{
2494                    d{"d – d"}
2495                }
2496                fallback{"{0} – {1}"}
2497                h{
2498                    a{"ha – ha"}
2499                    h{"h – ha"}
2500                }
2501                hm{
2502                    a{"h:mma – h:mma"}
2503                    h{"h:mm – h:mma"}
2504                    m{"h:mm – h:mma"}
2505                }
2506                hmv{
2507                    a{"h:mma – h:mma v"}
2508                    h{"h:mm – h:mma v"}
2509                    m{"h:mm – h:mma v"}
2510                }
2511                hv{
2512                    a{"ha – ha v"}
2513                    h{"h – ha v"}
2514                }
2515                y{
2516                    y{"y – y"}
2517                }
2518                yM{
2519                    M{"L/y – L/y"}
2520                    y{"L/y – L/y"}
2521                }
2522                yMEd{
2523                    M{"E, d/M/y – E, d/M/y"}
2524                    d{"E, d/M/y – E, d/M/y"}
2525                    y{"E, d/M/y – E, d/M/y"}
2526                }
2527                yMMM{
2528                    M{"LLL – LLL y"}
2529                    y{"LLL y – LLL y"}
2530                }
2531                yMMMEd{
2532                    M{"E, d MMM – E, d MMM y"}
2533                    d{"E, d – E, d MMM y"}
2534                    y{"E, d MMM y – E, d MMM y"}
2535                }
2536                yMMMM{
2537                    M{"LLLL – LLLL y"}
2538                    y{"LLLL y – LLLL y"}
2539                }
2540                yMMMd{
2541                    M{"d MMM – d MMM y"}
2542                    d{"d – d MMM y"}
2543                    y{"d MMM y – d MMM y"}
2544                }
2545                yMd{
2546                    M{"d/M/y – d/M/y"}
2547                    d{"d/M/y – d/M/y"}
2548                    y{"d/M/y – d/M/y"}
2549                }
2550            }
2551            monthNames{
2552                format{
2553                    abbreviated{
2554                        "Faoi",
2555                        "Gearr",
2556                        "Màrt",
2557                        "Gibl",
2558                        "Cèit",
2559                        "Ògmh",
2560                        "Iuch",
2561                        "Lùna",
2562                        "Sult",
2563                        "Dàmh",
2564                        "Samh",
2565                        "Dùbh",
2566                    }
2567                    narrow{
2568                        "F",
2569                        "G",
2570                        "M",
2571                        "G",
2572                        "C",
2573                        "Ò",
2574                        "I",
2575                        "L",
2576                        "S",
2577                        "D",
2578                        "S",
2579                        "D",
2580                    }
2581                    wide{
2582                        "dhen Fhaoilleach",
2583                        "dhen Ghearran",
2584                        "dhen Mhàrt",
2585                        "dhen Ghiblean",
2586                        "dhen Chèitean",
2587                        "dhen Ògmhios",
2588                        "dhen Iuchar",
2589                        "dhen Lùnastal",
2590                        "dhen t-Sultain",
2591                        "dhen Dàmhair",
2592                        "dhen t-Samhain",
2593                        "dhen Dùbhlachd",
2594                    }
2595                }
2596                stand-alone{
2597                    abbreviated{
2598                        "Faoi",
2599                        "Gearr",
2600                        "Màrt",
2601                        "Gibl",
2602                        "Cèit",
2603                        "Ògmh",
2604                        "Iuch",
2605                        "Lùna",
2606                        "Sult",
2607                        "Dàmh",
2608                        "Samh",
2609                        "Dùbh",
2610                    }
2611                    narrow{
2612                        "F",
2613                        "G",
2614                        "M",
2615                        "G",
2616                        "C",
2617                        "Ò",
2618                        "I",
2619                        "L",
2620                        "S",
2621                        "D",
2622                        "S",
2623                        "D",
2624                    }
2625                    wide{
2626                        "Am Faoilleach",
2627                        "An Gearran",
2628                        "Am Màrt",
2629                        "An Giblean",
2630                        "An Cèitean",
2631                        "An t-Ògmhios",
2632                        "An t-Iuchar",
2633                        "An Lùnastal",
2634                        "An t-Sultain",
2635                        "An Dàmhair",
2636                        "An t-Samhain",
2637                        "An Dùbhlachd",
2638                    }
2639                }
2640            }
2641            quarters{
2642                format{
2643                    abbreviated{
2644                        "C1",
2645                        "C2",
2646                        "C3",
2647                        "C4",
2648                    }
2649                    narrow{
2650                        "1",
2651                        "2",
2652                        "3",
2653                        "4",
2654                    }
2655                    wide{
2656                        "1d chairteal",
2657                        "2na cairteal",
2658                        "3s cairteal",
2659                        "4mh cairteal",
2660                    }
2661                }
2662                stand-alone{
2663                    abbreviated{
2664                        "C1",
2665                        "C2",
2666                        "C3",
2667                        "C4",
2668                    }
2669                    narrow{
2670                        "1",
2671                        "2",
2672                        "3",
2673                        "4",
2674                    }
2675                    wide{
2676                        "1d chairteal",
2677                        "2na cairteal",
2678                        "3s cairteal",
2679                        "4mh cairteal",
2680                    }
2681                }
2682            }
2683        }
2684        hebrew{
2685            DateTimePatterns{
2686                "HH:mm:ss zzzz",
2687                "HH:mm:ss z",
2688                "HH:mm:ss",
2689                "HH:mm",
2690                "EEEE, d'mh' MMMM y G",
2691                "d'mh' MMMM y G",
2692                "d MMM y G",
2693                "d/M/y GGGGG",
2694                "{1} {0}",
2695                "{1} 'aig' {0}",
2696                "{1} 'aig' {0}",
2697                "{1} {0}",
2698                "{1} {0}",
2699            }
2700            availableFormats{
2701                MMMMd{"d'mh' MMMM"}
2702                yMM{"LL/y"}
2703                yyyyM{"L/y GGGGG"}
2704                yyyyMMMM{"LLLL y G"}
2705            }
2706            intervalFormats{
2707                M{
2708                    M{"L – L"}
2709                }
2710            }
2711        }
2712        indian{
2713            DateTimePatterns{
2714                "HH:mm:ss zzzz",
2715                "HH:mm:ss z",
2716                "HH:mm:ss",
2717                "HH:mm",
2718                "EEEE, d'mh' MMMM y G",
2719                "d'mh' MMMM y G",
2720                "d MMM y G",
2721                "d/M/y GGGGG",
2722                "{1} {0}",
2723                "{1} {0}",
2724                "{1} {0}",
2725                "{1} {0}",
2726                "{1} {0}",
2727            }
2728            availableFormats{
2729                MMMMd{"d'mh' MMMM"}
2730                yMM{"LL/y"}
2731                yyyyM{"L/y GGGGG"}
2732                yyyyMMMM{"LLLL y G"}
2733            }
2734            intervalFormats{
2735                M{
2736                    M{"L – L"}
2737                }
2738            }
2739        }
2740        islamic{
2741            DateTimePatterns{
2742                "HH:mm:ss zzzz",
2743                "HH:mm:ss z",
2744                "HH:mm:ss",
2745                "HH:mm",
2746                "EEEE, d'mh' MMMM y G",
2747                "d'mh' MMMM y G",
2748                "d MMM y G",
2749                "d/M/y GGGGG",
2750                "{1} {0}",
2751                "{1} 'aig' {0}",
2752                "{1} 'aig' {0}",
2753                "{1} {0}",
2754                "{1} {0}",
2755            }
2756            availableFormats{
2757                MMMMd{"d'mh' MMMM"}
2758                yMM{"LL/y"}
2759                yyyyM{"L/y GGGGG"}
2760                yyyyMMMM{"LLLL y G"}
2761            }
2762            intervalFormats{
2763                M{
2764                    M{"L – L"}
2765                }
2766            }
2767        }
2768        japanese{
2769            DateTimePatterns{
2770                "HH:mm:ss zzzz",
2771                "HH:mm:ss z",
2772                "HH:mm:ss",
2773                "HH:mm",
2774                "EEEE, d'mh' MMMM y G",
2775                "d'mh' MMMM y G",
2776                "d MMM y G",
2777                "d/M/y GGGGG",
2778                "{1} {0}",
2779                "{1} 'aig' {0}",
2780                "{1} 'aig' {0}",
2781                "{1} {0}",
2782                "{1} {0}",
2783            }
2784            availableFormats{
2785                MMMMd{"d'mh' MMMM"}
2786                yMM{"LL/y"}
2787                yyyyM{"L/y GGGGG"}
2788                yyyyMMMM{"LLLL y G"}
2789            }
2790            intervalFormats{
2791                M{
2792                    M{"L – L"}
2793                }
2794            }
2795        }
2796        persian{
2797            DateTimePatterns{
2798                "HH:mm:ss zzzz",
2799                "HH:mm:ss z",
2800                "HH:mm:ss",
2801                "HH:mm",
2802                "EEEE, d'mh' MMMM y G",
2803                "d'mh' MMMM y G",
2804                "d MMM y G",
2805                "d/M/y GGGGG",
2806                "{1} {0}",
2807                "{1} 'aig' {0}",
2808                "{1} 'aig' {0}",
2809                "{1} {0}",
2810                "{1} {0}",
2811            }
2812            availableFormats{
2813                MMMMd{"d'mh' MMMM"}
2814                yMM{"LL/y"}
2815                yyyyM{"L/y GGGGG"}
2816                yyyyMMMM{"LLLL y G"}
2817            }
2818            intervalFormats{
2819                M{
2820                    M{"L – L"}
2821                }
2822            }
2823        }
2824        roc{
2825            DateTimePatterns{
2826                "HH:mm:ss zzzz",
2827                "HH:mm:ss z",
2828                "HH:mm:ss",
2829                "HH:mm",
2830                "EEEE, d'mh' MMMM y G",
2831                "d'mh' MMMM y G",
2832                "d MMM y G",
2833                "d/M/y GGGGG",
2834                "{1} {0}",
2835                "{1} 'aig' {0}",
2836                "{1} 'aig' {0}",
2837                "{1} {0}",
2838                "{1} {0}",
2839            }
2840            availableFormats{
2841                Ed{"E, d"}
2842                MMMMd{"d'mh' MMMM"}
2843                d{"d"}
2844                yMM{"LL/y"}
2845                yyyyM{"L/y GGGGG"}
2846                yyyyMMMM{"LLLL y G"}
2847            }
2848            eras{
2849                abbreviated{
2850                    "Ro PnS",
2851                    "Mínguó",
2852                }
2853                narrow{
2854                    "Ro PnS",
2855                    "Mínguó",
2856                }
2857                wide{
2858                    "Ro Ph. na Sìne",
2859                    "Mínguó",
2860                }
2861            }
2862            intervalFormats{
2863                M{
2864                    M{"L – L"}
2865                }
2866            }
2867        }
2868    }
2869    characterLabel{
2870        activities{"gnìomhachd"}
2871        african_scripts{"sgriobt Afragach"}
2872        american_scripts{"sgriobt Aimeireagach"}
2873        animal{"beathach"}
2874        animals_nature{"beathach no an nàdar"}
2875        arrows{"saighead"}
2876        body{"bodhaig"}
2877        box_drawing{"tarraing bhogsaichean"}
2878        braille{"Braille"}
2879        building{"togalach"}
2880        bullets_stars{"peilear no rionnag"}
2881        consonantal_jamo{"Jamo chonsanach"}
2882        currency_symbols{"samhla airgeadra"}
2883        dash_connector{"strìochag no ceangladair"}
2884        digits{"àireamh"}
2885        dingbats{"dingbat"}
2886        divination_symbols{"samhla fàidheadaireachd"}
2887        downwards_arrows{"saighead sìos"}
2888        downwards_upwards_arrows{"saighead sìos is suas"}
2889        east_asian_scripts{"sgriobt Ear-Àiseanach"}
2890        emoji{"Emoji"}
2891        european_scripts{"sgriobt Eòrpach"}
2892        female{"boireann"}
2893        flag{"bratach"}
2894        flags{"brataich"}
2895        food_drink{"biadh ⁊ deoch"}
2896        format{"fòrmatadh"}
2897        format_whitespace{"fòrmatadh ⁊ geal-spàs"}
2898        full_width_form_variant{"eug-samhail làn-leud"}
2899        geometric_shapes{"cruth geomatrach"}
2900        half_width_form_variant{"eug-samhail leth-leud"}
2901        han_characters{"caractar Han"}
2902        han_radicals{"feumh Han"}
2903        hanja{"Hanja"}
2904        hanzi_simplified{"Hanzi (shìmplichte)"}
2905        hanzi_traditional{"Hanzi (thradaiseanta)"}
2906        heart{"cridhe"}
2907        historic_scripts{"sgriobt eachdraidheil"}
2908        ideographic_desc_characters{"idea-ghraf mìneachaidh"}
2909        japanese_kana{"Kana na Seapanaise"}
2910        kanbun{"Kanbun"}
2911        kanji{"Kanji"}
2912        keycap{"còmhdachadh iuchrach"}
2913        leftwards_arrows{"saighead gu clì"}
2914        leftwards_rightwards_arrows{"saighead gu clì ’s deas"}
2915        letterlike_symbols{"samhla coltach ri litir"}
2916        limited_use{"cleachdadh cuingichte"}
2917        male{"fireann"}
2918        math_symbols{"samhla matamataig"}
2919        middle_eastern_scripts{"sgriobt Ear-mheadhain"}
2920        miscellaneous{"measgaichte"}
2921        modern_scripts{"sgriobt ùr-nòsach"}
2922        modifier{"atharraichear"}
2923        musical_symbols{"samhla ciùil"}
2924        nature{"an nàdar"}
2925        nonspacing{"gun bheàrnadh"}
2926        numbers{"àireamhan"}
2927        objects{"oibseact"}
2928        other{"eile"}
2929        paired{"paidhrichte"}
2930        person{"neach"}
2931        phonetic_alphabet{"aibidil fhuaim-eòlach"}
2932        pictographs{"picteagram"}
2933        place{"àite"}
2934        plant{"lus"}
2935        punctuation{"puingeachadh"}
2936        rightwards_arrows{"saighead gu deas"}
2937        sign_standard_symbols{"sanas no samhla"}
2938        small_form_variant{"eug-samhailean beaga"}
2939        smiley{"samhla-gniùis"}
2940        smileys_people{"samhla-gniùis no neach"}
2941        south_asian_scripts{"sgriobt Àisianach deasach"}
2942        southeast_asian_scripts{"sgriobt Ear-Àisianach deasach"}
2943        spacing{"beàrnadh"}
2944        sport{"spòrs"}
2945        symbols{"samhla"}
2946        technical_symbols{"samhla teignigeach"}
2947        tone_marks{"comharra tòna"}
2948        travel{"siubhal"}
2949        travel_places{"siubhal no àite"}
2950        upwards_arrows{"saighead suas"}
2951        variant_forms{"eug-samhail"}
2952        vocalic_jamo{"Jamo fhuaimreagach"}
2953        weather{"an aimsir"}
2954        western_asian_scripts{"sgriobt Iar-Àisianach"}
2955        whitespace{"geal-spàs"}
2956    }
2957    delimiters{
2958        alternateQuotationEnd{"’"}
2959        alternateQuotationStart{"‘"}
2960        quotationEnd{"”"}
2961        quotationStart{"“"}
2962    }
2963    fields{
2964        day{
2965            dn{"latha"}
2966            relative{
2967                "-1"{"an-dè"}
2968                "-2"{"a-bhòin-dè"}
2969                "0"{"an-diugh"}
2970                "1"{"a-màireach"}
2971                "2"{"an-earar"}
2972                "3"{"an-eararais"}
2973            }
2974            relativeTime{
2975                future{
2976                    few{"an ceann {0} làithean"}
2977                    one{"an ceann {0} latha"}
2978                    other{"an ceann {0} latha"}
2979                    two{"an ceann {0} latha"}
2980                }
2981                past{
2982                    few{"{0} làithean air ais"}
2983                    one{"{0} latha air ais"}
2984                    other{"{0} latha air ais"}
2985                    two{"{0} latha air ais"}
2986                }
2987            }
2988        }
2989        day-narrow{
2990            dn{"là"}
2991            relative{
2992                "-1"{"an-dè"}
2993                "-2"{"a-bhòin-dè"}
2994                "0"{"an-diugh"}
2995                "1"{"a-màireach"}
2996                "2"{"an-earar"}
2997                "3"{"an-eararais"}
2998            }
2999            relativeTime{
3000                future{
3001                    few{"+{0} là"}
3002                    one{"+{0} là"}
3003                    other{"+{0} là"}
3004                    two{"+{0} là"}
3005                }
3006                past{
3007                    few{"-{0} là"}
3008                    one{"-{0} là"}
3009                    other{"-{0} là"}
3010                    two{"-{0} là"}
3011                }
3012            }
3013        }
3014        day-short{
3015            dn{"là"}
3016            relative{
3017                "-1"{"an-dè"}
3018                "-2"{"a-bhòin-dè"}
3019                "0"{"an-diugh"}
3020                "1"{"a-màireach"}
3021                "2"{"an-earar"}
3022                "3"{"an-eararais"}
3023            }
3024            relativeTime{
3025                future{
3026                    few{"an {0} là."}
3027                    one{"an {0} là"}
3028                    other{"an {0} là"}
3029                    two{"an {0} là"}
3030                }
3031                past{
3032                    few{"o {0} là."}
3033                    one{"o {0} là"}
3034                    other{"o {0} là"}
3035                    two{"o {0} là"}
3036                }
3037            }
3038        }
3039        dayOfYear{
3040            dn{"là dhen bhliadhna"}
3041        }
3042        dayOfYear-narrow{
3043            dn{"là bl."}
3044        }
3045        dayOfYear-short{
3046            dn{"là blia."}
3047        }
3048        dayperiod{
3049            dn{"m/f"}
3050        }
3051        dayperiod-narrow{
3052            dn{"m/f"}
3053        }
3054        dayperiod-short{
3055            dn{"m/f"}
3056        }
3057        era{
3058            dn{"linn"}
3059        }
3060        era-narrow{
3061            dn{"li."}
3062        }
3063        era-short{
3064            dn{"linn"}
3065        }
3066        fri{
3067            relative{
3068                "-1"{"DihAoine seo chaidh"}
3069                "0"{"DihAoine"}
3070                "1"{"DihAoine seo tighinn"}
3071            }
3072            relativeTime{
3073                future{
3074                    few{"an ceann {0} DihAoine"}
3075                    one{"an ceann {0} DihAoine"}
3076                    other{"an ceann {0} DihAoine"}
3077                    two{"an ceann {0} DhihAoine"}
3078                }
3079                past{
3080                    few{"o chionn {0} DihAoine"}
3081                    one{"o chionn {0} DihAoine"}
3082                    other{"o chionn {0} DihAoine"}
3083                    two{"o chionn {0} DhihAoine"}
3084                }
3085            }
3086        }
3087        fri-narrow{
3088            relative{
3089                "-1"{"hA. ch."}
3090                "0"{"hA."}
3091                "1"{"hA. ti."}
3092            }
3093            relativeTime{
3094                future{
3095                    few{"an {0} Dih."}
3096                    one{"an {0} Dih."}
3097                    other{"an {0} Dih."}
3098                    two{"an {0} Dhih."}
3099                }
3100                past{
3101                    few{"o {0} Dih."}
3102                    one{"o {0} Dih."}
3103                    other{"o {0} Dih."}
3104                    two{"o {0} Dhih."}
3105                }
3106            }
3107        }
3108        fri-short{
3109            relative{
3110                "-1"{"Dih. sa chaidh"}
3111                "0"{"Dih."}
3112                "1"{"Dih. sa tighinn"}
3113            }
3114            relativeTime{
3115                future{
3116                    few{"an ceann {0} Dih."}
3117                    one{"an ceann {0} Dih."}
3118                    other{"an ceann {0} Dih."}
3119                    two{"an ceann {0} Dhih."}
3120                }
3121                past{
3122                    few{"o chionn {0} Dih."}
3123                    one{"o chionn {0} Dih."}
3124                    other{"o chionn {0} Dih."}
3125                    two{"o chionn {0} Dhih."}
3126                }
3127            }
3128        }
3129        hour{
3130            dn{"uair a thìde"}
3131            relative{
3132                "0"{"am broinn uair a thìde"}
3133            }
3134            relativeTime{
3135                future{
3136                    few{"an ceann {0} uairean a thìde"}
3137                    one{"an ceann {0} uair a thìde"}
3138                    other{"an ceann {0} uair a thìde"}
3139                    two{"an ceann {0} uair a thìde"}
3140                }
3141                past{
3142                    few{"{0} uairean a thìde air ais"}
3143                    one{"{0} uair a thìde air ais"}
3144                    other{"{0} uair a thìde air ais"}
3145                    two{"{0} uair a thìde air ais"}
3146                }
3147            }
3148        }
3149        hour-narrow{
3150            dn{"u"}
3151            relative{
3152                "0"{"san uair"}
3153            }
3154            relativeTime{
3155                future{
3156                    few{"+{0} u."}
3157                    one{"+{0} u."}
3158                    other{"+{0} u."}
3159                    two{"+{0} u."}
3160                }
3161                past{
3162                    few{"-{0} u."}
3163                    one{"-{0} u."}
3164                    other{"-{0} u."}
3165                    two{"-{0} u."}
3166                }
3167            }
3168        }
3169        hour-short{
3170            dn{"uair"}
3171            relative{
3172                "0"{"am broinn uair"}
3173            }
3174            relativeTime{
3175                future{
3176                    few{"an {0} uair."}
3177                    one{"an {0} uair"}
3178                    other{"an {0} uair"}
3179                    two{"an {0} uair"}
3180                }
3181                past{
3182                    few{"o {0} uair."}
3183                    one{"o {0} uair"}
3184                    other{"o {0} uair"}
3185                    two{"o {0} uair"}
3186                }
3187            }
3188        }
3189        minute{
3190            dn{"mionaid"}
3191            relative{
3192                "0"{"am broinn mionaid"}
3193            }
3194            relativeTime{
3195                future{
3196                    few{"an ceann {0} mionaidean"}
3197                    one{"an ceann {0} mhionaid"}
3198                    other{"an ceann {0} mionaid"}
3199                    two{"an ceann {0} mhionaid"}
3200                }
3201                past{
3202                    few{"{0} mionaidean air ais"}
3203                    one{"{0} mhionaid air ais"}
3204                    other{"{0} mionaid air ais"}
3205                    two{"{0} mhionaid air ais"}
3206                }
3207            }
3208        }
3209        minute-narrow{
3210            dn{"m"}
3211            relative{
3212                "0"{"sa mhion."}
3213            }
3214            relativeTime{
3215                future{
3216                    few{"+{0} m"}
3217                    one{"+{0} m"}
3218                    other{"+{0} m"}
3219                    two{"+{0} m"}
3220                }
3221                past{
3222                    few{"-{0} m"}
3223                    one{"-{0} m"}
3224                    other{"-{0} m"}
3225                    two{"-{0} m"}
3226                }
3227            }
3228        }
3229        minute-short{
3230            dn{"mion."}
3231            relative{
3232                "0"{"am broinn mion."}
3233            }
3234            relativeTime{
3235                future{
3236                    few{"an {0} mion."}
3237                    one{"an {0} mhion."}
3238                    other{"an {0} mion."}
3239                    two{"an {0} mhion."}
3240                }
3241                past{
3242                    few{"o {0} mion."}
3243                    one{"o {0} mhion."}
3244                    other{"o {0} mion."}
3245                    two{"o {0} mhion."}
3246                }
3247            }
3248        }
3249        mon{
3250            relative{
3251                "-1"{"DiLuain seo chaidh"}
3252                "0"{"DiLuain"}
3253                "1"{"DiLuain seo tighinn"}
3254            }
3255            relativeTime{
3256                future{
3257                    few{"an ceann {0} DiLuain"}
3258                    one{"an ceann {0} DiLuain"}
3259                    other{"an ceann {0} DiLuain"}
3260                    two{"an ceann {0} DhiLuain"}
3261                }
3262                past{
3263                    few{"o chionn {0} DiLuain"}
3264                    one{"o chionn {0} DiLuain"}
3265                    other{"o chionn {0} DiLuain"}
3266                    two{"o chionn {0} DhiLuain"}
3267                }
3268            }
3269        }
3270        mon-narrow{
3271            relative{
3272                "-1"{"Lu. ch."}
3273                "0"{"Lu."}
3274                "1"{"Lu. ti."}
3275            }
3276            relativeTime{
3277                future{
3278                    few{"an {0} DiL."}
3279                    one{"an {0} DiL."}
3280                    other{"an {0} DiL."}
3281                    two{"an {0} DhiL."}
3282                }
3283                past{
3284                    few{"o {0} DiL."}
3285                    one{"o {0} DiL."}
3286                    other{"o {0} DiL."}
3287                    two{"o {0} DhiL."}
3288                }
3289            }
3290        }
3291        mon-short{
3292            relative{
3293                "-1"{"DiL. sa chaidh"}
3294                "0"{"DiL."}
3295                "1"{"DiL. sa tighinn"}
3296            }
3297            relativeTime{
3298                future{
3299                    few{"an ceann {0} DiL."}
3300                    one{"an ceann {0} DiL."}
3301                    other{"an ceann {0} DiL."}
3302                    two{"an ceann {0} DhiL."}
3303                }
3304                past{
3305                    few{"o chionn {0} DiL."}
3306                    one{"o chionn {0} DiL."}
3307                    other{"o chionn {0} DiL."}
3308                    two{"o chionn {0} DhiL."}
3309                }
3310            }
3311        }
3312        month{
3313            dn{"mìos"}
3314            relative{
3315                "-1"{"am mìos seo chaidh"}
3316                "0"{"am mìos seo"}
3317                "1"{"an ath-mhìos"}
3318            }
3319            relativeTime{
3320                future{
3321                    few{"an ceann {0} mìosan"}
3322                    one{"an ceann {0} mhìosa"}
3323                    other{"an ceann {0} mìosa"}
3324                    two{"an ceann {0} mhìosa"}
3325                }
3326                past{
3327                    few{"{0} mìosan air ais"}
3328                    one{"{0} mhìos air ais"}
3329                    other{"{0} mìos air ais"}
3330                    two{"{0} mhìos air ais"}
3331                }
3332            }
3333        }
3334        month-narrow{
3335            dn{"mì."}
3336            relative{
3337                "-1"{"mì. ch."}
3338                "0"{"am mì. seo"}
3339                "1"{"ath-mhì."}
3340            }
3341            relativeTime{
3342                future{
3343                    few{"+{0} mì."}
3344                    one{"+{0} mhì."}
3345                    other{"+{0} mì."}
3346                    two{"+{0} mhì."}
3347                }
3348                past{
3349                    few{"-{0} mì."}
3350                    one{"-{0} mhì."}
3351                    other{"-{0} mì."}
3352                    two{"-{0} mhì."}
3353                }
3354            }
3355        }
3356        month-short{
3357            dn{"mìos"}
3358            relative{
3359                "-1"{"am mìos sa chaidh"}
3360                "0"{"am mìos seo"}
3361                "1"{"an ath-mhìos"}
3362            }
3363            relativeTime{
3364                future{
3365                    few{"an {0} mìos."}
3366                    one{"an {0} mhìos."}
3367                    other{"an {0} mìos."}
3368                    two{"an {0} mhìos."}
3369                }
3370                past{
3371                    few{"o {0} mìos."}
3372                    one{"o {0} mhìos."}
3373                    other{"o {0} mìos."}
3374                    two{"o {0} mhìos."}
3375                }
3376            }
3377        }
3378        quarter{
3379            dn{"cairteal"}
3380            relative{
3381                "-1"{"an cairteal seo chaidh"}
3382                "0"{"an cairteal seo"}
3383                "1"{"an ath-chairteal"}
3384            }
3385            relativeTime{
3386                future{
3387                    few{"an ceann {0} cairtealan"}
3388                    one{"an ceann {0} chairteil"}
3389                    other{"an ceann {0} cairteil"}
3390                    two{"an ceann {0} chairteil"}
3391                }
3392                past{
3393                    few{"o chionn {0} cairtealan"}
3394                    one{"o chionn {0} chairteil"}
3395                    other{"o chionn {0} cairteil"}
3396                    two{"o chionn {0} chairteil"}
3397                }
3398            }
3399        }
3400        quarter-narrow{
3401            dn{"c."}
3402            relative{
3403                "-1"{"c. ch."}
3404                "0"{"an c. seo"}
3405                "1"{"ath-ch."}
3406            }
3407            relativeTime{
3408                future{
3409                    few{"+{0} c."}
3410                    one{"+{0} c."}
3411                    other{"+{0} c."}
3412                    two{"+{0} c."}
3413                }
3414                past{
3415                    few{"-{0} c."}
3416                    one{"-{0} c."}
3417                    other{"-{0} c."}
3418                    two{"-{0} c."}
3419                }
3420            }
3421        }
3422        quarter-short{
3423            dn{"cairt."}
3424            relative{
3425                "-1"{"an cairt. sa chaidh"}
3426                "0"{"an cairt. seo"}
3427                "1"{"an ath-chairt."}
3428            }
3429            relativeTime{
3430                future{
3431                    few{"an {0} cairt."}
3432                    one{"an {0} chairt."}
3433                    other{"an {0} cairt."}
3434                    two{"an {0} chairt."}
3435                }
3436                past{
3437                    few{"o {0} cairt."}
3438                    one{"o {0} chairt."}
3439                    other{"o {0} cairt."}
3440                    two{"o {0} chairt."}
3441                }
3442            }
3443        }
3444        sat{
3445            relative{
3446                "-1"{"DiSathairne seo chaidh"}
3447                "0"{"DiSathairne"}
3448                "1"{"DiSathairne seo tighinn"}
3449            }
3450            relativeTime{
3451                future{
3452                    few{"an ceann {0} DiSathairne"}
3453                    one{"an ceann {0} DiSathairne"}
3454                    other{"an ceann {0} DiSathairne"}
3455                    two{"an ceann {0} DhiSathairne"}
3456                }
3457                past{
3458                    few{"o chionn {0} DiSathairne"}
3459                    one{"o chionn {0} DiSathairne"}
3460                    other{"o chionn {0} DiSathairne"}
3461                    two{"o chionn {0} DhiSathairne"}
3462                }
3463            }
3464        }
3465        sat-narrow{
3466            relative{
3467                "-1"{"Sa. ch."}
3468                "0"{"Sa."}
3469                "1"{"Sa. ti."}
3470            }
3471            relativeTime{
3472                future{
3473                    few{"an {0} DiS."}
3474                    one{"an {0} DiS."}
3475                    other{"an {0} DiS."}
3476                    two{"an {0} DhiS."}
3477                }
3478                past{
3479                    few{"o {0} DiS."}
3480                    one{"o {0} DiS."}
3481                    other{"o {0} DiS."}
3482                    two{"o {0} DhiS."}
3483                }
3484            }
3485        }
3486        sat-short{
3487            relative{
3488                "-1"{"DiS. sa chaidh"}
3489                "0"{"DiS."}
3490                "1"{"DiS. sa tighinn"}
3491            }
3492            relativeTime{
3493                future{
3494                    few{"an ceann {0} DiS."}
3495                    one{"an ceann {0} DiS."}
3496                    other{"an ceann {0} DiS."}
3497                    two{"an ceann {0} DhiS."}
3498                }
3499                past{
3500                    few{"o chionn {0} DiS."}
3501                    one{"o chionn {0} DiS."}
3502                    other{"o chionn {0} DiS."}
3503                    two{"o chionn {0} DhiS."}
3504                }
3505            }
3506        }
3507        second{
3508            dn{"diog"}
3509            relative{
3510                "0"{"an-dràsta"}
3511            }
3512            relativeTime{
3513                future{
3514                    few{"an ceann {0} diogan"}
3515                    one{"an ceann {0} diog"}
3516                    other{"an ceann {0} diog"}
3517                    two{"an ceann {0} dhiog"}
3518                }
3519                past{
3520                    few{"{0} diogan air ais"}
3521                    one{"{0} diog air ais"}
3522                    other{"{0} diog air ais"}
3523                    two{"{0} dhiog air ais"}
3524                }
3525            }
3526        }
3527        second-narrow{
3528            dn{"d"}
3529            relative{
3530                "0"{"an-dràsta"}
3531            }
3532            relativeTime{
3533                future{
3534                    few{"+{0} d"}
3535                    one{"+{0} d"}
3536                    other{"+{0} d"}
3537                    two{"+{0} d"}
3538                }
3539                past{
3540                    few{"-{0} d"}
3541                    one{"-{0} d"}
3542                    other{"-{0} d"}
3543                    two{"-{0} d"}
3544                }
3545            }
3546        }
3547        second-short{
3548            dn{"diog"}
3549            relative{
3550                "0"{"an-dràsta"}
3551            }
3552            relativeTime{
3553                future{
3554                    few{"an {0} diog."}
3555                    one{"an {0} diog"}
3556                    other{"an {0} diog"}
3557                    two{"an {0} dhiog"}
3558                }
3559                past{
3560                    few{"o {0} diog."}
3561                    one{"o {0} diog"}
3562                    other{"o {0} diog"}
3563                    two{"o {0} dhiog"}
3564                }
3565            }
3566        }
3567        sun{
3568            relative{
3569                "-1"{"DiDòmhnaich seo chaidh"}
3570                "0"{"DiDòmhnaich"}
3571                "1"{"DiDòmhnaich seo tighinn"}
3572            }
3573            relativeTime{
3574                future{
3575                    few{"an ceann {0} DiDòmhnaich"}
3576                    one{"an ceann {0} DiDòmhnaich"}
3577                    other{"an ceann {0} DiDòmhnaich"}
3578                    two{"an ceann {0} DhiDòmhnaich"}
3579                }
3580                past{
3581                    few{"o chionn {0} DiDòmhnaich"}
3582                    one{"o chionn {0} DiDòmhnaich"}
3583                    other{"o chionn {0} DiDòmhnaich"}
3584                    two{"o chionn {0} DhiDòmhnaich"}
3585                }
3586            }
3587        }
3588        sun-narrow{
3589            relative{
3590                "-1"{"Dò. ch."}
3591                "0"{"Dò."}
3592                "1"{"Dò. ti."}
3593            }
3594            relativeTime{
3595                future{
3596                    few{"an {0} DiD."}
3597                    one{"an {0} DiD."}
3598                    other{"an {0} DiD."}
3599                    two{"an {0} DhiD."}
3600                }
3601                past{
3602                    few{"o {0} DiD."}
3603                    one{"o {0} DiD."}
3604                    other{"o {0} DiD."}
3605                    two{"o {0} DhiD."}
3606                }
3607            }
3608        }
3609        sun-short{
3610            relative{
3611                "-1"{"DiD. sa chaidh"}
3612                "0"{"DiD."}
3613                "1"{"DiD. sa tighinn"}
3614            }
3615            relativeTime{
3616                future{
3617                    few{"an ceann {0} DiD."}
3618                    one{"an ceann {0} DiD."}
3619                    other{"an ceann {0} DiD."}
3620                    two{"an ceann {0} DhiD."}
3621                }
3622                past{
3623                    few{"o chionn {0} DiDòmhnaich"}
3624                    one{"o chionn {0} DiD."}
3625                    other{"o chionn {0} DiDòmhnaich"}
3626                    two{"o chionn {0} DhiD."}
3627                }
3628            }
3629        }
3630        thu{
3631            relative{
3632                "-1"{"DiarDaoin seo chaidh"}
3633                "0"{"DiarDaoin"}
3634                "1"{"DiarDaoin seo tighinn"}
3635            }
3636            relativeTime{
3637                future{
3638                    few{"an ceann {0} DiarDaoin"}
3639                    one{"an ceann {0} DiarDaoin"}
3640                    other{"an ceann {0} DiarDaoin"}
3641                    two{"an ceann {0} DhiarDaoin"}
3642                }
3643                past{
3644                    few{"o chionn {0} DiarDaoin"}
3645                    one{"o chionn {0} DiarDaoin"}
3646                    other{"o chionn {0} DiarDaoin"}
3647                    two{"o chionn {0} DhiarDaoin"}
3648                }
3649            }
3650        }
3651        thu-narrow{
3652            relative{
3653                "-1"{"Da. ch."}
3654                "0"{"Da."}
3655                "1"{"Da. ti."}
3656            }
3657            relativeTime{
3658                future{
3659                    few{"an {0} Dia."}
3660                    one{"an {0} Dia."}
3661                    other{"an {0} Dia."}
3662                    two{"an {0} Dhia."}
3663                }
3664                past{
3665                    few{"o {0} Dia."}
3666                    one{"o {0} Dia."}
3667                    other{"o {0} Dia."}
3668                    two{"o {0} Dhia."}
3669                }
3670            }
3671        }
3672        thu-short{
3673            relative{
3674                "-1"{"Dia. sa chaidh"}
3675                "0"{"Dia."}
3676                "1"{"Dia. sa tighinn"}
3677            }
3678            relativeTime{
3679                future{
3680                    few{"an ceann {0} Dia."}
3681                    one{"an ceann {0} Dia."}
3682                    other{"an ceann {0} Dia."}
3683                    two{"an ceann {0} Dhia."}
3684                }
3685                past{
3686                    few{"o chionn {0} Dia."}
3687                    one{"o chionn {0} Dia."}
3688                    other{"o chionn {0} Dia."}
3689                    two{"o chionn {0} Dhia."}
3690                }
3691            }
3692        }
3693        tue{
3694            relative{
3695                "-1"{"DiMàirt seo chaidh"}
3696                "0"{"DiMàirt"}
3697                "1"{"DiMàirt seo tighinn"}
3698            }
3699            relativeTime{
3700                future{
3701                    few{"an ceann {0} DiMàirt"}
3702                    one{"an ceann {0} DiMàirt"}
3703                    other{"an ceann {0} DiMàirt"}
3704                    two{"an ceann {0} DhiMàirt"}
3705                }
3706                past{
3707                    few{"o chionn {0} DiMàirt"}
3708                    one{"o chionn {0} DiMàirt"}
3709                    other{"o chionn {0} DiMàirt"}
3710                    two{"o chionn {0} DhiMàirt"}
3711                }
3712            }
3713        }
3714        tue-narrow{
3715            relative{
3716                "-1"{"Mà. ch."}
3717                "0"{"Mà."}
3718                "1"{"Mà. ti."}
3719            }
3720            relativeTime{
3721                future{
3722                    few{"an {0} DiM."}
3723                    one{"an {0} DiM."}
3724                    other{"an {0} DiM."}
3725                    two{"an {0} DhiM."}
3726                }
3727                past{
3728                    few{"o {0} DiM."}
3729                    one{"o {0} DiM."}
3730                    other{"o {0} DiM."}
3731                    two{"o {0} DhiM."}
3732                }
3733            }
3734        }
3735        tue-short{
3736            relative{
3737                "-1"{"DiM. sa chaidh"}
3738                "0"{"DiM."}
3739                "1"{"DiM. sa tighinn"}
3740            }
3741            relativeTime{
3742                future{
3743                    few{"an ceann {0} DiM."}
3744                    one{"an ceann {0} DiM."}
3745                    other{"an ceann {0} DiM."}
3746                    two{"an ceann {0} DhiM."}
3747                }
3748                past{
3749                    few{"o chionn {0} DiM."}
3750                    one{"o chionn {0} DiM."}
3751                    other{"o chionn {0} DiM."}
3752                    two{"o chionn {0} DhiM."}
3753                }
3754            }
3755        }
3756        wed{
3757            relative{
3758                "-1"{"DiCiadain seo chaidh"}
3759                "0"{"DiCiadain"}
3760                "1"{"DiCiadain seo tighinn"}
3761            }
3762            relativeTime{
3763                future{
3764                    few{"an ceann {0} DiCiadain"}
3765                    one{"an ceann {0} DiCiadain"}
3766                    other{"an ceann {0} DiCiadain"}
3767                    two{"an ceann {0} DhiCiadain"}
3768                }
3769                past{
3770                    few{"o chionn {0} DiCiadain"}
3771                    one{"o chionn {0} DiCiadain"}
3772                    other{"o chionn {0} DiCiadain"}
3773                    two{"o chionn {0} DhiCiadain"}
3774                }
3775            }
3776        }
3777        wed-narrow{
3778            relative{
3779                "-1"{"Ci. ch."}
3780                "0"{"Ci."}
3781                "1"{"Ci. ti."}
3782            }
3783            relativeTime{
3784                future{
3785                    few{"an {0} DiC."}
3786                    one{"an {0} DiC."}
3787                    other{"an {0} DiC."}
3788                    two{"an {0} DhiC."}
3789                }
3790                past{
3791                    few{"o {0} DiC."}
3792                    one{"o {0} DiC."}
3793                    other{"o {0} DiC."}
3794                    two{"o {0} DhiC."}
3795                }
3796            }
3797        }
3798        wed-short{
3799            relative{
3800                "-1"{"DiC. sa chaidh"}
3801                "0"{"DiC."}
3802                "1"{"DiC. sa tighinn"}
3803            }
3804            relativeTime{
3805                future{
3806                    few{"an ceann {0} DiC."}
3807                    one{"an ceann {0} DiC."}
3808                    other{"an ceann {0} DiC."}
3809                    two{"an ceann {0} DhiC."}
3810                }
3811                past{
3812                    few{"o chionn {0} DiC."}
3813                    one{"o chionn {0} DiC."}
3814                    other{"o chionn {0} DiC."}
3815                    two{"o chionn {0} DhiC."}
3816                }
3817            }
3818        }
3819        week{
3820            dn{"seachdain"}
3821            relative{
3822                "-1"{"an t-seachdain seo chaidh"}
3823                "0"{"an t-seachdain seo"}
3824                "1"{"an ath-sheachdain"}
3825            }
3826            relativePeriod{"an t-seachdain aig {0}"}
3827            relativeTime{
3828                future{
3829                    few{"an ceann {0} seachdainean"}
3830                    one{"an ceann {0} seachdain"}
3831                    other{"an ceann {0} seachdain"}
3832                    two{"an ceann {0} sheachdain"}
3833                }
3834                past{
3835                    few{"{0} seachdainean air ais"}
3836                    one{"{0} seachdain air ais"}
3837                    other{"{0} seachdain air ais"}
3838                    two{"{0} sheachdain air ais"}
3839                }
3840            }
3841        }
3842        week-narrow{
3843            dn{"sn."}
3844            relative{
3845                "-1"{"sn. ch."}
3846                "0"{"an t-sn. seo"}
3847                "1"{"ath-shn."}
3848            }
3849            relativePeriod{"an t-seachdain aig {0}"}
3850            relativeTime{
3851                future{
3852                    few{"+{0} sn."}
3853                    one{"+{0} sn."}
3854                    other{"+{0} sn."}
3855                    two{"+{0} sn."}
3856                }
3857                past{
3858                    few{"-{0} sn."}
3859                    one{"-{0} sn."}
3860                    other{"-{0} sn."}
3861                    two{"-{0} sn."}
3862                }
3863            }
3864        }
3865        week-short{
3866            dn{"seachd."}
3867            relative{
3868                "-1"{"seachd. sa chaidh"}
3869                "0"{"an t-seachd. seo"}
3870                "1"{"an ath-sheachd."}
3871            }
3872            relativePeriod{"an t-seachdain aig {0}"}
3873            relativeTime{
3874                future{
3875                    few{"an {0} seachd."}
3876                    one{"an {0} sheachd."}
3877                    other{"an {0} seachd."}
3878                    two{"an {0} sheachd."}
3879                }
3880                past{
3881                    few{"o {0} seachd."}
3882                    one{"o {0} sheachd."}
3883                    other{"o {0} seachd."}
3884                    two{"o {0} sheachd."}
3885                }
3886            }
3887        }
3888        weekOfMonth{
3889            dn{"seachdain dhen mhìos"}
3890        }
3891        weekOfMonth-narrow{
3892            dn{"seachd. mìos"}
3893        }
3894        weekOfMonth-short{
3895            dn{"seachd. mìos"}
3896        }
3897        weekday{
3898            dn{"latha na seachdaine"}
3899        }
3900        weekday-narrow{
3901            dn{"là sn."}
3902        }
3903        weekday-short{
3904            dn{"là seachd."}
3905        }
3906        weekdayOfMonth{
3907            dn{"là na seachdaine dhen mhìos"}
3908        }
3909        weekdayOfMonth-narrow{
3910            dn{"là sn. mìos"}
3911        }
3912        weekdayOfMonth-short{
3913            dn{"là seachd. mìos"}
3914        }
3915        year{
3916            dn{"bliadhna"}
3917            relative{
3918                "-1"{"an-uiridh"}
3919                "-2"{"a-bhòn-uiridh"}
3920                "0"{"am bliadhna"}
3921                "1"{"an ath-bhliadhna"}
3922            }
3923            relativeTime{
3924                future{
3925                    few{"an ceann {0} bliadhnaichean"}
3926                    one{"an ceann {0} bhliadhna"}
3927                    other{"an ceann {0} bliadhna"}
3928                    two{"an ceann {0} bhliadhna"}
3929                }
3930                past{
3931                    few{"{0} bhliadhnaichean air ais"}
3932                    one{"{0} bhliadhna air ais"}
3933                    other{"{0} bliadhna air ais"}
3934                    two{"{0} bhliadhna air ais"}
3935                }
3936            }
3937        }
3938        year-narrow{
3939            dn{"bl."}
3940            relative{
3941                "-1"{"an-uir."}
3942                "-2"{"a-bh-uir."}
3943                "0"{"am bl."}
3944                "1"{"an ath-bhl."}
3945            }
3946            relativeTime{
3947                future{
3948                    few{"+{0} bl."}
3949                    one{"+{0} bhl."}
3950                    other{"+{0} bl."}
3951                    two{"+{0} bhl."}
3952                }
3953                past{
3954                    few{"-{0} bl."}
3955                    one{"-{0} bhl."}
3956                    other{"-{0} bl."}
3957                    two{"-{0} bhl."}
3958                }
3959            }
3960        }
3961        year-short{
3962            dn{"blia."}
3963            relative{
3964                "-1"{"an-uiridh"}
3965                "-2"{"a-bhòn-uiridh"}
3966                "0"{"am bliadhna"}
3967                "1"{"an ath-bhliadhna"}
3968            }
3969            relativeTime{
3970                future{
3971                    few{"an {0} blia."}
3972                    one{"an {0} bhlia."}
3973                    other{"an {0} blia."}
3974                    two{"an {0} bhlia."}
3975                }
3976                past{
3977                    few{"o {0} blia."}
3978                    one{"o {0} bhlia."}
3979                    other{"o {0} blia."}
3980                    two{"o {0} bhlia."}
3981                }
3982            }
3983        }
3984        zone{
3985            dn{"roinn-tìde"}
3986        }
3987        zone-narrow{
3988            dn{"roinn"}
3989        }
3990        zone-short{
3991            dn{"roinn"}
3992        }
3993    }
3994    listPattern{
3995        or{
3996            2{"{0} no {1}"}
3997            end{"{0} no {1}"}
3998            middle{"{0}, {1}"}
3999            start{"{0}, {1}"}
4000        }
4001        standard{
4002            2{"{0} agus {1}"}
4003            end{"{0} agus {1}"}
4004            middle{"{0}, {1}"}
4005            start{"{0}, {1}"}
4006        }
4007        standard-narrow{
4008            2{"{0}, {1}"}
4009            end{"{0}, {1}"}
4010            middle{"{0}, {1}"}
4011            start{"{0}, {1}"}
4012        }
4013        standard-short{
4014            2{"{0} is {1}"}
4015            end{"{0} is {1}"}
4016            middle{"{0}, {1}"}
4017            start{"{0}, {1}"}
4018        }
4019        unit{
4020            2{"{0} agus {1}"}
4021            end{"{0} agus {1}"}
4022            middle{"{0}, {1}"}
4023            start{"{0}, {1}"}
4024        }
4025        unit-narrow{
4026            2{"{0} {1}"}
4027            end{"{0} {1}"}
4028            middle{"{0} {1}"}
4029            start{"{0} {1}"}
4030        }
4031        unit-short{
4032            2{"{0} ’s {1}"}
4033            end{"{0} ’s {1}"}
4034            middle{"{0}, {1}"}
4035            start{"{0}, {1}"}
4036        }
4037    }
4038    measurementSystemNames{
4039        UK{"RA"}
4040        US{"SA"}
4041        metric{"Meatrach"}
4042    }
4043    parse{
4044        date{
4045            lenient{
4046                "[\\--/]",
4047                "[\\:∶]",
4048            }
4049        }
4050        general{
4051            lenient{
4052                "[.․。︒﹒.。]",
4053                "['ʼ՚᾽᾿’']",
4054                "[%٪﹪%]",
4055                "[؉‰]",
4056                "[\$﹩$$]",
4057                "[£₤]",
4058                "[¥¥]",
4059                "[₩₩]",
4060                "[₨₹{Rp}{Rs}]",
4061            }
4062        }
4063        number{
4064            lenient{
4065                "[\\-‒⁻₋−➖﹣-]",
4066                "[,،٫、︐︑﹐﹑,、]",
4067                "[+⁺₊➕﬩﹢+]",
4068            }
4069            stricter{
4070                "[,٫︐﹐,]",
4071                "[.․﹒.。]",
4072            }
4073        }
4074    }
4075}
4076