Re: French translation - Mispelling

2020-10-31 Thread Claude Paroz
Le vendredi 30 octobre 2020 à 23:14:07 UTC+1, hcharpent...@gmail.com a écrit : > I saw a spelling error in a menu, and I thought I could contact some > french translators team or something? (It would be much easier to me to > explain it in French). > Adam's suggestion is good, but you can als

Re: French translation - Mispelling

2020-10-31 Thread Adam Johnson
The django contributing guide has a section on translating the documentation: https://docs.djangoproject.com/en/dev/internals/contributing/localizing/#translating-documentation I think the TL;DR is to join the team on Transifex and make suggestions there: https://www.transifex.com/django/django-do

Re: Fail test runs on unraisable exceptions?

2020-10-31 Thread Carlton Gibson
> On 30 Oct 2020, at 17:29, Adam Johnson wrote: > > Focussing only on the asyncio case may be counter productive. They are > warnings by default and it requires a warning filter to convert them to > exceptions, which are then unraisable. OK, makes sense. Thanks for explaining it. Given that,