• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/es_UY.xml
7// *
8// ***************************************************************************
9es_UY{
10    %%Parent{"es_419"}
11    NumberElements{
12        latn{
13            patterns{
14                accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
15                currencyFormat{"¤ #,##0.00"}
16            }
17            symbols{
18                decimal{","}
19                group{"."}
20            }
21        }
22    }
23    Version{"2.1.11.86"}
24    calendar{
25        gregorian{
26            monthNames{
27                format{
28                    abbreviated{
29                        "ene.",
30                        "feb.",
31                        "mar.",
32                        "abr.",
33                        "may.",
34                        "jun.",
35                        "jul.",
36                        "ago.",
37                        "set.",
38                        "oct.",
39                        "nov.",
40                        "dic.",
41                    }
42                    wide{
43                        "enero",
44                        "febrero",
45                        "marzo",
46                        "abril",
47                        "mayo",
48                        "junio",
49                        "julio",
50                        "agosto",
51                        "setiembre",
52                        "octubre",
53                        "noviembre",
54                        "diciembre",
55                    }
56                }
57                stand-alone{
58                    abbreviated{
59                        "Ene.",
60                        "Feb.",
61                        "Mar.",
62                        "Abr.",
63                        "May.",
64                        "Jun.",
65                        "Jul.",
66                        "Ago.",
67                        "Set.",
68                        "Oct.",
69                        "Nov.",
70                        "Dic.",
71                    }
72                    wide{
73                        "Enero",
74                        "Febrero",
75                        "Marzo",
76                        "Abril",
77                        "Mayo",
78                        "Junio",
79                        "Julio",
80                        "Agosto",
81                        "Setiembre",
82                        "Octubre",
83                        "Noviembre",
84                        "Diciembre",
85                    }
86                }
87            }
88        }
89    }
90}
91