• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/kw.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/kw.xml
11 */
12kw{
13    ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
14    LocaleScript{
15        "Latn",
16    }
17    NumberPatterns{
18        "#,##0.###",
19        "¤#,##0.00",
20        "#,##0%",
21        "#E0",
22    }
23    Version{"2.0.47.67"}
24    calendar{
25        gregorian{
26            AmPmMarkers{
27                "a.m.",
28                "p.m.",
29            }
30            dayNames{
31                format{
32                    abbreviated{
33                        "Sul",
34                        "Lun",
35                        "Mth",
36                        "Mhr",
37                        "Yow",
38                        "Gwe",
39                        "Sad",
40                    }
41                    wide{
42                        "De Sul",
43                        "De Lun",
44                        "De Merth",
45                        "De Merher",
46                        "De Yow",
47                        "De Gwener",
48                        "De Sadorn",
49                    }
50                }
51            }
52            eras{
53                abbreviated{
54                    "RC",
55                    "AD",
56                }
57            }
58            monthNames{
59                format{
60                    abbreviated{
61                        "Gen",
62                        "Whe",
63                        "Mer",
64                        "Ebr",
65                        "Me",
66                        "Efn",
67                        "Gor",
68                        "Est",
69                        "Gwn",
70                        "Hed",
71                        "Du",
72                        "Kev",
73                    }
74                    wide{
75                        "Mys Genver",
76                        "Mys Whevrel",
77                        "Mys Merth",
78                        "Mys Ebrel",
79                        "Mys Me",
80                        "Mys Efan",
81                        "Mys Gortheren",
82                        "Mye Est",
83                        "Mys Gwyngala",
84                        "Mys Hedra",
85                        "Mys Du",
86                        "Mys Kevardhu",
87                    }
88                }
89            }
90        }
91    }
92}
93