49de8deaa2
Currently strings in Django templates cannot be translated because the current recommended file pattern "templates/**.html" does not match Django templates in subdirectories. This needs to be "**/templates/**.html". Change-Id: I11bf9397c7feea0ec3c7fef9a94963fe1c38010b Closes-Bug: #1747453
6 lines
106 B
INI
6 lines
106 B
INI
[extractors]
|
|
django = django_babel.extract:extract_django
|
|
|
|
[python: **.py]
|
|
[django: **/templates/**.html]
|