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 29c4614 commit 489e58fCopy full SHA for 489e58f
backend/src/tagung/plone/de/locales/update.py
@@ -68,7 +68,7 @@ def _sync(domain: str):
68
69
def update_locale():
70
for domain in domains:
71
- logger.info(f"Updating translations for {domain}")
72
- locale_folder_setup(domain)
73
- _rebuild(domain)
74
- _sync(domain)
+ logger.info(f"Updating translations for {domain}")
+ locale_folder_setup(domain)
+ _rebuild(domain)
+ _sync(domain)
0 commit comments