-
-
Notifications
You must be signed in to change notification settings - Fork 15
Add i18n support #447
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
Currently, the breadcrumbs are not displayed correctly on pages with other (non-primary) languages.
Describe the solution you'd like
To fix this, the breadcrumbs should be updated to use the current language.
This can be done by using the locale property of the astro object.
For example, the following code will display the breadcrumbs in the current language:
<Breadcrumbs locale={Astro.currentLocale} />