summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: bd3a5be64bf7b8ea550c1cca579e63457c8b4211 (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=leafymiracle
with-coverage=1
cover-erase=1

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

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

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

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