syeopite / lens

A multiformat internationalization (i18n) shard for Crystal.
MIT License
16 stars 1 forks source link

Add support for I18next JSONv3 #2

Open syeopite opened 3 years ago

syeopite commented 3 years ago

I18next is another popular standard translation format. It's features includes:

So, I think it's a good candidate for next major backend Lens implements. Perhaps in 0.2?

SamantazFox commented 3 years ago

Note that i18next plurals support can be extracted from https://github.com/iv-org/invidious/pull/2646.

Everything is ready for v3, and a few minor modifications (and tests) are required to support v1 and v2. A complete CLDR database is required for the plurals of v4.