Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 71709694

History | View | Annotate | Download (676 Bytes)

1
[nosetests]
2
cover-package=vigigraph
3
tests=vigigraph/tests
4

    
5
# Babel configuration
6
[compile_catalog]
7
domain = vigigraph
8
directory = vigigraph/i18n
9
statistics = true
10

    
11
[extract_messages]
12
add_comments = TRANSLATORS:
13
msgid_bugs_address = contact.vigilo@csgroup.eu
14
output_file = vigigraph/i18n/vigigraph.pot
15
width = 80
16
keywords = l_
17

    
18
[init_catalog]
19
domain = vigigraph
20
input_file = vigigraph/i18n/vigigraph.pot
21
output_dir = vigigraph/i18n
22

    
23
[update_catalog]
24
domain = vigigraph
25
input_file = vigigraph/i18n/vigigraph.pot
26
output_dir = vigigraph/i18n
27
previous = true
28

    
29
[identity_catalog]
30
input_file = vigigraph/i18n/vigigraph.pot
31
output_dir = vigigraph/i18n
32
locale = en
33
domain = vigigraph
34