diff options
Diffstat (limited to '')
-rw-r--r-- | intl/icu/source/data/rbnf/nn.txt | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/intl/icu/source/data/rbnf/nn.txt b/intl/icu/source/data/rbnf/nn.txt new file mode 100644 index 0000000000..00453ea43f --- /dev/null +++ b/intl/icu/source/data/rbnf/nn.txt @@ -0,0 +1,71 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +nn{ + RBNFRules{ + SpelloutRules{ + "%%lenient-parse:", + "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';", + "%spellout-numbering-year:", + "-x: minus >>;", + "x.x: =0.0=;", + "0: =%spellout-numbering=;", + "1100/100: << hundre[ og >>];", + "10000: =%spellout-numbering=;", + "%spellout-numbering:", + "0: =%spellout-cardinal-reale=;", + "%spellout-cardinal-neuter:", + "-x: minus >>;", + "x.x: << komma >>;", + "0: null;", + "1: eitt;", + "2: =%spellout-cardinal-reale=;", + "%spellout-cardinal-masculine:", + "0: =%spellout-cardinal-reale=;", + "%spellout-cardinal-feminine:", + "0: =%spellout-cardinal-reale=;", + "%spellout-cardinal-reale:", + "-x: minus >>;", + "x.x: << komma >>;", + "0: null;", + "1: \u00E9in;", + "2: to;", + "3: tre;", + "4: fire;", + "5: fem;", + "6: seks;", + "7: sju;", + "8: \u00E5tte;", + "9: ni;", + "10: ti;", + "11: elleve;", + "12: tolv;", + "13: tretten;", + "14: fjorten;", + "15: femten;", + "16: seksten;", + "17: sytten;", + "18: atten;", + "19: nitten;", + "20: tjue[\u00AD>>];", + "30: tretti[\u00AD>>];", + "40: f\u00F8rti[\u00AD>>];", + "50: femti[\u00AD>>];", + "60: seksti[\u00AD>>];", + "70: sytti[\u00AD>>];", + "80: \u00E5tti[\u00AD>>];", + "90: nitti[\u00AD>>];", + "100: <%spellout-cardinal-neuter< hundre[ og >>];", + "1000: <%spellout-cardinal-neuter< tusen[ og >>];", + "1000000: \u00E9in million[ >>];", + "2000000: << millionar[ >>];", + "1000000000: \u00E9in milliard[ >>];", + "2000000000: << milliardar[ >>];", + "1000000000000: \u00E9in billion[ >>];", + "2000000000000: << billionar[ >>];", + "1000000000000000: \u00E9in billiard[ >>];", + "2000000000000000: << biliardar[ >>];", + "1000000000000000000: =#,##0=;", + } + } + Version{"37"} +} |