]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2016 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 | // *************************************************************************** | |
9 | kw{ | |
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.23.7"} | |
19 | calendar{ | |
20 | gregorian{ | |
21 | AmPmMarkers{ | |
22 | "a.m.", | |
23 | "p.m.", | |
24 | } | |
25 | AmPmMarkersAbbr{ | |
26 | "a.m.", | |
27 | "p.m.", | |
28 | } | |
29 | dayNames{ | |
30 | format{ | |
31 | abbreviated{ | |
32 | "Sul", | |
33 | "Lun", | |
34 | "Mth", | |
35 | "Mhr", | |
36 | "Yow", | |
37 | "Gwe", | |
38 | "Sad", | |
39 | } | |
40 | wide{ | |
41 | "dy Sul", | |
42 | "dy Lun", | |
43 | "dy Meurth", | |
44 | "dy Merher", | |
45 | "dy Yow", | |
46 | "dy Gwener", | |
47 | "dy Sadorn", | |
48 | } | |
49 | } | |
50 | } | |
51 | eras{ | |
52 | abbreviated{ | |
53 | "RC", | |
54 | "AD", | |
55 | } | |
56 | } | |
57 | monthNames{ | |
58 | format{ | |
59 | abbreviated{ | |
60 | "Gen", | |
61 | "Hwe", | |
62 | "Meu", | |
63 | "Ebr", | |
64 | "Me", | |
65 | "Met", | |
66 | "Gor", | |
67 | "Est", | |
68 | "Gwn", | |
69 | "Hed", | |
70 | "Du", | |
71 | "Kev", | |
72 | } | |
73 | wide{ | |
74 | "mis Genver", | |
75 | "mis Hwevrer", | |
76 | "mis Meurth", | |
77 | "mis Ebrel", | |
78 | "mis Me", | |
79 | "mis Metheven", | |
80 | "mis Gortheren", | |
81 | "mis Est", | |
82 | "mis Gwynngala", | |
83 | "mis Hedra", | |
84 | "mis Du", | |
85 | "mis Kevardhu", | |
86 | } | |
87 | } | |
88 | } | |
89 | } | |
90 | } | |
91 | } |