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.
--
Ticket URL: <https://code.djangoproject.com/ticket/30068>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
You could try contacting the pt-br team on the
[https://groups.google.com/forum/#!forum/django-i18n django-i18n] mailing
list. Creating a ticket in the incorrect tracker isn't useful.
--
Ticket URL: <https://code.djangoproject.com/ticket/30068#comment:1>