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

Fix: ICU plural extraction produces invalid syntax #185

Closed jakubriedl closed 3 years ago

jakubriedl commented 3 years ago

ICU plural extraction produces invalid value because of missing trailing }. It is not related to #184 even though it happens in same area.

This PR just simply adds the missing }

To double check if it is correct you can use https://devpal.co/icu-message-editor/ and copy the test fixture result in there

gilbsgilbs commented 3 years ago

Thanks 🎉