Skip to content

Commit d8de9a6

Browse files
saevaromclaudep
authored andcommitted
Fixed #24478 -- Added NUMBER_GROUPING value for Icelandic
1 parent aa5ab11 commit d8de9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/conf/locale/is/formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# DATETIME_INPUT_FORMATS =
2222
DECIMAL_SEPARATOR = ','
2323
THOUSAND_SEPARATOR = '.'
24-
# NUMBER_GROUPING =
24+
NUMBER_GROUPING = 3

0 commit comments

Comments
 (0)