0👍
Did you try using rosetta? If you use rosetta then it will make your translations much easier.
0👍
we encountered exactly the same problem,
an easy way to fix this was to launch the following command after your django-admin makemessages -d djangojs -l fr
msgen PATH_TO_YOUR_DJANGOJS.PO_FILE -o PATH_OF_YOUR_DESIRED_OUTPUT_FILE
msgen will fill the empty strings with original msgid text, and is an internal tool installed with gettext utility.
Br.
- [Django]-Manage.py doesn't pass the argument to the command
- [Django]-Segmentation fault (core dumped) with django-storages
- [Django]-Django saving form strings in database with extra characters (u'string')
Source:stackexchange.com