gilbsgilbs / babel-plugin-i18next-extract

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

Support keyPrefix #264

Closed BorisTB closed 10 months ago

BorisTB commented 11 months ago

Support optional keyPrefix option

https://www.i18next.com/overview/api#getfixedt https://react.i18next.com/latest/usetranslation-hook#optional-keyprefix-option

Resolves #223

BorisTB commented 10 months ago

PR updated

gilbsgilbs commented 10 months ago

Thanks!