Re: "s" duplicados

2020-02-02 Thread אורי
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

Re: "s" duplicados

2020-02-01 Thread Adam Johnson
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/#