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        latn{
22            patterns{
23                currencyFormat{"¤#,##0.00;¤-#,##0.00"}
24            }
25            symbols{
26                decimal{","}
27                group{"."}
28            }
29        }
30    }
31    Version{"2.0.47.67"}
32    calendar{
33        gregorian{
34            dayNames{
35                format{
36                    abbreviated{
37                        "sab",
38                        "ata",
39                        "mar",
40                        "pin",
41                        "sis",
42                        "tal",
43                        "arf",
44                    }
45                    wide{
46                        "sabaat",
47                        "ataasinngorneq",
48                        "marlunngorneq",
49                        "pingasunngorneq",
50                        "sisamanngorneq",
51                        "tallimanngorneq",
52                        "arfininngorneq",
53                    }
54                }
55            }
56            monthNames{
57                format{
58                    abbreviated{
59                        "jan",
60                        "feb",
61                        "mar",
62                        "apr",
63                        "maj",
64                        "jun",
65                        "jul",
66                        "aug",
67                        "sep",
68                        "okt",
69                        "nov",
70                        "dec",
71                    }
72                    wide{
73                        "januari",
74                        "februari",
75                        "martsi",
76                        "aprili",
77                        "maji",
78                        "juni",
79                        "juli",
80                        "augustusi",
81                        "septemberi",
82                        "oktoberi",
83                        "novemberi",
84                        "decemberi",
85                    }
86                }
87            }
88        }
89    }
90}
91