]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
46f4442e | 3 | // * Copyright (C) 2008 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/kw.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/main/kw.xml |
374ca955 | 11 | */ |
b75a7d8f | 12 | kw{ |
374ca955 A |
13 | Countries{ |
14 | GB{"Rywvaneth Unys"} | |
b75a7d8f | 15 | } |
374ca955 A |
16 | ExemplarCharacters{"[a-z]"} |
17 | Languages{ | |
18 | kw{"kernewek"} | |
b75a7d8f | 19 | } |
374ca955 A |
20 | LocaleScript{ |
21 | "Latn", | |
b75a7d8f | 22 | } |
46f4442e A |
23 | NumberPatterns{ |
24 | "#,##0.###", | |
25 | "¤#,##0.00", | |
26 | "#,##0%", | |
27 | "#E0", | |
28 | } | |
29 | Version{"1.50"} | |
374ca955 A |
30 | calendar{ |
31 | gregorian{ | |
32 | AmPmMarkers{ | |
33 | "a.m.", | |
34 | "p.m.", | |
35 | } | |
36 | dayNames{ | |
37 | format{ | |
38 | abbreviated{ | |
39 | "Sul", | |
40 | "Lun", | |
41 | "Mth", | |
42 | "Mhr", | |
43 | "Yow", | |
44 | "Gwe", | |
45 | "Sad", | |
46 | } | |
47 | wide{ | |
48 | "De Sul", | |
49 | "De Lun", | |
50 | "De Merth", | |
51 | "De Merher", | |
52 | "De Yow", | |
53 | "De Gwener", | |
54 | "De Sadorn", | |
55 | } | |
56 | } | |
57 | } | |
58 | eras{ | |
59 | abbreviated{ | |
60 | "RC", | |
61 | "AD", | |
62 | } | |
63 | } | |
64 | monthNames{ | |
65 | format{ | |
66 | abbreviated{ | |
67 | "Gen", | |
68 | "Whe", | |
69 | "Mer", | |
70 | "Ebr", | |
71 | "Me", | |
72 | "Efn", | |
73 | "Gor", | |
74 | "Est", | |
75 | "Gwn", | |
76 | "Hed", | |
77 | "Du", | |
78 | "Kev", | |
79 | } | |
80 | wide{ | |
81 | "Mys Genver", | |
82 | "Mys Whevrel", | |
83 | "Mys Merth", | |
84 | "Mys Ebrel", | |
85 | "Mys Me", | |
86 | "Mys Efan", | |
87 | "Mys Gortheren", | |
88 | "Mye Est", | |
89 | "Mys Gwyngala", | |
90 | "Mys Hedra", | |
91 | "Mys Du", | |
92 | "Mys Kevardhu", | |
93 | } | |
94 | } | |
95 | } | |
96 | } | |
b75a7d8f | 97 | } |
b75a7d8f | 98 | } |