6👍
✅
Found the solution, had to put the header in all .po files at top.
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Thanks for helping guys. It is better solution to use poedit for working with .po files
👤Yogi
0👍
Could there be a problem in the po file (it is python 2.7)? You can try:
msgstr u"Eine prüfung anlegen"
- [Django]-Wildcard searching in Django
- [Django]-How to test admin change views?
- [Django]-I have a TemplateDoesNotExist error. I can update my models but not delete them?
- [Django]-Getting Failed to construct 'Worker' with JS worker file located on other domain
- [Django]-Missing mysql.sock; yielding OperationalError: (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)")
Source:stackexchange.com