Files
magnum-ui/setup.cfg
Andreas Jaeger ee98efd101 Translation setup
To start translation, 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 - see setup.cfg.

Further imports will be done by the OpenStack Proposal bot.

Note that translations have been setup already on infra side as part of
initial repo setup. This change is necessary so that the scripts
actually do what they should do.

Closes-Bug: #1511306
Change-Id: Ie518bffe825ae1c6d139a0613c30bc9748b52cd7
2015-10-29 09:58:55 +00:00

41 lines
1.1 KiB
INI

[metadata]
name = magnum-ui
version = 0.0.1
summary = Magnum User Interface
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
magnum_ui
[compile_catalog]
directory = magnum-ui/locale
domain = magnum-ui
[update_catalog]
domain = magnum-ui
output_dir = magnum-ui/locale
input_file = magnum-ui/locale/magnum-ui.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = magnum-ui/locale/magnum-ui.pot