github aralroca/next-translate 0.15.0

4 years ago

In this release, we have 2 bugfixes + updated docs + we add an example on the repo as an alternative to the "build step" using dynamic routes. In future major releases, we may evolve simplifying this and removing the "build step". If you want to help with this, there is an open issue here to discuss.

It's a minor release but doesn't have any new features. However, in the docs we add the I18nProvider documentation in order to resolve problems as multi-language translations on a page. (Before was only internally used by next-translate).

CHANGES

  • [BUGFIX] Fix navigation to defaultLanguage when redirectToDefaultLang=false (Thanks to @mxmtsk to report it) #123
  • [BUGFIX] Fix issue on getInitialProps of undefined (Thanks to @OmarZeidan to report it) #128
  • [DOCS] Add docs about how to use multi-language translations in a page (Thanks to @Fghurayri to report it) #127
  • [DOCS] Add docs to clarify custom server alternative of "build step" (Thanks to @italoayres to report it) #127
  • Add example + docs about an alternative of "build step" using dynamic routes #127

Don't miss a new next-translate release

NewReleases is sending notifications on new releases.