[1.8.x] Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic

Backport of d8de9a64d7 from master.
This commit is contained in:
Sævar Öfjörð Magnússon 2015-03-13 14:58:20 +00:00 committed by Claude Paroz
parent f115694547
commit 8fe451d183
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ SHORT_DATE_FORMAT = 'j.n.Y'
# DATETIME_INPUT_FORMATS =
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
# NUMBER_GROUPING =
NUMBER_GROUPING = 3