Remove translation sections from setup.cfg

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

Change-Id: I3796011ca54540b5eb75d1e223c1662a859fe52d
This commit is contained in:
melissaml 2020-05-14 17:34:02 +08:00
parent 85243abf63
commit c04520bd9b
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -76,17 +76,3 @@ congress.datasource.drivers =
tacker = congress.datasources.tacker_driver:TackerDriver
vcenter = congress.datasources.vCenter_driver:VCenterDriver
vitrage = congress.datasources.vitrage_driver:VitrageDriver
[compile_catalog]
directory = congress/locale
domain = congress
[update_catalog]
domain = congress
output_dir = congress/locale
input_file = congress/locale/congress.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = congress/locale/congress.pot