Comment 15 for bug 1747453

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

Reviewed: https://review.openstack.org/540914
Committed: https://git.openstack.org/cgit/openstack/heat-dashboard/commit/?id=53ab2c9c4c1581de18264a25d8c79e7edfdc4ef6
Submitter: Zuul
Branch: master

commit 53ab2c9c4c1581de18264a25d8c79e7edfdc4ef6
Author: Akihiro Motoki <email address hidden>
Date: Tue Feb 6 01:07:28 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: I877e0a3703fa13b52e1df79f20c580b2604e7d1c
    Closes-Bug: #1747453