i18n-js v4.1.0 has been released #679
fnando
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
Just wanted to say that v4.1.0 has been released with some nice additions.
Plugin API
i18n-js now has an plugin API that allows adding translation transformation, so if you need to mutate the translations before they're saved to the disk, this feature will support you.
TypeScript/JavaScript Linting
The new command
i18n lint:scripts
will parse your TypeScript and JavaScript files and warn you if there are missing translations. You can also usei18n lint:translations
to list missing translations from secondary locales against the default locale (this command was previously calledcheck
).Let me know if you find any issues!
Cheers,
Nando V.
Beta Was this translation helpful? Give feedback.
All reactions