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:
13
setup.cfg
13
setup.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user