Skip to content

v1.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 17:59
· 51 commits to beta since this release

1.0.0-beta.13 (2022-11-06)

Bug Fixes

  • add isFileHidden function + tests to prevent missing hidden files (7dcd0aa)
  • generate: replace isLocale check with user defined locales to prevent nested folders generation (a598e2e), closes #56
  • i18next-server: load locale files synchronously (e7892e2)
  • update types import to relative (#58) (44a5422)

Features

  • add option to show the default locale in the url (#51) (ea939db), closes #54
  • add support for route translations (db5200b), closes #50 #29
  • allow implicit key for when omitting i18nKey prop (ff14354), closes #53
  • simplified API + instanciate i18next both in server and client side (ed44510), closes #57 #46 #37

BREAKING CHANGES

  • defaultLanguage is now defaultLocale
  • supportedLanguages is now locales
  • i18next config is now split into two configs: i18nextServer and i18nextClient