From 9cab8ae58a29ecf7387e6865aa170715caeabf04 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Tue, 30 Dec 2014 19:57:12 +0100 Subject: Language names via intl library. Fixes #773 --- library/intl/resources/number_format/nb.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library/intl/resources/number_format/nb.json (limited to 'library/intl/resources/number_format/nb.json') diff --git a/library/intl/resources/number_format/nb.json b/library/intl/resources/number_format/nb.json new file mode 100644 index 000000000..d22e8d0b7 --- /dev/null +++ b/library/intl/resources/number_format/nb.json @@ -0,0 +1,10 @@ +{ + "numbering_system": "latn", + "decimal_pattern": "#,##0.###", + "percent_pattern": "#,##0 %", + "currency_pattern": "¤ #,##0.00", + "accounting_currency_pattern": "¤ #,##0.00", + "decimal_separator": ",", + "grouping_separator": " ", + "minus_sign": "−" +} \ No newline at end of file -- cgit v1.2.3