﻿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
30068	Spelling mistake on pt_BR translation of django-humanize	Kaio Freitas	nobody	"Hi,

I've noticed that the portuguese version of django-humanize has some spelling mistakes (lack of spaces).

For example:

{{{
-msgstr[0] ""%dano""
-msgstr[1] ""%danos""
}}}

Should be:


{{{
+msgstr[0] ""%d ano""
+msgstr[1] ""%d anos""
}}}


I know translation issues should be reported on Transifex, but I tried and I got denied to join the team, that's why I'm creating this ticket.
"	Bug	closed	contrib.humanize	2.1	Normal	invalid	spelling, portuguese, translation		Unreviewed	0	0	0	0	0	0
