Merge "Correct django template pattern in babel-django.cfg"

This commit is contained in:
Zuul 2018-02-06 05:23:50 +00:00 committed by Gerrit Code Review
commit 371a5bf922
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
django = django_babel.extract:extract_django
[python: **.py]
[django: templates/**.html]
[django: **/templates/**.html]
[django: **/templates/**.csv]