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:56:03 +0100 |
| commit | d8de9a64d70f4bef7a223da1559638699a7a3923 (patch) | |
| tree | a9dab827a637ff06f7ac1189287d53889a39eca5 | |
| parent | aa5ab114e34645823b219f9a866fd82fc26b427b (diff) | |
Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic
| -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 |
