How to programmatically determine that a string in a template doesn't translated? I mean a case when a message doesn't enclosed by {% trans %}
or trans()
.
Like here:
<h1>Hello, world</h1> - miss trans tag
Actually, I have really much amount of templates in my applications and I need to know which message and in which template I could missed a trans tag.