i18next / i18next-parser

Parse your code to extract translation keys/values and manage your catalog files
MIT License
486 stars 198 forks source link

Support i18next major version 23 #904

Closed Tipnik closed 1 year ago

Tipnik commented 1 year ago

🚀 Feature Proposal

The new major version of i18next is available, but it includes a few breaking changes between major versions 22 and 23.

Motivation

It would be nice to have the current version of i18next-parser.

Example

i18next changed the way keys with ordinal are created link and test are not passing for dependabot MRs link. I could provide a PR with changes, not sure tests are the only place that require modifications.