Comment 8 for bug 1583757

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

Reviewed: https://review.openstack.org/531585
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a1c8f6c0e2d1cf954bbd92df94d7d947258dcae5
Submitter: Zuul
Branch: master

commit a1c8f6c0e2d1cf954bbd92df94d7d947258dcae5
Author: Qian Min Chen <chen.qiaomin@99cloud.net>
Date: Sun Jan 7 19:38:28 2018 +0800

    Use 'trimmed' for blocktrans in multi-line strings

    blocktrans trimmed option removes newlines from contents of blocktrans
    and replaces any whitespace at the beginning and end of a line into
    a single space. This makes translator life easier.
    It was inspired by a previous patch:
    https://review.openstack.org/#/c/318896/

    Change-Id: Ia4f2d52aa42f4d6c84416903a87618ddff3fbd82
    Closes-Bug: #1583757