Comment 13 for bug 1082805

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

Reviewed: https://review.openstack.org/97092
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=7a192987c0a5edb9e239ffb4aba3b1dac083b41e
Submitter: Jenkins
Branch: master

commit 7a192987c0a5edb9e239ffb4aba3b1dac083b41e
Author: Andreas Jaeger <email address hidden>
Date: Sun Jun 1 11:51:29 2014 +0200

    Setup localization properly

    To start translation of swift, we need to initially import the
    translation file - and place it at the proper place so that
    the usual CI scripts can handle it.

    The proper place is for all python projects
    $PROJECT/locale/$PROJECT.pot, so move locale/$PROJECT.pot to the new
    location and regenerate the file.

    Update setup.cfg with the new paths.

    Further imports will be done by the OpenStack Proposal bot.

    Change-Id: Ide4da91f2af71db529f4a06d6b1e30ba79883506
    Partial-Bug: #608725
    Closes-Bug: #1082805