]>
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/ga_IE.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | ga_IE{ |
10 | Currencies{ | |
11 | IEP{ | |
12 | "£", | |
13 | "Punt Éireannach", | |
14 | } | |
b75a7d8f | 15 | } |
374ca955 | 16 | NumberPatterns{ |
73c04bcf A |
17 | "#,##0.###", |
18 | "¤#,##0.00", | |
b75a7d8f A |
19 | "#,##0%", |
20 | "#E0", | |
21 | } | |
73c04bcf | 22 | Version{"1.39"} |
374ca955 A |
23 | calendar{ |
24 | gregorian{ | |
73c04bcf A |
25 | DateTimeElements:intvector{ |
26 | 1, | |
27 | 1, | |
28 | } | |
374ca955 A |
29 | DateTimePatterns{ |
30 | "HH:mm:ss z", | |
31 | "HH:mm:ss z", | |
32 | "HH:mm:ss", | |
33 | "HH:mm", | |
34 | "EEEE d MMMM yyyy", | |
35 | "d MMMM yyyy", | |
36 | "d MMM yyyy", | |
37 | "dd/MM/yyyy", | |
38 | "{1} {0}", | |
39 | } | |
40 | } | |
41 | } | |
b75a7d8f | 42 | } |