sampleapp/setup.cfg
author Christophe de Vienne <christophe@unlish.com>
Sat, 03 Jan 2015 02:36:06 +0100
changeset 11534 ceb1a5baca4f
parent 11483 7b7ed56bf2fb
permissions -rw-r--r--
[config] Read pyramid settings in a 'pyramid.ini' file If a 'pyramid-debug.ini' file is present, it will be used instead when debugmode is on. Closes #4811298

[nosetests]
match = ^test
nocapture = 1
cover-package = sampleapp
with-coverage = 1
cover-erase = 1

[compile_catalog]
directory = sampleapp/locale
domain = sampleapp
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = sampleapp/locale/sampleapp.pot
width = 80

[init_catalog]
domain = sampleapp
input_file = sampleapp/locale/sampleapp.pot
output_dir = sampleapp/locale

[update_catalog]
domain = sampleapp
input_file = sampleapp/locale/sampleapp.pot
output_dir = sampleapp/locale
previous = true