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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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_CL.txt ('k') | source/data/locales/es_CR.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) 2013 International Business Machines 3 // * Copyright (C) 2014 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_CO.xml 6 // * Source File: <path>/common/main/es_CO.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_CO{ 9 es_CO{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 symbols{ 13 symbols{
14 decimal{","} 14 decimal{","}
15 group{"."} 15 group{"."}
16 } 16 }
17 } 17 }
18 } 18 }
19 Version{"2.0.92.8"} 19 Version{"2.1.8.19"}
20 calendar{ 20 calendar{
21 generic{ 21 generic{
22 DateTimePatterns{ 22 DateTimePatterns{
23 "h:mm:ss a (zzzz)", 23 "h:mm:ss a (zzzz)",
24 "h:mm:ss a z", 24 "h:mm:ss a z",
25 "h:mm:ss a", 25 "h:mm:ss a",
26 "h:mm a", 26 "h:mm a",
27 "EEEE, d 'de' MMMM 'de' y G", 27 "EEEE, d 'de' MMMM 'de' y G",
28 "d 'de' MMMM 'de' y G", 28 "d 'de' MMMM 'de' y G",
29 "d/MM/y G", 29 "d/MM/y G",
30 "d/MM/yy GGGGG", 30 "d/MM/yy GGGGG",
31 "{1} {0}", 31 "{1} {0}",
32 "{1}, {0}", 32 "{1}, {0}",
33 "{1}, {0}", 33 "{1}, {0}",
34 "{1} {0}", 34 "{1} {0}",
35 "{1} {0}", 35 "{1} {0}",
36 } 36 }
37 } 37 }
38 gregorian{ 38 gregorian{
39 AmPmMarkersNarrow{
40 "a. m.",
41 "p. m.",
42 }
39 DateTimePatterns{ 43 DateTimePatterns{
40 "h:mm:ss a (zzzz)", 44 "h:mm:ss a (zzzz)",
41 "h:mm:ss a z", 45 "h:mm:ss a z",
42 "h:mm:ss a", 46 "h:mm:ss a",
43 "h:mm a", 47 "h:mm a",
44 "EEEE, d 'de' MMMM 'de' y", 48 "EEEE, d 'de' MMMM 'de' y",
45 "d 'de' MMMM 'de' y", 49 "d 'de' MMMM 'de' y",
46 "d/MM/y", 50 "d/MM/y",
47 "d/MM/yy", 51 "d/MM/yy",
48 "{1} {0}", 52 "{1} {0}",
49 "{1}, {0}", 53 "{1}, {0}",
50 "{1}, {0}", 54 "{1}, {0}",
51 "{1} {0}", 55 "{1} {0}",
52 "{1} {0}", 56 "{1} {0}",
53 } 57 }
54 } 58 }
55 } 59 }
56 } 60 }
OLDNEW
« no previous file with comments | « source/data/locales/es_CL.txt ('k') | source/data/locales/es_CR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698