summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSævar Öfjörð Magnússon <saevar@saevar.is>2015-03-13 14:58:20 +0000
committerClaude Paroz <claude@2xlibre.net>2015-03-13 16:56:03 +0100
commitd8de9a64d70f4bef7a223da1559638699a7a3923 (patch)
treea9dab827a637ff06f7ac1189287d53889a39eca5
parentaa5ab114e34645823b219f9a866fd82fc26b427b (diff)
Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic
-rw-r--r--django/conf/locale/is/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/is/formats.py b/django/conf/locale/is/formats.py
index 1f122ad6b0..1b328eff1f 100644
--- a/django/conf/locale/is/formats.py
+++ b/django/conf/locale/is/formats.py
@@ -21,4 +21,4 @@ SHORT_DATE_FORMAT = 'j.n.Y'
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
-# NUMBER_GROUPING =
+NUMBER_GROUPING = 3