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

Side by Side Diff: source/data/unit/chr.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/unit/cgg.txt ('k') | source/data/unit/cs.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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/chr.xml 6 // * Source File: <path>/common/main/chr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/chr.xml
11 */
12 chr{ 9 chr{
13 Version{"2.1.6.69"} 10 Version{"2.1.19.77"}
14 units{ 11 units{
15 duration{ 12 duration{
16 day{ 13 day{
17 one{"{0} ᏏᎦ"} 14 one{"{0} ᏏᎦ"}
18 other{"{0} ᏧᏒᎯᏓ"} 15 other{"{0} ᏧᏒᎯᏓ"}
19 } 16 }
20 hour{ 17 hour{
21 one{"{0} ᏑᏣᎶᏓ"} 18 one{"{0} ᏑᏣᎶᏓ"}
22 other{"{0} ᎢᏧᏣᎶᏓ"} 19 other{"{0} ᎢᏧᏣᎶᏓ"}
23 } 20 }
(...skipping 13 matching lines...) Expand all
37 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"} 34 one{"{0} ᏒᎾᏙᏓᏆᏍᏗ"}
38 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"} 35 other{"{0} ᎢᏳᎾᏙᏓᏆᏍᏗ"}
39 } 36 }
40 year{ 37 year{
41 one{"{0} ᏑᏕᏘᏴᏓ"} 38 one{"{0} ᏑᏕᏘᏴᏓ"}
42 other{"{0} ᏧᏕᏘᏴᏓ"} 39 other{"{0} ᏧᏕᏘᏴᏓ"}
43 } 40 }
44 } 41 }
45 } 42 }
46 unitsNarrow{ 43 unitsNarrow{
44 temperature{
45 celsius{
46 one{"{0}°C"}
47 other{"{0}°C"}
48 }
49 fahrenheit{
50 one{"{0}°"}
51 other{"{0}°"}
52 }
53 }
47 } 54 }
48 } 55 }
OLDNEW
« no previous file with comments | « source/data/unit/cgg.txt ('k') | source/data/unit/cs.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698