Skip to content

Add i18n support #447

@jambojet-dima

Description

@jambojet-dima

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} />

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions