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)?
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)?