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
Breadcrumbs don't output localised data.
Use two locales. Add the following :
{{ nav:breadcrumbs }} <li class="c-breadcrumbs__item {{ if is_current }}current{{ /if }}"> <a href="{{ url }}">{{ title }}</a> </li> {{ /nav:breadcrumbs }}
Switch between locales and you will still get the same result. It won't translate.
Statamic version: 3.0.10
PHP version: 7.4
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered:
I'm testing this, but in my case the breadcrumbs only show home on the secondary language. That's not good either.
Sorry, something went wrong.
Fixed in #1807
No branches or pull requests
Bug Description
Breadcrumbs don't output localised data.
How to Reproduce
Use two locales.
Add the following :
Switch between locales and you will still get the same result. It won't translate.
Environment
Statamic version: 3.0.10
PHP version: 7.4
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: