Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic
This commit is contained in:
parent
aa5ab114e3
commit
d8de9a64d7
|
@ -21,4 +21,4 @@ SHORT_DATE_FORMAT = 'j.n.Y'
|
|||
# DATETIME_INPUT_FORMATS =
|
||||
DECIMAL_SEPARATOR = ','
|
||||
THOUSAND_SEPARATOR = '.'
|
||||
# NUMBER_GROUPING =
|
||||
NUMBER_GROUPING = 3
|
||||
|
|
Loading…
Reference in New Issue