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

Multisite: Breadcrumbs don't output localised data. #2487

Closed
Pixney-William opened this issue Sep 21, 2020 · 2 comments
Closed

Multisite: Breadcrumbs don't output localised data. #2487

Pixney-William opened this issue Sep 21, 2020 · 2 comments

Comments

@Pixney-William
Copy link
Contributor

Bug Description

Breadcrumbs don't output localised data.

How to Reproduce

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.

Environment

Statamic version: 3.0.10

PHP version: 7.4

Install method (choose one):

  • Fresh install from statamic/statamic
@robdekort
Copy link
Contributor

I'm testing this, but in my case the breadcrumbs only show home on the secondary language. That's not good either.

@jasonvarga
Copy link
Member

Fixed in #1807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants