28 lines
486 B
INI
28 lines
486 B
INI
|
[nosetests]
|
||
|
match = ^test
|
||
|
nocapture = 1
|
||
|
cover-package = barker
|
||
|
with-coverage = 1
|
||
|
cover-erase = 1
|
||
|
|
||
|
[compile_catalog]
|
||
|
directory = barker/locale
|
||
|
domain = barker
|
||
|
statistics = true
|
||
|
|
||
|
[extract_messages]
|
||
|
add_comments = TRANSLATORS:
|
||
|
output_file = barker/locale/barker.pot
|
||
|
width = 80
|
||
|
|
||
|
[init_catalog]
|
||
|
domain = barker
|
||
|
input_file = barker/locale/barker.pot
|
||
|
output_dir = barker/locale
|
||
|
|
||
|
[update_catalog]
|
||
|
domain = barker
|
||
|
input_file = barker/locale/barker.pot
|
||
|
output_dir = barker/locale
|
||
|
previous = true
|