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

Side by Side Diff: icu52/source/data/locales/es.txt

Issue 232773005: ICU 52 local change part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/locales/bn.txt ('k') | icu52/source/data/locales/gu.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) 2013 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.xml 6 // * Source File: <path>/common/main/es.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/es.xml 10 * ICU <specials> source: <path>/common/main/es.xml
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 } 142 }
143 100000000000000{ 143 100000000000000{
144 one{"000B"} 144 one{"000B"}
145 other{"000B"} 145 other{"000B"}
146 } 146 }
147 } 147 }
148 } 148 }
149 symbols{ 149 symbols{
150 decimal{","} 150 decimal{","}
151 exponential{"E"} 151 exponential{"E"}
152 group{" "} 152 // Chromium patch: see unicode.org/cldr/trac/ticket/6852
153 group{"."}
153 infinity{"∞"} 154 infinity{"∞"}
154 list{";"} 155 list{";"}
155 minusSign{"-"} 156 minusSign{"-"}
156 nan{"NaN"} 157 nan{"NaN"}
157 perMille{"‰"} 158 perMille{"‰"}
158 percentSign{"%"} 159 percentSign{"%"}
159 plusSign{"+"} 160 plusSign{"+"}
160 superscriptingExponent{"×"} 161 superscriptingExponent{"×"}
161 } 162 }
162 } 163 }
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1661 one{"{0} mi³"} 1662 one{"{0} mi³"}
1662 other{"{0} mi³"} 1663 other{"{0} mi³"}
1663 } 1664 }
1664 liter{ 1665 liter{
1665 one{"{0} l"} 1666 one{"{0} l"}
1666 other{"{0} l"} 1667 other{"{0} l"}
1667 } 1668 }
1668 } 1669 }
1669 } 1670 }
1670 } 1671 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/bn.txt ('k') | icu52/source/data/locales/gu.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698