manila-ui/babel-django.cfg
Akihiro Motoki e8ac6fddaf Correct django template pattern in babel-django.cfg
The current recommended file pattern "templates/**.html" does not
match Django templates in subdirectories.
This needs to be "**/templates/**.html".

Change-Id: I57aba8bef6b96bf4c5a6b34d8c6a167de93a6f5c
Closes-Bug: #1747453
2018-02-06 01:11:07 +09:00

7 lines
136 B
INI

[extractors]
django = django_babel.extract:extract_django
[python: **.py]
[django: **/templates/**.html]
[django: **/templates/**.csv]