Comment 3 for bug 1675298

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

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

commit a88092630014c53c9e6fe4ee9265f8443eea96bd
Author: Akihiro Motoki <email address hidden>
Date: Sun Mar 26 14:42:25 2017 +0000

    Generate language list automatically

    Previously the available language list is maintained manually.
    This commit change horizon to check translation message catalog
    is available for each language and generate the language list
    automatically. settings.LANGUAGES is still used to determines
    the initial set of languages and now defaults to the list provided
    by django.

    Change-Id: I9d9c934beebd7a641e2feb0d5cdfa839e0efa3c3
    Closes-Bug: #1675298