Comment 4 for bug 1536785

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

Reviewed: https://review.openstack.org/271453
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=76f8e93228d22bbb7dca882b18f4816753eb8015
Submitter: Jenkins
Branch: master

commit 76f8e93228d22bbb7dca882b18f4816753eb8015
Author: Lucas Palm <email address hidden>
Date: Thu Jan 21 16:22:48 2016 -0600

    Fixed a few missed translation strings on Theme preview page

    Under the Developer Dashboard, the Bootstrap Theme Preview has a few
    strings that are not being translated when they could and should be.
    Many of the strings are missing the "translate" directive to enable the
    translation, while others include the directive but are not being translated
    because of other issues. The translation directive seems not to work when
    there is another HTML element tag nested inside the outer element containing
    the translation. As such is the case with the Dropdown elements. The
    solution to this is to use the translate filter in situations where the
    directive will not work.

    This change fixes most of the translation issues on this page.

    Note: The pseudo translation tool was used to determine what strings are
    correctly being translated or not.

    Change-Id: I5aeb9f6212f5ba6a1f4cde0b72cce638937b7138
    Closes-Bug: #1536785