gilbsgilbs / babel-plugin-i18next-extract

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

Update FAQ on using natural keys #128

Closed Robin-Hoodie closed 4 years ago

Robin-Hoodie commented 4 years ago

In #123 we found that useI18nextDefaultValue supersedes the keyAsDefaultValue though this was not mentioned in the FAQ on using natural keys.

In this commit we're adding a note on explicitly setting the useI18nextDefaultValue to false

gilbsgilbs commented 4 years ago

Thanks and sorry for the delay !