Comment 20 for bug 1747453

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

Reviewed: https://review.openstack.org/540920
Committed: https://git.openstack.org/cgit/openstack/blazar-dashboard/commit/?id=e5eed1e89da1e6af6a04d8f5e5172e71be4482b6
Submitter: Zuul
Branch: master

commit e5eed1e89da1e6af6a04d8f5e5172e71be4482b6
Author: Akihiro Motoki <email address hidden>
Date: Tue Feb 6 01:34:18 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".

    Translation is not enabled for blazar-dashboard but it is worth
    fixed to avoid unnecessary problems when translation is enabled.

    Change-Id: I74c741679c3f7bec28f053fc9704ff8d5bc5c536
    Closes-Bug: #1747453