]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - setup.cfg
Merge branch 'master' into zykure/approved
[xonotic/xonstat.git] / setup.cfg
1 [nosetests]
2 match=^test
3 nocapture=1
4 cover-package=xonstat
5 with-coverage=1
6 cover-erase=1
7
8 [compile_catalog]
9 directory = xonstat/locale
10 domain = XonStat
11 statistics = true
12
13 [extract_messages]
14 add_comments = TRANSLATORS:
15 output_file = xonstat/locale/XonStat.pot
16 width = 80
17
18 [init_catalog]
19 domain = XonStat
20 input_file = xonstat/locale/XonStat.pot
21 output_dir = xonstat/locale
22
23 [update_catalog]
24 domain = XonStat
25 input_file = xonstat/locale/XonStat.pot
26 output_dir = xonstat/locale
27 previous = true