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

Side by Side Diff: icu46/source/data/rbnf/af.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/pkgdataMakefile.in ('k') | icu46/source/data/rbnf/am.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/af.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/xml/rbnf/af.xml
11 */
12 af{
13 RBNFRules{
14 OrdinalRules{
15 "%%digits-ordinal-indicator:",
16 "0: ste;",
17 "1: ste;",
18 "2: de;",
19 "20: ste;",
20 "100: >>;",
21 "%digits-ordinal:",
22 "-x: \u2212>>;",
23 "0: =#,##0==%%digits-ordinal-indicator=;",
24 }
25 SpelloutRules{
26 "%%2d-year:",
27 "0: honderd[ >%spellout-numbering>];",
28 "1: nul =%spellout-numbering=;",
29 "10: =%spellout-numbering=;",
30 "%spellout-numbering-year:",
31 "-x: min >>;",
32 "x.x: =#,###0.#=;",
33 "0: =%spellout-numbering=;",
34 "1100/100: << >%%2d-year>;",
35 "10000: =%spellout-numbering=;",
36 "%spellout-numbering:",
37 "0: =%spellout-cardinal=;",
38 "%spellout-cardinal:",
39 "-x: min >>;",
40 "x.x: << komma >>;",
41 "0: nul;",
42 "1: een;",
43 "2: twee;",
44 "3: drie;",
45 "4: vier;",
46 "5: vyf;",
47 "6: ses;",
48 "7: sewe;",
49 "8: agt;",
50 "9: nege;",
51 "10: tien;",
52 "11: elf;",
53 "12: twaalf;",
54 "13: dertien;",
55 "14: veertien;",
56 "15: vyftien;",
57 "16: sestien;",
58 "17: sewentien;",
59 "18: agttien;",
60 "19: negentien;",
61 "20: [>>-en-]twintig;",
62 "30: [>>-en-]dertig;",
63 "40: [>>-en-]veertig;",
64 "50: [>>-en-]vyftig;",
65 "60: [>>-en-]sestig;",
66 "70: [>>-en-]sewentig;",
67 "80: [>>-en-]tagtig;",
68 "90: [>>-en-]negentig;",
69 "100: honderd[ >>];",
70 "200: <<honderd[ >>];",
71 "1000: duisend[ >>];",
72 "2000: <<\u00ADduisend[ >>];",
73 "21000/1000: << duisend[ >>];",
74 "1000000: << miljoen[ >>];",
75 "1000000000: << miljard[ >>];",
76 "1000000000000: << biljoen[ >>];",
77 "1000000000000000: << biljard[ >>];",
78 "1000000000000000000: =#,##0=;",
79 "%%ord-ste:",
80 "0: ste;",
81 "1: ' en =%spellout-ordinal=;",
82 "2: ' =%spellout-ordinal=;",
83 "%spellout-ordinal:",
84 "-x: min >>;",
85 "x.x: =#,##0.#=;",
86 "0: nulste;",
87 "1: eerste;",
88 "2: tweede;",
89 "3: derde;",
90 "4: =%spellout-numbering=de;",
91 "20: =%spellout-numbering=ste;",
92 "102: <%spellout-numbering< honderd>%%ord-ste>;",
93 "1000: <%spellout-numbering< duisend>%%ord-ste>;",
94 "1000000: <%spellout-numbering< miljoen>%%ord-ste>;",
95 "1000000000: <%spellout-numbering< miljard>%%ord-ste>;",
96 "1000000000000: <%spellout-numbering< biljoen>%%ord-ste>;",
97 "1000000000000000: <%spellout-numbering< biljard>%%ord-ste>;",
98 "1000000000000000000: =#,##0=.;",
99 }
100 }
101 Version{"2.0.41.26"}
102 }
OLDNEW
« no previous file with comments | « icu46/source/data/pkgdataMakefile.in ('k') | icu46/source/data/rbnf/am.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698