Why django makemessages exports only two phrases, while many more are expected?
I have installed django-rosetta successfully.
But when I was running django-admin makemessages -l de.
I got only two records from django.po:
#: settings.py:225 msgid "account/" msgstr "" #: settings.py:225 msgid "signin/" msgstr ""
is that anything wrong I did?
Comments