Remove translation sections from setup.cfg

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

Change-Id: I5a27ecd3f4af1a9933b3480934d7b7a1e4dbf7dd
This commit is contained in:
melissaml 2020-05-14 17:40:55 +08:00
parent b6e1688b24
commit c1b4e7b873
2 changed files with 0 additions and 17 deletions

View File

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

View File

@ -99,18 +99,3 @@ cover-inclusive = true
; method in nose/inspector.py requires a traceback-like object.
;
; detailed-errors = 1
[compile_catalog]
directory = zaqar/locale
domain = zaqar
[update_catalog]
domain = zaqar
output_dir = zaqar/locale
input_file = zaqar/locale/zaqar.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = zaqar/locale/zaqar.pot