summaryrefslogtreecommitdiff
path: root/docs/getting_started/quick_glance/package/setup.cfg
blob: 186e796fc22fd16b72c97f0cf3a5ae669193722c (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 = hello_world
with-coverage = 1
cover-erase = 1

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

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

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

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