gilbsgilbs / babel-plugin-i18next-extract

Babel plugin that statically extracts i18next and react-i18next translation keys.
https://i18next-extract.netlify.com
MIT License
160 stars 37 forks source link

Enable/Disable sort for keys #161

Closed fnavarrodev closed 4 years ago

fnavarrodev commented 4 years ago

It would be great to be able to configure the plugin so you could enable/disable sorting of keys. Our tool for translating uses alphabetical(not case sensitive) order and every time we use the tool we get a different order than the one from extracting. Maybe json-stable-stringify has an option to order not case-sensitive like a SORT from SQL does?

gilbsgilbs commented 4 years ago

Hi! Thanks for raising an issue and sorry for the delay. Closing as a duplicate of #59. Feel free to re-open if you think I'm wrong.