We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd6c07 commit dafe2d5Copy full SHA for dafe2d5
1 file changed
src/design/plone/policy/__init__.py
@@ -15,8 +15,8 @@
15
16
def initialize(context):
17
"""Be sure that we have our translations loaded before the othe ones
18
- Fix proposto da @alert dell'ordine delle traduzioni preso da
19
- https://community.plone.org/t/overriding-plone-app-locales/12021/14
+ Fix proposto da @alert dell'ordine delle traduzioni preso da
+ https://community.plone.org/t/overriding-plone-app-locales/12021/14
20
"""
21
translation_domain = queryUtility(ITranslationDomain, "plone")
22
if not translation_domain:
0 commit comments