• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3es_UY{
4    %%Parent{"es_419"}
5    NumberElements{
6        latn{
7            patterns{
8                accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
9                currencyFormat{"¤ #,##0.00"}
10            }
11            symbols{
12                decimal{","}
13                group{"."}
14            }
15        }
16    }
17    Version{"36.1"}
18    calendar{
19        gregorian{
20            AmPmMarkers{
21                "a. m.",
22                "p. m.",
23            }
24            AmPmMarkersAbbr{
25                "a. m.",
26                "p. m.",
27            }
28            dayPeriod{
29                stand-alone{
30                    abbreviated{
31                        am{"a. m."}
32                        pm{"p. m."}
33                    }
34                    wide{
35                        am{"a. m."}
36                        pm{"p. m."}
37                    }
38                }
39            }
40            monthNames{
41                format{
42                    abbreviated{
43                        "ene.",
44                        "feb.",
45                        "mar.",
46                        "abr.",
47                        "may.",
48                        "jun.",
49                        "jul.",
50                        "ago.",
51                        "set.",
52                        "oct.",
53                        "nov.",
54                        "dic.",
55                    }
56                    wide{
57                        "enero",
58                        "febrero",
59                        "marzo",
60                        "abril",
61                        "mayo",
62                        "junio",
63                        "julio",
64                        "agosto",
65                        "setiembre",
66                        "octubre",
67                        "noviembre",
68                        "diciembre",
69                    }
70                }
71                stand-alone{
72                    abbreviated{
73                        "Ene.",
74                        "Feb.",
75                        "Mar.",
76                        "Abr.",
77                        "May.",
78                        "Jun.",
79                        "Jul.",
80                        "Ago.",
81                        "Set.",
82                        "Oct.",
83                        "Nov.",
84                        "Dic.",
85                    }
86                    wide{
87                        "Enero",
88                        "Febrero",
89                        "Marzo",
90                        "Abril",
91                        "Mayo",
92                        "Junio",
93                        "Julio",
94                        "Agosto",
95                        "Setiembre",
96                        "Octubre",
97                        "Noviembre",
98                        "Diciembre",
99                    }
100                }
101            }
102        }
103    }
104}
105