]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
4388f060 | 3 | // * Copyright (C) 2012 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/es_AR.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | es_AR{ |
4388f060 A |
10 | %%Parent{"es_419"} |
11 | NumberElements{ | |
12 | latn{ | |
13 | symbols{ | |
14 | decimal{","} | |
15 | group{"."} | |
16 | } | |
17 | } | |
18 | } | |
19 | Version{"2.0.61.44"} | |
374ca955 A |
20 | calendar{ |
21 | gregorian{ | |
22 | DateTimePatterns{ | |
729e4ab9 | 23 | "HH'h'''mm:ss zzzz", |
374ca955 A |
24 | "H:mm:ss z", |
25 | "HH:mm:ss", | |
26 | "HH:mm", | |
4388f060 | 27 | "EEEE, d 'de' MMMM 'de' y", |
729e4ab9 | 28 | "d 'de' MMMM 'de' y", |
374ca955 A |
29 | "dd/MM/yyyy", |
30 | "dd/MM/yy", | |
31 | "{1} {0}", | |
729e4ab9 A |
32 | "{1} {0}", |
33 | "{1} {0}", | |
34 | "{1} {0}", | |
35 | "{1} {0}", | |
374ca955 | 36 | } |
46f4442e A |
37 | availableFormats{ |
38 | MEd{"E d-M"} | |
39 | yM{"M-yyyy"} | |
40 | } | |
374ca955 | 41 | } |
b75a7d8f A |
42 | } |
43 | } |