Is there a way to find all untranslated strings in React application automatically?

46 views Asked by At

I'm working on internationalization via i18n in legacy project.

The problem is that some strings are translated and some not.

Is there a way to find all untranslated strings automatically, not manually? (Strings that not wrapped in t(some text)?

0

There are 0 answers