﻿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	nobody	"Hi.

numberformat moduler returns a reversed number as a string when THOUSAND_SEPARATOR has letters with l18n.


{{{
# coding: utf-8
# mysite/formats/ko/formats.py

THOUSAND_SEPARATOR = u'comma'
}}}


{{{
{% load humanize %}

{{10000|intcomma}}
}}}

* current output : 10ammoc000
* correct output : 10comma000
"	Bug	new	Uncategorized	1.7	Normal		l10n		Unreviewed	0	0	0	0	0	0
