﻿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
24181	THOUSAND_SEPARATOR strings are reversed	Kay Cha	Varun Sharma	"Hi.

numberformat moduler returns a reversed number as a string when THOUSAND_SEPARATOR has letters with l18n.


{{{
# mysite/formats/ko/formats.py

THOUSAND_SEPARATOR = 'comma'
}}}


{{{
{% load humanize %}

{{10000|intcomma}}
}}}

* current output : 10ammoc000
* correct output : 10comma000
"	Bug	closed	Utilities	1.7	Normal	fixed	l10n		Accepted	1	0	1	0	1	0
