Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: source/data/locales/es_UY.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/es_US.txt ('k') | source/data/locales/es_VE.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/es_UY.xml 6 // * Source File: <path>/common/main/es_UY.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_UY{ 9 es_UY{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 patterns{ 13 patterns{
14 accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"} 14 accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
15 currencyFormat{"¤ #,##0.00"} 15 currencyFormat{"¤ #,##0.00"}
16 } 16 }
17 symbols{ 17 symbols{
18 decimal{","} 18 decimal{","}
19 group{"."} 19 group{"."}
20 } 20 }
21 } 21 }
22 } 22 }
23 Version{"2.1.6.69"} 23 Version{"2.1.19.14"}
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 }
24 } 90 }
OLDNEW
« no previous file with comments | « source/data/locales/es_US.txt ('k') | source/data/locales/es_VE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698