1// ***************************************************************************
2// *
3// * Copyright (C) 2010 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/kl.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/kl.xml
11 */
12kl{
13    ExemplarCharacters{
14        "[a á â ã b c d e é ê f g h i í î ĩ j k l m n o ô p q ĸ r s t u ú û ũ v w x y"
15        " z æ ø å]"
16    }
17    LocaleScript{
18        "Latn",
19    }
20    NumberElements{
21        ",",
22        ".",
23        ";",
24        "%",
25        "0",
26        "#",
27        "-",
28        "E",
29        "‰",
30        "∞",
31        "NaN",
32        "+",
33    }
34    NumberPatterns{
35        "#,##0.###",
36        "¤#,##0.00;¤-#,##0.00",
37        "#,##0%",
38        "#E0",
39    }
40    Version{"2.0.47.67"}
41    calendar{
42        gregorian{
43            dayNames{
44                format{
45                    abbreviated{
46                        "sab",
47                        "ata",
48                        "mar",
49                        "pin",
50                        "sis",
51                        "tal",
52                        "arf",
53                    }
54                    wide{
55                        "sabaat",
56                        "ataasinngorneq",
57                        "marlunngorneq",
58                        "pingasunngorneq",
59                        "sisamanngorneq",
60                        "tallimanngorneq",
61                        "arfininngorneq",
62                    }
63                }
64            }
65            monthNames{
66                format{
67                    abbreviated{
68                        "jan",
69                        "feb",
70                        "mar",
71                        "apr",
72                        "maj",
73                        "jun",
74                        "jul",
75                        "aug",
76                        "sep",
77                        "okt",
78                        "nov",
79                        "dec",
80                    }
81                    wide{
82                        "januari",
83                        "februari",
84                        "martsi",
85                        "aprili",
86                        "maji",
87                        "juni",
88                        "juli",
89                        "augustusi",
90                        "septemberi",
91                        "oktoberi",
92                        "novemberi",
93                        "decemberi",
94                    }
95                }
96            }
97        }
98    }
99}
100