2

I am trying to switch from i18next to LinguiJS due to big bundle size of i18next.

I use webtranslateit, which supports these formats.

I currently use i18next json v3 format on webtranslateit: screenshot from webtranslateit

What format to select on webtranslateit that will work with multiple variations of plurals? (not just singular and single plural)

Thank you

Prateek Gupta
  • 2,422
  • 2
  • 16
  • 30
tech-escape
  • 369
  • 3
  • 7

1 Answers1

0

Looking at the LinguiJS documentation they seem to work with Gettext PO files and JSON files. Both these formats are supported by the WebTranslateIt tool (Gettext PO and JSON) and they both support plural forms.

edouardbriere
  • 1,170
  • 8
  • 12