Statistics
| Branch: | Tag: | Revision:

root / ui.pyramid / setup.cfg @ d12e4bad

History | View | Annotate | Download (489 Bytes)

1
[nosetests]
2
match=^test
3
nocapture=1
4
cover-package=synnefo
5
with-coverage=1
6
cover-erase=1
7

    
8
[compile_catalog]
9
directory = synnefo/locale
10
domain = synnefo
11
statistics = true
12

    
13
[extract_messages]
14
add_comments = TRANSLATORS:
15
output_file = synnefo/locale/synnefo.pot
16
width = 80
17

    
18
[init_catalog]
19
domain = synnefo
20
input_file = synnefo/locale/synnefo.pot
21
output_dir = synnefo/locale
22

    
23
[update_catalog]
24
domain = synnefo
25
input_file = synnefo/locale/synnefo.pot
26
output_dir = synnefo/locale
27
previous = true