If your question is specific to Django translation to a specific language,
you can write to django-i...@googlegroups.com or join this language on
Transifex and submit translations.
אורי
u...@speedy.net
On Sat, Feb 1, 2020 at 7:57 PM Izaias de Oliveira Elias <
zambeles...@gmail.com> wrote:
> Boa
Hi
This mailing list is in English and is not the correct forum for bug
reports.
Also there is no bug - you probably have a model called "Clientes" that is
being "pluralized" by Django, adding "s". Set verbose_name_plural to
control this:
https://docs.djangoproject.com/en/3.0/ref/models/options/#