Commit 7418a032 authored by melissaml's avatar melissaml
Browse files

Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I720de9fc3d005731cd7ba49027544e8ba61e589c
parent 49bd3c48
[python: **.py]
......@@ -28,17 +28,3 @@ packages =
[entry_points]
oslo.config.opts =
oslo.versionedobjects = oslo_versionedobjects._options:list_opts
[compile_catalog]
directory = oslo_versionedobjects/locale
domain = oslo_versionedobjects
[update_catalog]
domain = oslo_versionedobjects
output_dir = oslo_versionedobjects/locale
input_file = oslo_versionedobjects/locale/oslo_versionedobjects.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_versionedobjects/locale/oslo_versionedobjects.pot
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment