I've got a situation similar to this one:

http://stackoverflow.com/questions/3933824/djangos-i18n-with-third-party-apps

Basically, I have a pip-installed third party library with strings
marked for localization but with no localizations provided. In my
project I would like to provide translations to be used for the
strings in this library. Is there a way to get 'manage.py
makemessages' to scan a third party library and create a po file for
it? Once that is done, where would the .mo file go such that it is
applied to the library objects when they call ugettext_lazy?

Thanks,
-Paul

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to