diff options
| author | Sævar Öfjörð Magnússon <saevar@saevar.is> | 2015-03-13 14:58:20 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-03-13 16:57:37 +0100 |
| commit | 8fe451d183fbcd298d4da659af31dfe341e2252f (patch) | |
| tree | 7bf5dc3e4554136ab9a9610b51cb3ade4f599f28 | |
| parent | f1156945479021410a26067be8f486defc79e19b (diff) | |
[1.8.x] Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic
Backport of d8de9a64d7 from master.
| -rw-r--r-- | django/conf/locale/is/formats.py | 2 |
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 |
