﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24478	Icelandic thousand separator not working without number grouping value	Sævar Öfjörð Magnússon	nobody	"The USE_THOUSAND_SEPARATOR setting is not working when format localizing Icelandic numbers.

A properly formatted number in Icelandic should be: 1.000.000,0 - however - when using the `localize` template tag to format numbers, no thousand separators appear. This is due to the fact that in django/utils/numberformat.py no grouping occurs unless there is a non-zero value for the NUMBER_GROUPING variable in the active locale.

This patch sets a default value for NUMBER_GROUPING = 3 to enable properly formatting of Icelandic numbers."	Bug	closed	Internationalization	1.7	Normal	fixed	l10n localization		Unreviewed	1	0	0	0	1	0
