neutron-vpnaas-dashboard/babel-django.cfg
Akihiro Motoki 49de8deaa2 Correct django template pattern in babel-django.cfg
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
2018-02-06 01:14:03 +09:00

6 lines
106 B
INI

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