Comment 14 for bug 1747453

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-fwaas-dashboard (master)

Reviewed: https://review.openstack.org/540913
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard/commit/?id=e55851b5f8e02d82b071fd89426f73de6c140e95
Submitter: Zuul
Branch: master

commit e55851b5f8e02d82b071fd89426f73de6c140e95
Author: Akihiro Motoki <email address hidden>
Date: Tue Feb 6 01:08:24 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: I246aa6fb86a5f2c3a7a3cc9f537678ba8d3e2fdd
    Closes-Bug: #1747453