Comment 7 for bug 1630507

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

Reviewed: https://review.openstack.org/386954
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0409080e7b93a91323bbb69e1811ef79b17c4e6d
Submitter: Jenkins
Branch: master

commit 0409080e7b93a91323bbb69e1811ef79b17c4e6d
Author: Ian Y. Choi <email address hidden>
Date: Sat Oct 15 23:14:52 2016 +0900

    i18n: The same use of args with ugettext_lazy

    Different use of args in ungettext_lazy causes
    error on import job from translation infrastructure
    to horizon repository.

    The use of variables in singular and plural strings
    needs to be same. This commit also adjusts the string
    with ugettext_lazy() as other strings are dealt with.

    Change-Id: I9a836178b2d615504950545654242c0a4c196723
    Closes-Bug: #1630507