I've installed a Django App to my virtualenv, and I would like to add extra translations to that App.
Is it possible to import the messages from an app installed in a virtualenv to my django.po in my project's locale/pt/LC_MESSAGES
folder?
Alternatively, should I translate the 3rd party app? If so, how can I use makemessages
to generate the messages in the app installed in the virtualenv?