Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] compilemessages fails due to invalid .po file #142

Open
nebulade opened this issue Sep 20, 2023 · 0 comments
Open

[BUG] compilemessages fails due to invalid .po file #142

nebulade opened this issue Sep 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nebulade
Copy link

While trying to update the Cloudron package to taiga-back 6.7.1, the Docker image build step python manage.py compilemessages fails with the following message:

Execution of msgfmt failed: /app/code/taiga-back/taiga/locale/eu/LC_MESSAGES/django.po:961: a format specification for argument 'product_name' doesn't exist in 'msgstr'
msgfmt: found 1 fatal error
CommandError: compilemessages generated one or more errors.

I don't know .po files well, but looks like https://github.com/kaleidos-ventures/taiga-back/blob/main/taiga/locale/eu/LC_MESSAGES/django.po#L955C11-L955C11 is missing in that translation msgstr ?

In our case the build script is https://git.cloudron.io/cloudron/taiga-app/-/blob/master/build.sh?ref_type=heads#L26

@nebulade nebulade added the bug Something isn't working label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant