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

Side by Side Diff: source/data/locales/es_AR.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_419.txt ('k') | source/data/locales/es_BO.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_AR.xml 6 // * Source File: <path>/common/main/es_AR.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_AR{ 9 es_AR{
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.80"} 19 Version{"2.1.8.19"}
20 calendar{ 20 calendar{
21 generic{ 21 generic{
22 availableFormats{ 22 availableFormats{
23 MEd{"E d-M"} 23 MEd{"E d-M"}
24 yyyyM{"M-y G"} 24 yyyyM{"M-y G"}
25 } 25 }
26 } 26 }
27 gregorian{ 27 gregorian{
28 DateTimePatterns{ 28 DateTimePatterns{
29 "HH'h'''mm:ss zzzz", 29 "HH'h'''mm:ss zzzz",
30 "H:mm:ss z", 30 "h:mm:ss a z",
31 "H:mm:ss", 31 "h:mm:ss a",
32 "H:mm", 32 "h:mm a",
33 "EEEE, d 'de' MMMM 'de' y", 33 "EEEE, d 'de' MMMM 'de' y",
34 "d 'de' MMMM 'de' y", 34 "d 'de' MMMM 'de' y",
35 "d/M/y", 35 "d 'de' MMM 'de' y",
36 "d/M/yy", 36 "d/M/yy",
37 "{1} {0}", 37 "{1} {0}",
38 "{1}, {0}", 38 "{1}, {0}",
39 "{1}, {0}", 39 "{1}, {0}",
40 "{1} {0}", 40 "{1} {0}",
41 "{1} {0}", 41 "{1} {0}",
42 } 42 }
43 availableFormats{ 43 availableFormats{
44 MEd{"E d-M"} 44 MEd{"E d-M"}
45 yM{"M-y"} 45 yM{"M-y"}
46 } 46 }
47 } 47 }
48 } 48 }
49 } 49 }
OLDNEW
« no previous file with comments | « source/data/locales/es_419.txt ('k') | source/data/locales/es_BO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698