Skip to content

v1.0.0-beta.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 18:13
· 15 commits to beta since this release

1.0.0-beta.18 (2023-02-26)

Bug Fixes

  • handle localizePath trailing slash depending on astro's trailingSlash config (880666c), closes #119

Features

  • language-selector: add languageMapping prop to rename languages of choice (20d94e4), closes #116

BREAKING CHANGE

i18next is now a peer dependency, add it to your dependencies:

npm install i18next

or

pnpm add i18next

or

yarn add i18next