Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I2930c648a9b5a9ae462e21257c412dfbdb66e269
This commit is contained in:
parent
105eadbbac
commit
305b06c758
14
setup.cfg
14
setup.cfg
@ -36,17 +36,3 @@ oslo.config.opts =
|
||||
oslo.log = oslo_log._options:list_opts
|
||||
console_scripts =
|
||||
convert-json = oslo_log.cmds.convert_json:main
|
||||
|
||||
[compile_catalog]
|
||||
directory = oslo_log/locale
|
||||
domain = oslo_log
|
||||
|
||||
[update_catalog]
|
||||
domain = oslo_log
|
||||
output_dir = oslo_log/locale
|
||||
input_file = oslo_log/locale/oslo_log.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = oslo_log/locale/oslo_log.pot
|
||||
|
Loading…
Reference in New Issue
Block a user