summaryrefslogtreecommitdiff
path: root/docs/quick_tour/awesome/setup.cfg
blob: b1cd90d2cac05b67cc56d85f4b6a3f4f1f19d1e0 (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
28
[nosetests]
match = ^test
nocapture = 1
cover-package = awesome
with-coverage = 1
cover-erase = 1

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

[extract_messages]
add_comments = TRANSLATORS:
output_file = awesome/locale/awesome.pot
width = 80
mapping_file = message-extraction.ini

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

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