sampleapp/setup.cfg
author Christophe de Vienne <christophe@unlish.com>
Mon, 08 Dec 2014 20:38:32 +0100
changeset 11529 de8bc3697cfa
parent 11483 7b7ed56bf2fb
permissions -rw-r--r--
Added tag pyramid_cubicweb-debian-version-0.1.3-1, pyramid_cubicweb-version-0.1.3 for changeset 0a7769e583c2

[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