DEV Community

Discussion on: i18n of React with Lingui.js #1

 
siiidzej profile image
Václav Nosek • Edited

Catalog statistics is used to determine whether there are some non-translated messages therefore if You use it for any kind of automation (as a test) it wouldn't pass unless you translate the source messages as well.

I am asking if according to your opinion is this good practice or I am missing some point where you simply set "sourceLocale": "en" and problem solves? (because this isn't included in your, nor official example)

Thread Thread
 
stereobooster profile image
stereobooster

No "sourceLocale": "en" is not a solution. You can ask author for this feature