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] Missing translations on 3.11.5 #7840

Open
1 of 2 tasks
adrien-delhorme opened this issue Mar 14, 2024 · 1 comment
Open
1 of 2 tasks

[BUG] Missing translations on 3.11.5 #7840

adrien-delhorme opened this issue Mar 14, 2024 · 1 comment

Comments

@adrien-delhorme
Copy link

Description

Some translations files (.po) are not compiled in this release (eg. French).
The CMS UI fallbacks to English.

Steps to reproduce

  1. Install django-cms 3.11.5
  2. Log in to the CMS and change language to French
  3. See that the CMS UI is in English 😀

Expected behaviour

the CMS UI is in French

Actual behaviour

the CMS UI is in English

Screenshots

Additional information (CMS/Python/Django versions)

Python 3.11
Django 4.2.11
Django CMS 3.11.5

Do you want to help fix this issue?

  • Yes, I want to help fix this issue and I will join #workgroup-pr-review on Slack to confirm with the community that a PR is welcome.
  • No, I only want to report the issue.
@fsbraun
Copy link
Sponsor Member

fsbraun commented Mar 14, 2024

@adrien-delhorme Thanks for reporting this. It seems that the compiled French translations are missing (for whatever reason 😳). Should be fixed by running . /manage.py compilemessages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants