stephenmcd / filebrowser-safe

File manager for Mezzanine
Other
41 stars 104 forks source link

Fix wrong format specifications for argument 'full_result_count' in Czech translation #106

Closed janhartman closed 5 years ago

janhartman commented 6 years ago

When compiling the czech translations, Django throws

CommandError: Execution of msgfmt failed: /home/jan/my-python-project/venv/lib/python3.5/site-packages/filebrowser_safe/locale/cs/LC_MESSAGES/django.po:325: format specifications in 'msgid' and 'msgstr' for argument 'full_result_count' are not the same
msgfmt: found 1 fatal error

This fixes the error by making the format specifications in msgid and msgstr match.

TysonRV commented 5 years ago

I'm very interested in this being merged, since it's breaking my compilemessages command.

stephenmcd commented 5 years ago

Merged in #126 thank you