]>
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/gv.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/main/gv.xml |
374ca955 A |
11 | */ |
12 | gv{ | |
13 | Countries{ | |
14 | GB{"Rywvaneth Unys"} | |
b75a7d8f | 15 | } |
73c04bcf | 16 | ExemplarCharacters{"[a-c ç d-z]"} |
374ca955 A |
17 | Languages{ |
18 | gv{"Gaelg"} | |
b75a7d8f | 19 | } |
374ca955 A |
20 | LocaleScript{ |
21 | "Latn", | |
b75a7d8f | 22 | } |
73c04bcf | 23 | Version{"1.38"} |
374ca955 A |
24 | calendar{ |
25 | gregorian{ | |
26 | AmPmMarkers{ | |
27 | "a.m.", | |
28 | "p.m.", | |
29 | } | |
30 | dayNames{ | |
31 | format{ | |
32 | abbreviated{ | |
33 | "Jed", | |
34 | "Jel", | |
35 | "Jem", | |
36 | "Jerc", | |
37 | "Jerd", | |
38 | "Jeh", | |
39 | "Jes", | |
40 | } | |
41 | wide{ | |
42 | "Jedoonee", | |
43 | "Jelhein", | |
44 | "Jemayrt", | |
45 | "Jercean", | |
46 | "Jerdein", | |
47 | "Jeheiney", | |
48 | "Jesarn", | |
49 | } | |
50 | } | |
51 | } | |
52 | eras{ | |
53 | abbreviated{ | |
54 | "RC", | |
55 | "AD", | |
56 | } | |
57 | } | |
58 | monthNames{ | |
59 | format{ | |
60 | abbreviated{ | |
61 | "J-guer", | |
62 | "T-arree", | |
63 | "Mayrnt", | |
64 | "Avrril", | |
65 | "Boaldyn", | |
66 | "M-souree", | |
67 | "J-souree", | |
68 | "Luanistyn", | |
69 | "M-fouyir", | |
70 | "J-fouyir", | |
71 | "M.Houney", | |
72 | "M.Nollick", | |
73 | } | |
74 | wide{ | |
75 | "Jerrey-geuree", | |
76 | "Toshiaght-arree", | |
77 | "Mayrnt", | |
78 | "Averil", | |
79 | "Boaldyn", | |
80 | "Mean-souree", | |
81 | "Jerrey-souree", | |
82 | "Luanistyn", | |
83 | "Mean-fouyir", | |
84 | "Jerrey-fouyir", | |
85 | "Mee Houney", | |
86 | "Mee ny Nollick", | |
87 | } | |
88 | } | |
89 | } | |
90 | } | |
b75a7d8f | 91 | } |
b75a7d8f | 92 | } |