django-template-i18n-lint icon indicating copy to clipboard operation
django-template-i18n-lint copied to clipboard

Lint tool to find non-trans/blocktrans text in django templates

Results 6 django-template-i18n-lint issues
Sort by recently updated
recently updated
newest added

https://pypi.org/project/django-template-i18n-lint/ has v1.2.1 which doesnt appear in the list of GitHub tags.

[novalidate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-novalidate) should be added to `GOOD_STRINGS`

Boolean data attributes (e.g. data-foo) should not be translated, whereas those which take values (data-title="foo") should be.

Hello, Is the dual licensing meant as 'AND' (you have to fulfill both BSD and GPLv3) or an 'OR' (you either have to fulfill BSD or GPLv3). If the argument...

It'd be great to have the script could use Memoization to keep track of the answers and doesn't ask the user twice for the same string. This could be made...