1// ***************************************************************************
2// *
3// * Copyright (C) 2010 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/es_US.xml
7// *
8// ***************************************************************************
9es_US{
10    MeasurementSystem:int{1}
11    NumberElements{
12        latn{
13            symbols{
14                decimal{"."}
15                group{","}
16            }
17        }
18    }
19    PaperSize:intvector{
20        279,
21        216,
22    }
23    Version{"2.0.45.82"}
24    calendar{
25        gregorian{
26            DateTimeElements:intvector{
27                1,
28                4,
29            }
30            DateTimePatterns{
31                "h:mm:ss a zzzz",
32                "h:mm:ss a z",
33                "h:mm:ss a",
34                "h:mm a",
35                "EEEE d 'de' MMMM 'de' y",
36                "d 'de' MMMM 'de' y",
37                "MMM d, y",
38                "M/d/yy",
39                "{1} {0}",
40                "{1} {0}",
41                "{1} {0}",
42                "{1} {0}",
43                "{1} {0}",
44            }
45            availableFormats{
46                MMd{"MM/d"}
47                Md{"M/d"}
48            }
49        }
50    }
51}
52