Comment 2 for bug 1333927

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

Reviewed: https://review.openstack.org/107154
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8c50905a29e96113e3ba60fdf346b62b67321931
Submitter: Jenkins
Branch: master

commit 8c50905a29e96113e3ba60fdf346b62b67321931
Author: Doug Fish <email address hidden>
Date: Fri Sep 26 10:10:54 2014 -0500

    Make timezones translatable

    Use timezone info in Babel to translate timezones. Sort
    timezones by offset. Update format to:
        UTC -06:00: United States (Chicago) Time

    Thanks amotoki for suggesting to use Babel to handle this!

    Not updating environment_version in run_tests.sh because Babel isn't
    a new requirement; it's just being made explicit.

    Change-Id: I15d39b94d441e9e155870a0593d11e67e68f9bd9
    Closes-Bug: #1333927