We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
title and description in german with german language
title and description in english with german language, all fields in settings filled correctly
Maybe see https://ziku.la/de/
The text was updated successfully, but these errors were encountered:
Is there a quick fix?
Sorry, something went wrong.
In your theme you could do:
{% set sitename = getModVar('ZConfig', 'sitename_' ~ app.request.locale) %} <title>{{ pagevars.title }}{% if sitename not in pagevars.title %} - {{ sitename }}{% endif %}</title>
Ok, That's better, though not perfect. Thx.
Already fixed in 110e954
added issue number, refs #3934
8bf42f9
No branches or pull requests
Expected behavior
title and description in german with german language
Actual behavior
title and description in english with german language, all fields in settings filled correctly
Steps to reproduce
Maybe see https://ziku.la/de/
The text was updated successfully, but these errors were encountered: