Comment 18 for bug 1747453

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-bgpvpn (master)

Reviewed: https://review.openstack.org/540911
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=064378b4b76d0b8cbe127e64ca44aabfd932ceae
Submitter: Zuul
Branch: master

commit 064378b4b76d0b8cbe127e64ca44aabfd932ceae
Author: Akihiro Motoki <email address hidden>
Date: Tue Feb 6 01:11:53 2018 +0900

    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