Remove translation sections from setup.cfg

These translation sections are not needed anymore,
* extract_messages
* compile_catalog
* update_catalog
As Babel can generate translation files without them.

Change-Id: I2ec08d6b9c26795f77226e324d642662412fe0de
This commit is contained in:
Manpreet Kaur 2021-02-11 16:13:10 +05:30
parent 8a56f1ec53
commit 79c93062bd
1 changed files with 0 additions and 14 deletions

View File

@ -107,17 +107,3 @@ oslo.policy.policies =
# list_rules method into a separate entry point rather than using the
# aggregate method.
tacker = tacker.policies:list_rules
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = tacker/locale/tacker.pot
[compile_catalog]
directory = tacker/locale
domain = tacker
[update_catalog]
domain = tacker
output_dir = tacker/locale
input_file = tacker/locale/tacker.pot