barker/setup.cfg
tanshu 1a1fa7881d The Backend for the new narsil
Most of the things done. Need to implement a few reports and management.
Changed the method of handing the Validation Exception
2017-03-31 12:25:28 +05:30

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