I installed the Django application for my virtualenv, and I would like to add additional translations to this application.
Can I import messages from an application installed in virtualenv into my django.po in my project folder locale/pt/LC_MESSAGES ?
Alternatively, should I translate a third-party application? If so, how can I use makemessages to generate messages in an application installed in virtualenv?
source share