Remove translation sections from setup.cfg

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

Change-Id: I8c0b801ae8e8a79bfeb07e2263c34013ed2fe66a
This commit is contained in:
Takashi Kajinami 2023-12-19 22:46:30 +09:00
parent ac2b44fce2
commit 4bebfc09e6
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -24,17 +24,3 @@ classifier =
[files]
packages =
oslo_upgradecheck
[compile_catalog]
directory = oslo.upgradecheck/locale
domain = oslo.upgradecheck
[update_catalog]
domain = oslo.upgradecheck
output_dir = oslo.upgradecheck/locale
input_file = oslo.upgradecheck/locale/oslo.upgradecheck.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo.upgradecheck/locale/oslo.upgradecheck.pot