﻿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
33771	Localized thousand separator	srunow	nobody	"Using thousand separator with |intcomma (USING_THOUSAND_SEPARATOR is not set) and additional |floatformat: leads to wrong localized output.

{{{
context = {""exfloat"": 1000.01, ""exint"": 1000}
[...]
{{ exfloat|intcomma }} # output: 1.000,01 -> correct
{{ exfloat|floatformat:2|intcomma }} # output: 1,000,01 -> wrong
{{ exfloat|floatformat:-2|intcomma }} # output: 1,000,01 -> wrong
{{ exint|intcomma }} # output: 1.000 -> correct
{{ exint|floatformat:2|intcomma }} # output: 1,000,00 -> wrong
{{ exint|floatformat:-2|intcomma }} # output: 1.000 -> correct
}}}

Localization is German, no possible setting following the documentation is fixing this."	Bug	closed	Template system	4.0	Normal	invalid	thousand separator template		Unreviewed	0	0	0	0	0	0
