Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jun 5, 2024
1 parent 7c0fe02 commit 8b74599
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/early-pots-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@astrojs/starlight": minor
---

Adds support for `Astro.currentLocale` and Astro’s i18n routing.

⚠️ **Potentially breaking change:** Starlight now configures Astro’s `i18n` option for you based on its `locales` config.

If you are currently using Astro’s `i18n` option as well as Starlight’s `locales` option, you will need to remove one of these.
In general we recommend using Starlight’s `locales`, but if you have a more advanced configuration you may choose to keep Astro’s `i18n` config instead.

0 comments on commit 8b74599

Please sign in to comment.