]>
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/es_PR.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | es_PR{ |
10 | Currencies{ | |
11 | USD{ | |
12 | "$", | |
13 | "Dólar Americano", | |
14 | } | |
b75a7d8f | 15 | } |
73c04bcf A |
16 | NumberElements{ |
17 | ".", | |
18 | ",", | |
19 | ";", | |
20 | "%", | |
21 | "0", | |
22 | "#", | |
23 | "-", | |
24 | "E", | |
25 | "‰", | |
26 | "∞", | |
27 | "NaN", | |
28 | "+", | |
29 | } | |
30 | Version{"1.43"} | |
374ca955 A |
31 | calendar{ |
32 | gregorian{ | |
33 | DateTimePatterns{ | |
34 | "hh:mm:ss a z", | |
35 | "hh:mm:ss a z", | |
36 | "hh:mm:ss a", | |
37 | "hh:mm a", | |
38 | "EEEE d' de 'MMMM' de 'yyyy", | |
39 | "d' de 'MMMM' de 'yyyy", | |
40 | "MM/dd/yyyy", | |
41 | "MM/dd/yy", | |
42 | "{1} {0}", | |
43 | } | |
44 | } | |
b75a7d8f A |
45 | } |
46 | } |