DarkLiKally / I18Next.Net

A port of the i18next javascript library for .Net platforms based on .Net Standard 2.0
Apache License 2.0
54 stars 30 forks source link

Pluralization and JSON v4 #32

Open skurpi opened 5 months ago

skurpi commented 5 months ago

In the new version of i18next the JSON format for pluralization has changed. See https://www.i18next.com/misc/json-format

Specifically the suffixes have changed structure.

Are there any plans to support this update?

moritz-baecker-integra commented 4 months ago

Could you find something else that worked for you? Maybe another library thats mostly up to date?

skurpi commented 4 months ago

Not at this point. In our case we're running .NetFramework ~4.7 and there are not a lot of options out there. For now our workaround is to put all our translations in JSON v3 format.