Remove translation sections from setup.cfg

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

Change-Id: I1d071c93c1e8eba4a43274023cfea87d16fb857b
This commit is contained in:
zhangbailin
2020-04-26 19:29:01 +08:00
committed by Brin Zhang
parent d0f536e4c1
commit 031d1efa80

View File

@@ -51,16 +51,3 @@ openstack.accelerator.v2 =
accelerator_arq_show = cyborgclient.osc.v2.accelerator_request:ShowAcceleratorRequest
accelerator_arq_bind = cyborgclient.osc.v2.accelerator_request:BindAcceleratorRequest
accelerator_arq_unbind = cyborgclient.osc.v2.accelerator_request:UnbindAcceleratorRequest
[compile_catalog]
directory = cyborgclient/locale
domain = cyborgclient
[update_catalog]
domain = cyborgclient
output_dir = cyborgclient/locale
input_file = cyborgclient/locale/cyborgclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
output_file = cyborgclient/locale/cyborgclient.pot