DEV Community

GuyChabra
GuyChabra

Posted on

JsonKeys - recommended package when using JSON based internationalization

I believe that many of you are using on a daily base some kind of internationalization JSON based frameworks such as i18next. I would like to recommend a package that helps you to avoid the use of 'magic strings' in your development.
JsonKeys package can watch your localization JSON files and automatically transform them into a javascript object that you can use in your client application.

Please take a look at the package I just wrote and tell me what you think!
I would appreciate any comments, notes and of course stars if you have decided to use it :)

https://github.com/TheDevelopGuy/jsonkeys

Thanks!

Top comments (0)