OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/en_IE.xml | 6 // * Source File: <path>/common/main/en_IE.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 en_IE{ | 9 en_IE{ |
10 %%Parent{"en_GB"} | 10 %%Parent{"en_GB"} |
11 Version{"2.0.92.80"} | 11 Version{"2.1.6.69"} |
12 calendar{ | 12 calendar{ |
13 generic{ | 13 generic{ |
14 DateTimePatterns{ | 14 DateTimePatterns{ |
15 "HH:mm:ss zzzz", | 15 "HH:mm:ss zzzz", |
16 "HH:mm:ss z", | 16 "HH:mm:ss z", |
17 "HH:mm:ss", | 17 "HH:mm:ss", |
18 "HH:mm", | 18 "HH:mm", |
19 "EEEE d MMMM y G", | 19 "EEEE d MMMM y G", |
20 "d MMMM y G", | 20 "d MMMM y G", |
21 "d MMM y G", | 21 "d MMM y G", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 } | 112 } |
113 DateTimePatterns{ | 113 DateTimePatterns{ |
114 "HH:mm:ss zzzz", | 114 "HH:mm:ss zzzz", |
115 "HH:mm:ss z", | 115 "HH:mm:ss z", |
116 "HH:mm:ss", | 116 "HH:mm:ss", |
117 "HH:mm", | 117 "HH:mm", |
118 "EEEE d MMMM y", | 118 "EEEE d MMMM y", |
119 "d MMMM y", | 119 "d MMMM y", |
120 "d MMM y", | 120 "d MMM y", |
121 "dd/MM/y", | 121 "dd/MM/y", |
122 "{1} {0}", | 122 "{1}, {0}", |
123 "{1} {0}", | 123 "{1} 'at' {0}", |
124 "{1} {0}", | 124 "{1} 'at' {0}", |
125 "{1} {0}", | 125 "{1}, {0}", |
126 "{1} {0}", | 126 "{1}, {0}", |
127 } | 127 } |
128 availableFormats{ | 128 availableFormats{ |
129 MEd{"E, d/M"} | 129 MEd{"E, d/M"} |
130 Md{"d/M"} | 130 Md{"d/M"} |
131 yMEd{"E, d/M/y"} | 131 yMEd{"E, d/M/y"} |
132 yMMMEd{"E d MMM y"} | 132 yMMMEd{"E d MMM y"} |
133 yMd{"d/M/y"} | 133 yMd{"d/M/y"} |
134 } | 134 } |
135 intervalFormats{ | 135 intervalFormats{ |
136 Hm{ | 136 Hm{ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 } | 199 } |
200 yMd{ | 200 yMd{ |
201 M{"dd/MM/y - dd/MM/y"} | 201 M{"dd/MM/y - dd/MM/y"} |
202 d{"dd/MM/y - dd/MM/y"} | 202 d{"dd/MM/y - dd/MM/y"} |
203 y{"dd/MM/y - dd/MM/y"} | 203 y{"dd/MM/y - dd/MM/y"} |
204 } | 204 } |
205 } | 205 } |
206 } | 206 } |
207 } | 207 } |
208 } | 208 } |
OLD | NEW |