Hi @tricoder42 and cheers for this excellent library 🙌
What would you think about implementing some kind of debug mode in js-lingui that can be turned on/off by the developer to quickly spot the places where he forgot to use <Trans> ?
Here's what it would look like:
| Normal mode |
Debug mode |
 |
 |
This helps to see that the last string "commented on pull request" was totally forgotten while translating the application.
The number/length of xxxx would match the original string to keep the UI balance.
Hi @tricoder42 and cheers for this excellent library 🙌
What would you think about implementing some kind of debug mode in js-lingui that can be turned on/off by the developer to quickly spot the places where he forgot to use
<Trans>?Here's what it would look like:
This helps to see that the last string "commented on pull request" was totally forgotten while translating the application.
The number/length of xxxx would match the original string to keep the UI balance.