Skip to content

Releases: i18next/i18next

v21.1.0

24 Sep 13:58
Compare
Choose a tag to compare
  • A new RTL support added for ckb language code

v21.0.2

23 Sep 05:05
Compare
Choose a tag to compare
  • fix defaultNS regression if translation namespace is defined in ns option, fixes #1658

v21.0.1

21 Sep 08:20
Compare
Choose a tag to compare
  • fix typescript typo for skipOnVariables

v21.0.0

21 Sep 08:15
Compare
Choose a tag to compare

This is a major breaking release:

  • introduce new v4 json format (intl plural forms with ordinal support), simplifyPluralSuffix not used anymore
  • skipOnVariables by default now is true
  • automatically detect natural language keys (no need to set nsSeparator or keySeparator to false)
  • remove deprecated whitelist features
  • introduce new i18next.resolvedLanguage property

➡️ check out the migration guide