Remove translation sections from setup.cfg

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

Change-Id: Ib60671941371aa22fbdeeb9d42fc619f60aa15e5
This commit is contained in:
Takashi Kajinami 2023-12-19 22:45:57 +09:00
parent 8e3c523fd7
commit e2b2008ed9
2 changed files with 0 additions and 15 deletions

View File

@ -1 +0,0 @@
[python: **.py]

View File

@ -64,17 +64,3 @@ oslo.messaging.notify.drivers =
oslo.config.opts =
oslo.messaging = oslo_messaging.opts:list_opts
[compile_catalog]
directory = oslo_messaging/locale
domain = oslo_messaging
[update_catalog]
domain = oslo_messaging
output_dir = oslo_messaging/locale
input_file = oslo_messaging/locale/oslo_messaging.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_messaging/locale/oslo_messaging.pot