Comment 2 for bug 1215192

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

Reviewed: https://review.openstack.org/43208
Committed: http://github.com/openstack/keystone/commit/2fe72a0d5786ad633daea769ddbbd2e2d9be2406
Submitter: Jenkins
Branch: master

commit 2fe72a0d5786ad633daea769ddbbd2e2d9be2406
Author: Brant Knudson <email address hidden>
Date: Wed Aug 21 18:30:56 2013 -0500

    Fix translate static messages in response

    Messages created statically (during import) were not being
    translated in responses when the Accept-Language header was
    used to set the expected language in the response. The static
    messages were being created before the _ built-in had been
    installed by gettextutils.install().

    Change-Id: Ie56b1d3a836bc5f2262d7af68f803a08ebdf016f
    Resolves-Bug: #1215192