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

Side by Side Diff: source/data/locales/mgo.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/mgh_MZ.txt ('k') | source/data/locales/mgo_CM.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/mgo.xml 6 // * Source File: <path>/common/main/mgo.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/mgo.xml 10 * ICU <specials> source: <path>/common/main/mgo.xml
11 */ 11 */
12 mgo{ 12 mgo{
13 AuxExemplarCharacters{"[c h l q v x]"} 13 AuxExemplarCharacters{"[c h l q v x]"}
(...skipping 29 matching lines...) Expand all
43 list{";"} 43 list{";"}
44 minusSign{"-"} 44 minusSign{"-"}
45 nan{"NaN"} 45 nan{"NaN"}
46 perMille{"‰"} 46 perMille{"‰"}
47 percentSign{"%"} 47 percentSign{"%"}
48 plusSign{"+"} 48 plusSign{"+"}
49 } 49 }
50 } 50 }
51 native{"latn"} 51 native{"latn"}
52 } 52 }
53 Version{"2.0.92.87"} 53 Version{"2.1.6.69"}
54 calendar{ 54 calendar{
55 generic{ 55 generic{
56 DateTimePatterns{ 56 DateTimePatterns{
57 "HH:mm:ss zzzz", 57 "HH:mm:ss zzzz",
58 "HH:mm:ss z", 58 "HH:mm:ss z",
59 "HH:mm:ss", 59 "HH:mm:ss",
60 "HH:mm", 60 "HH:mm",
61 "EEEE, G y MMMM dd", 61 "EEEE, G y MMMM dd",
62 "G y MMMM d", 62 "G y MMMM d",
63 "G y MMM d", 63 "G y MMM d",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 weekday{ 367 weekday{
368 dn{"anəg agu nkap"} 368 dn{"anəg agu nkap"}
369 } 369 }
370 year{ 370 year{
371 dn{"fituʼ"} 371 dn{"fituʼ"}
372 } 372 }
373 zone{ 373 zone{
374 dn{"Zone"} 374 dn{"Zone"}
375 } 375 }
376 } 376 }
377 units{
378 duration{
379 day{
380 one{"{0} d"}
381 other{"{0} d"}
382 }
383 hour{
384 one{"{0} h"}
385 other{"{0} h"}
386 }
387 minute{
388 one{"{0} min"}
389 other{"{0} min"}
390 }
391 month{
392 one{"{0} m"}
393 other{"{0} m"}
394 }
395 second{
396 one{"{0} s"}
397 other{"{0} s"}
398 }
399 }
400 }
401 } 377 }
OLDNEW
« no previous file with comments | « source/data/locales/mgh_MZ.txt ('k') | source/data/locales/mgo_CM.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698