i18next::pluralResolver: Your environment seems not to be Intl API compatible

i18next::pluralResolver: Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.

Solution:

Just modifyed your i18n.js file and add “compatibilityJSON: ‘v3’” on init mathod.

Related Answers