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

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

Issue 247663002: Trim unit* sections in data/locales/* (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/ca.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/bn_IN.xml 6 // * Source File: <path>/common/main/bn_IN.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 bn_IN{ 9 bn_IN{
10 Ellipsis{ 10 Ellipsis{
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 } 159 }
160 } 160 }
161 } 161 }
162 } 162 }
163 fields{ 163 fields{
164 dayperiod{ 164 dayperiod{
165 dn{"AM/PM"} 165 dn{"AM/PM"}
166 } 166 }
167 } 167 }
168 unitsNarrow{ 168 unitsNarrow{
169 angle{
170 arc-second{
171 one{"{0}″"}
172 other{"{0}″"}
173 }
174 }
175 area{
176 square-kilometer{
177 one{"{0} km²"}
178 other{"{0} km²"}
179 }
180 square-mile{
181 one{"{0} mi²"}
182 other{"{0} mi²"}
183 }
184 }
185 speed{
186 kilometer-per-hour{
187 one{"{0} kph"}
188 other{"{0} kph"}
189 }
190 meter-per-second{
191 one{"{0} m/s"}
192 other{"{0} m/s"}
193 }
194 mile-per-hour{
195 one{"{0} mph"}
196 other{"{0} mph"}
197 }
198 }
199 volume{
200 cubic-kilometer{
201 one{"{0} km³"}
202 other{"{0} km³"}
203 }
204 cubic-mile{
205 one{"{0}mi³"}
206 other{"{0} mi³"}
207 }
208 }
209 } 169 }
210 } 170 }
OLDNEW
« no previous file with comments | « icu52/source/data/locales/bn.txt ('k') | icu52/source/data/locales/ca.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698