i18next v19.5.0 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
    • language detectors can return an array of languages and let i18next figure out best match

    • ๐Ÿ“‡ rename option whitelist to supportedLngs

    • ๐Ÿ“‡ rename option nonExpicitWhitelist to nonExplicitSupportedLngs

    • ๐Ÿ“‡ rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode

    ๐Ÿ—„ This changes are made with temporal backwards compatiblity and will warn your for deprecated usage of old terms to give users and plugin providers some time to adapt their code base.

    ๐Ÿš€ The temporal backwards compatiblity will be removed in a follow up major release.

    Learn more about why this change was made here.