UnlyEd/next-right-now

i18n error when adding new languages

Open

#200 geöffnet am 10. Nov. 2020

Auf GitHub ansehen
 (20 Kommentare) (0 Reaktionen) (1 zugewiesene Person)HTML (116 Forks)batch import
buggood first issuehelp wanted

Repository-Metriken

Stars
 (1.254 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

There is an issue when adding new languages that I believe is related to react suspense. See https://github.com/i18next/react-i18next/issues/977

Error:

Steps to reproduce:

  1. Add a new language to Locize.
  2. Make sure the new language is included in the supportedLanguages array. (i18nConfig.js)
  3. Try to open the new added language
  4. See console errors.

Are you able to reproduce it as well?

Contributor Guide