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

Side by Side Diff: icu46/source/data/rbnf/da.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/cy.txt ('k') | icu46/source/data/rbnf/de.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/da.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/da.xml
11 */
12 da{
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: <<\u00ADhundred[ 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: nul;",
29 "1: et;",
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: nul;",
39 "1: en;",
40 "2: to;",
41 "3: tre;",
42 "4: fire;",
43 "5: fem;",
44 "6: seks;",
45 "7: syv;",
46 "8: otte;",
47 "9: ni;",
48 "10: ti;",
49 "11: elve;",
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: [>>\u00ADog\u00AD]tyve;",
59 "30: [>>\u00ADog\u00AD]tredive;",
60 "40: [>>\u00ADog\u00AD]fyrre;",
61 "50: [>>\u00ADog\u00AD]halvtreds;",
62 "60: [>>\u00ADog\u00AD]tres;",
63 "70: [>>\u00ADog\u00AD]halvfjerds;",
64 "80: [>>\u00ADog\u00AD]firs;",
65 "90: [>>\u00ADog\u00AD]halvfems;",
66 "100: et\u00ADhundrede[ og >>];",
67 "200: <%spellout-cardinal-neutre<\u00ADhundred[ og >>];",
68 "1000: et tusinde[ og >>];",
69 "2000: <%spellout-cardinal-neutre< tusind[ og >>];",
70 "1000000: en million[ og >>];",
71 "2000000: << millioner[ og >>];",
72 "1000000000: en milliard[ og >>];",
73 "2000000000: << milliarder[ og >>];",
74 "1000000000000: en billion[ og >>];",
75 "2000000000000: << billioner[ og >>];",
76 "1000000000000000: en billiard[ og >>];",
77 "2000000000000000: << billiarder[ og >>];",
78 "1000000000000000000: =#,##0=;",
79 }
80 }
81 Version{"2.0.41.26"}
82 }
OLDNEW
« no previous file with comments | « icu46/source/data/rbnf/cy.txt ('k') | icu46/source/data/rbnf/de.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698