You could include the a python file where you can place all the strings which you manually wanted to add and then use the *makemessages *management command. I think it will serve the purpose.
I think this behaviour of commenting out manually added strings by *makemessages *management command is correct. On Monday, 24 September 2018 17:19:08 UTC+5:30, Osama AbuOmar wrote: > > About the django *makemessages *management command. I think there should > by an option to *NOT *let django comment out manually added translations > to the .po files. > sometimes I need to manually add a translation definition (msgid, msgstr), > these are not in any of my template or python files. and when I run > makemessages they get commented out. and this is an issue. > thanks > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/04357d3a-6033-4396-9d2c-791cca9cf742%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
