Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I102c9ad3804705659d54c537681b525e1f8cc05d
This commit is contained in:
parent
ba05201e0e
commit
57fc472b33
14
setup.cfg
14
setup.cfg
@ -263,17 +263,3 @@ neutron.objects =
|
||||
Trunk = neutron.objects.trunk:Trunk
|
||||
neutron.status.upgrade.checks =
|
||||
neutron = neutron.cmd.upgrade_checks.checks:CoreChecks
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = neutron/locale/neutron.pot
|
||||
|
||||
[compile_catalog]
|
||||
directory = neutron/locale
|
||||
domain = neutron neutron-log-error neutron-log-info neutron-log-warning
|
||||
|
||||
[update_catalog]
|
||||
domain = neutron
|
||||
output_dir = neutron/locale
|
||||
input_file = neutron/locale/neutron.pot
|
||||
|
Loading…
Reference in New Issue
Block a user