django-cms / djangocms-bootstrap4

django CMS Bootstrap 4 is a plugin bundle for django CMS providing several components from the popular Bootstrap 4 framework.
https://www.django-cms.org/
Other
82 stars 58 forks source link

English i18n messages are broken #58

Closed alexbarcelo closed 5 years ago

alexbarcelo commented 5 years ago

If I am not mistaken, just after installing the package one can find the following:

In file: ...venv/lib/python3.5/site-packages/djangocms_bootstrap4/locale/en/LC_MESSAGES/django.po

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
(...)
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

That Plural-Forms entry is incomplete, and thus the system breaks. Because it happens in english, it breaks in all translated-including-english sites AFAICT.

I have just started doing internationalization, so I may be missing something. Once I fixed that line and executed the compilemessages, the site works as expected.

filwaitman commented 5 years ago

Fixed in version 1.1.2