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

Side by Side Diff: icu46/source/data/rbnf/nn.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years 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 | « icu46/source/data/rbnf/nl.txt ('k') | icu46/source/data/rbnf/pl.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/rbnf/nn.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/nn.xml
11 */
12 nn{
13 RBNFRules{
14 SpelloutRules{
15 "%%lenient-parse:",
16 "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
17 "%spellout-numbering-year:",
18 "-x: minus >>;",
19 "x.x: =#,###0.#=;",
20 "0: =%spellout-numbering=;",
21 "1100/100: << hundre[ og >>];",
22 "10000: =%spellout-numbering=;",
23 "%spellout-numbering:",
24 "0: =%spellout-cardinal-reale=;",
25 "%spellout-cardinal-neutre:",
26 "-x: minus >>;",
27 "x.x: << komma >>;",
28 "0: null;",
29 "1: eitt;",
30 "2: =%spellout-cardinal-reale=;",
31 "%spellout-cardinal-masculine:",
32 "0: =%spellout-cardinal-reale=;",
33 "%spellout-cardinal-feminine:",
34 "0: =%spellout-cardinal-reale=;",
35 "%spellout-cardinal-reale:",
36 "-x: minus >>;",
37 "x.x: << komma >>;",
38 "0: null;",
39 "1: \u00E9in;",
40 "2: to;",
41 "3: tre;",
42 "4: fire;",
43 "5: fem;",
44 "6: seks;",
45 "7: sju;",
46 "8: \u00E5tte;",
47 "9: ni;",
48 "10: ti;",
49 "11: elleve;",
50 "12: tolv;",
51 "13: tretten;",
52 "14: fjorten;",
53 "15: femten;",
54 "16: seksten;",
55 "17: sytten;",
56 "18: atten;",
57 "19: nitten;",
58 "20: tjue[\u00AD>>];",
59 "30: tretti[\u00AD>>];",
60 "40: f\u00F8rti[\u00AD>>];",
61 "50: femti[\u00AD>>];",
62 "60: seksti[\u00AD>>];",
63 "70: s\u00F8tti[\u00AD>>];",
64 "80: \u00E5tti[\u00AD>>];",
65 "90: nitti[\u00AD>>];",
66 "100: <%spellout-cardinal-neutre< hundre[ og >>];",
67 "1000: <%spellout-cardinal-neutre< tusen[ og >>];",
68 "1000000: \u00E9in miljon[ >>];",
69 "2000000: << miljoner[ >>];",
70 "1000000000: \u00E9in miljard[ >>];",
71 "2000000000: << miljarder[ >>];",
72 "1000000000000: \u00E9in biljon[ >>];",
73 "2000000000000: << biljoner[ >>];",
74 "1000000000000000: \u00E9in biljard[ >>];",
75 "2000000000000000: << biljarder[ >>];",
76 "1000000000000000000: =#,##0=;",
77 }
78 }
79 Version{"2.0.41.26"}
80 }
OLDNEW
« no previous file with comments | « icu46/source/data/rbnf/nl.txt ('k') | icu46/source/data/rbnf/pl.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698