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

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

Issue 8801026: Update the pre-built ICU data file for the following changes: (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « source/data/locales/es.txt ('k') | source/data/locales/id.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) 2010 International Business Machines 3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/es_419.xml 6 // * Source File:<path>/common/main/es_419.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_419{ 9 es_419{
10 NumberElements{ 10 NumberElements{
11 latn{ 11 latn{
12 symbols{ 12 symbols{
13 decimal{"."} 13 decimal{"."}
14 group{","} 14 group{","}
15 } 15 }
16 } 16 }
17 } 17 }
18 Version{"2.0.47.42"} 18 Version{"2.0.47.42"}
19 calendar{
20 gregorian{
21 dayNames{
22 stand-alone{
23 narrow{
24 "D",
25 "L",
26 "M",
27 "M",
28 "J",
29 "V",
30 "S",
31 }
32 }
33 }
34 }
35 }
19 } 36 }
OLDNEW
« no previous file with comments | « source/data/locales/es.txt ('k') | source/data/locales/id.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698