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

explain how to avoid errors when overriding translations #1698

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

erral
Copy link
Sponsor Member

@erral erral commented Sep 6, 2024

In a project we needed to override some translations and after doing what is documented and restarting the instance we got some configuration errors saying that some component was not available.

We tracked it down to some ZCMLs not being loaded when our package's ZCML was loaded, so we fixed it explicetly include Products.CMFPlone's zcml in our package, and that's what we document here.

@libargutxi


📚 Documentation preview 📚: https://plone6--1698.org.readthedocs.build/

docs/i18n-l10n/translating-text-strings.md Outdated Show resolved Hide resolved
docs/i18n-l10n/translating-text-strings.md Outdated Show resolved Hide resolved
docs/i18n-l10n/translating-text-strings.md Outdated Show resolved Hide resolved
docs/i18n-l10n/translating-text-strings.md Outdated Show resolved Hide resolved
docs/i18n-l10n/translating-text-strings.md Outdated Show resolved Hide resolved
Copy link
Contributor

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Thank you! Will merge when green.

@stevepiercy stevepiercy merged commit ac34417 into 6.0 Sep 7, 2024
3 checks passed
@stevepiercy stevepiercy deleted the erral-overriding-translations branch September 7, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants