cleberzavadniak / django-template-translation-checker

Checks if the texts on a Django template are all using the "trans" template tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Template Translation Checker

Usage

python3 find-texts-without-trans.py <your-template-file>

About

Checks if the texts on a Django template are all using the "trans" template tag.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%