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

Unified Diff: icu46/source/data/rbnf/nl.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/data/rbnf/nb.txt ('k') | icu46/source/data/rbnf/nn.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/data/rbnf/nl.txt
===================================================================
--- icu46/source/data/rbnf/nl.txt (revision 0)
+++ icu46/source/data/rbnf/nl.txt (revision 0)
@@ -0,0 +1,108 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2010 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
+// * Source File:<path>/common/rbnf/nl.xml
+// *
+// ***************************************************************************
+/**
+ * ICU <specials> source: <path>/xml/rbnf/nl.xml
+ */
+nl{
+ RBNFRules{
+ OrdinalRules{
+ "%%digits-ordinal-indicator:",
+ "0: ste;",
+ "1: ste;",
+ "2: de;",
+ "20: ste;",
+ "100: >>;",
+ "%digits-ordinal:",
+ "-x: \u2212>>;",
+ "0: =#,##0==%%digits-ordinal-indicator=;",
+ }
+ SpelloutRules{
+ "%%2d-year:",
+ "0: honderd[ >%spellout-numbering>];",
+ "1: nul =%spellout-numbering=;",
+ "10: =%spellout-numbering=;",
+ "%spellout-numbering-year:",
+ "-x: min >>;",
+ "x.x: =#,###0.#=;",
+ "0: =%spellout-numbering=;",
+ "1100/100: <<\u00AD>%%2d-year>;",
+ "10000: =%spellout-numbering=;",
+ "%spellout-numbering:",
+ "0: =%spellout-cardinal=;",
+ "%%number-en:",
+ "1: een\u00ADen\u00AD;",
+ "2: twee\u00AD\u00EBn\u00AD;",
+ "3: drie\u00AD\u00EBn\u00AD;",
+ "4: =%spellout-cardinal=\u00ADen\u00AD;",
+ "%spellout-cardinal:",
+ "-x: min >>;",
+ "x.x: << komma >>;",
+ "0: nul;",
+ "1: een;",
+ "2: twee;",
+ "3: drie;",
+ "4: vier;",
+ "5: vijf;",
+ "6: zes;",
+ "7: zeven;",
+ "8: acht;",
+ "9: negen;",
+ "10: tien;",
+ "11: elf;",
+ "12: twaalf;",
+ "13: dertien;",
+ "14: veertien;",
+ "15: vijftien;",
+ "16: zestien;",
+ "17: zeventien;",
+ "18: achttien;",
+ "19: negentien;",
+ "20: [>%%number-en>]twintig;",
+ "30: [>%%number-en>]dertig;",
+ "40: [>%%number-en>]veertig;",
+ "50: [>%%number-en>]vijftig;",
+ "60: [>%%number-en>]zestig;",
+ "70: [>%%number-en>]zeventig;",
+ "80: [>%%number-en>]tachtig;",
+ "90: [>%%number-en>]negentig;",
+ "100: honderd[-en->>];",
+ "130: honderd[\u00AD>>];",
+ "200: <<\u00ADhonderd[\u00AD>>];",
+ "1000: duizend[\u00AD>>];",
+ "2000: <<\u00ADduizend[\u00AD>>];",
+ "100000/1000: << duizend[ >>];",
+ "1000000: << miljoen[ >>];",
+ "1000000000: << miljard[ >>];",
+ "1000000000000: << biljoen[ >>];",
+ "1000000000000000: << biljard[ >>];",
+ "1000000000000000000: =#,##0=;",
+ "%%ord-ste:",
+ "0: ste;",
+ "1: \u00ADen\u00AD=%spellout-ordinal=;",
+ "2: \u00AD=%spellout-ordinal=;",
+ "%spellout-ordinal:",
+ "-x: min >>;",
+ "x.x: =#,##0.#=;",
+ "0: nulste;",
+ "1: eerste;",
+ "2: tweede;",
+ "3: derde;",
+ "4: =%spellout-cardinal=de;",
+ "20: =%spellout-cardinal=ste;",
+ "102: <%spellout-cardinal< honderd>%%ord-ste>;",
+ "1000: <%spellout-cardinal< duisend>%%ord-ste>;",
+ "1000000: <%spellout-cardinal< miljoen>%%ord-ste>;",
+ "1000000000: <%spellout-cardinal< miljard>%%ord-ste>;",
+ "1000000000000: <%spellout-cardinal< biljoen>%%ord-ste>;",
+ "1000000000000000: <%spellout-cardinal< biljard>%%ord-ste>;",
+ "1000000000000000000: =#,##0=.;",
+ }
+ }
+ Version{"2.0.41.26"}
+}
Property changes on: icu46/source/data/rbnf/nl.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu46/source/data/rbnf/nb.txt ('k') | icu46/source/data/rbnf/nn.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698