Remove translation sections from setup.cfg

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

Change-Id: I3ef03f6a99fef5612b7211b5ac42336c897c2c13
This commit is contained in:
melissaml 2020-05-14 18:41:37 +08:00
parent 8f7e36df1e
commit a4028c220c
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -36,17 +36,3 @@ oslo.config.driver =
castellan.drivers =
barbican = castellan.key_manager.barbican_key_manager:BarbicanKeyManager
vault = castellan.key_manager.vault_key_manager:VaultKeyManager
[compile_catalog]
directory = castellan/locale
domain = castellan
[update_catalog]
domain = castellan
output_dir = castellan/locale
input_file = castellan/locale/castellan.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = castellan/locale/castellan.pot