1// ***************************************************************************
2// *
3// * Copyright (C) 2011 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_CL.xml
7// *
8// ***************************************************************************
9es_CL{
10    %%Parent{"es_419"}
11    NumberElements{
12        latn{
13            patterns{
14                currencyFormat{"¤#,##0.00;¤-#,##0.00"}
15            }
16            symbols{
17                decimal{","}
18                group{"."}
19            }
20        }
21    }
22    PaperSize:intvector{
23        279,
24        216,
25    }
26    Version{"2.0.58.84"}
27    calendar{
28        gregorian{
29            DateTimePatterns{
30                "HH:mm:ss zzzz",
31                "H:mm:ss z",
32                "H:mm:ss",
33                "H:mm",
34                "EEEE d 'de' MMMM 'de' y",
35                "d 'de' MMMM 'de' y",
36                "dd-MM-yyyy",
37                "dd-MM-yy",
38                "{1} {0}",
39                "{1} {0}",
40                "{1} {0}",
41                "{1} {0}",
42                "{1} {0}",
43            }
44            availableFormats{
45                MEd{"E, dd-MM"}
46                Md{"dd-MM"}
47                yM{"MM-yy"}
48                yMEd{"EEE dd-MM-yy"}
49                yMd{"dd-MM-yy"}
50            }
51        }
52    }
53}
54