i18next::pluralResolver: Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill

Look like an issue on android.

i18n.use(initReactI18next).init({
  compatibilityJSON: 'v3', <--- add this line.
  lng:'th',
  fallbackLng: 'en',
  resources:{
    en:english,
    th:thai
  },
  interpolation: {
    escapeValue: false 
  },
  react: {
    useSuspense:false,
 }
});

It should resolve your issue. You might need to check this.

Have fun.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)