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: I8d68d847edebce37e37e671a1ad3eadddd4354e8
Closes-Bug: #1747453 
This commit is contained in:
Akihiro Motoki
2018年02月06日 01:11:53 +09:00
parent 17c96c27c9
commit 064378b4b7

View File

@@ -2,4 +2,4 @@
django = django_babel.extract:extract_django
[python: **.py]
[django: templates/**.html]
[django: **/templates/**.html]
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.