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:
parent
b6e1688b24
commit
c1b4e7b873
15
setup.cfg
15
setup.cfg
@ -99,18 +99,3 @@ cover-inclusive = true
|
|||||||
; method in nose/inspector.py requires a traceback-like object.
|
; method in nose/inspector.py requires a traceback-like object.
|
||||||
;
|
;
|
||||||
; detailed-errors = 1
|
; 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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user