]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 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 | } |
73c04bcf | 23 | Version{"1.37"} |
374ca955 A |
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 | } | |
b75a7d8f | 91 | } |
b75a7d8f | 92 | } |