5c990707ea
The current recommended file pattern "templates/**.html" does not match Django templates in subdirectories. This needs to be "**/templates/**.html". Change-Id: I7414e9d973be98e5ee6d6277cf750ded40bc6c7a Closes-Bug: #1747453
7 lines
136 B
INI
7 lines
136 B
INI
[extractors]
|
|
django = django_babel.extract:extract_django
|
|
|
|
[python: **.py]
|
|
[django: **/templates/**.html]
|
|
[django: **/templates/**.csv]
|