• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/kw.xml
7// *
8// ***************************************************************************
9kw{
10    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]"}
11    NumberElements{
12        latn{
13            patterns{
14                currencyFormat{"¤#,##0.00"}
15            }
16        }
17    }
18    Version{"2.1.12.32"}
19    calendar{
20        gregorian{
21            AmPmMarkers{
22                "a.m.",
23                "p.m.",
24            }
25            dayNames{
26                format{
27                    abbreviated{
28                        "Sul",
29                        "Lun",
30                        "Mth",
31                        "Mhr",
32                        "Yow",
33                        "Gwe",
34                        "Sad",
35                    }
36                    wide{
37                        "dy Sul",
38                        "dy Lun",
39                        "dy Meurth",
40                        "dy Merher",
41                        "dy Yow",
42                        "dy Gwener",
43                        "dy Sadorn",
44                    }
45                }
46            }
47            eras{
48                abbreviated{
49                    "RC",
50                    "AD",
51                }
52            }
53            monthNames{
54                format{
55                    abbreviated{
56                        "Gen",
57                        "Hwe",
58                        "Meu",
59                        "Ebr",
60                        "Me",
61                        "Met",
62                        "Gor",
63                        "Est",
64                        "Gwn",
65                        "Hed",
66                        "Du",
67                        "Kev",
68                    }
69                    wide{
70                        "mis Genver",
71                        "mis Hwevrer",
72                        "mis Meurth",
73                        "mis Ebrel",
74                        "mis Me",
75                        "mis Metheven",
76                        "mis Gortheren",
77                        "mis Est",
78                        "mis Gwynngala",
79                        "mis Hedra",
80                        "mis Du",
81                        "mis Kevardhu",
82                    }
83                }
84            }
85        }
86    }
87}
88