summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2/src/basiclayout/setup.cfg
blob: 23b2ad983a04de7479d07837b88f51908cce67ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[nosetests]
match=^test
nocapture=1
cover-package=tutorial
with-coverage=1
cover-erase=1

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

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

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

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