github aralroca/next-translate 0.16.0

3 years ago

Here comes another release! 😊 I would especially thank @Faulik and @bickmaev5 for their contributions. 👏

There are new features in this release and some bugfixes.

We recommend changing redirectToDefaultLang to defaultLangRedirect. redirectToDefaultLang it's deprecated and we will no longer support it in future major versions. To migrate from redirectToDefaultLang to defaultLangRedirect:

  • redirectToDefaultLang=true -> Same as defaultLangRedirect='lang-path'
  • redirectToDefaultLang=false -> Same as defaultLangRedirect=undefined (default one)
  • New one -> defaultLangRedirect='root' -> /en/example redirects to /example

FEATURES

PATCHES

see all changes

Don't miss a new next-translate release

NewReleases is sending notifications on new releases.