Re: makemessages - Add an option to disable fuzzy translations?

2019-01-14 Thread אורי
Thank you, I created my own make_messages command: https://github.com/speedy-net/speedy-net/blob/staging/speedy/core/base/management/commands/make_messages.py אורי u...@speedy.net On Fri, Jan 11, 2019 at 10:10 AM Claude Paroz wrote: > Le vendredi 11 janvier 2019 07:46:04 UTC+1, Uri Even-Chen

Re: makemessages - Add an option to disable fuzzy translations?

2019-01-11 Thread Sjoerd Job Postmus
Regarding the "default keyword TODO": there are tools that can be used for working with translations, in the gettext suite. For instance, for a given django.po file, the following command prints all untranslated strings:     msgattrib --untranslated path/to/django.po We have the

Re: makemessages - Add an option to disable fuzzy translations?

2019-01-11 Thread Claude Paroz
Le vendredi 11 janvier 2019 07:46:04 UTC+1, Uri Even-Chen a écrit : > > https://code.djangoproject.com/ticket/10852 > > I also don't like the "fuzzy" keyword and I spent hours in deleting them > from our django.po files after running makemessages. > Hi Uri, Create your own makemessages command

makemessages - Add an option to disable fuzzy translations?

2019-01-10 Thread אורי
https://code.djangoproject.com/ticket/10852 I also don't like the "fuzzy" keyword and I spent hours in deleting them from our django.po files after running makemessages. I would like to disable them completely since they don't make sense in our project. Every time after running makemessages I