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

Side by Side Diff: source/data/locales/brx.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/br_FR.txt ('k') | source/data/locales/brx_IN.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/brx.xml 6 // * Source File: <path>/common/main/brx.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/brx.xml 10 * ICU <specials> source: <path>/common/main/brx.xml
11 */ 11 */
12 brx{ 12 brx{
13 AuxExemplarCharacters{"[\u200C\u200D]"} 13 AuxExemplarCharacters{"[\u200C\u200D]"}
(...skipping 26 matching lines...) Expand all
40 list{";"} 40 list{";"}
41 minusSign{"-"} 41 minusSign{"-"}
42 nan{"NaN"} 42 nan{"NaN"}
43 perMille{"‰"} 43 perMille{"‰"}
44 percentSign{"%"} 44 percentSign{"%"}
45 plusSign{"+"} 45 plusSign{"+"}
46 } 46 }
47 } 47 }
48 native{"deva"} 48 native{"deva"}
49 } 49 }
50 Version{"2.0.92.87"} 50 Version{"2.1.8.9"}
51 calendar{ 51 calendar{
52 generic{ 52 generic{
53 DateTimePatterns{ 53 DateTimePatterns{
54 "h:mm:ss a zzzz", 54 "h:mm:ss a zzzz",
55 "h:mm:ss a z", 55 "h:mm:ss a z",
56 "h:mm:ss a", 56 "h:mm:ss a",
57 "h:mm a", 57 "h:mm a",
58 "EEEE, MMMM d, y G", 58 "EEEE, MMMM d, y G",
59 "MMMM d, y G", 59 "MMMM d, y G",
60 "MMM d, y G", 60 "MMM d, y G",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 dn{"बोसोर"} 282 dn{"बोसोर"}
283 } 283 }
284 zone{ 284 zone{
285 dn{"ओनसोल"} 285 dn{"ओनसोल"}
286 } 286 }
287 } 287 }
288 measurementSystemNames{ 288 measurementSystemNames{
289 US{"यु.एस"} 289 US{"यु.एस"}
290 metric{"मिथार खिलमिथार"} 290 metric{"मिथार खिलमिथार"}
291 } 291 }
292 units{
293 duration{
294 day{
295 one{"{0} सान"}
296 other{"{0} सान"}
297 }
298 hour{
299 one{"{0} रिंगा"}
300 other{"{0} घंटे"}
301 }
302 minute{
303 one{"{0} मिन."}
304 other{"{0} मिन."}
305 }
306 month{
307 one{"{0} महीना"}
308 other{"{0} महीने"}
309 }
310 second{
311 one{"{0} सेकं."}
312 other{"{0} सेकं."}
313 }
314 week{
315 one{"{0} सप्ताह"}
316 other{"{0} सप्ताह"}
317 }
318 year{
319 one{"{0} साल"}
320 other{"{0} साल"}
321 }
322 }
323 }
324 } 292 }
OLDNEW
« no previous file with comments | « source/data/locales/br_FR.txt ('k') | source/data/locales/brx_IN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698