Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ af425723

History | View | Annotate | Download (697 Bytes)

1
[nosetests]
2
with-pylons=test.ini
3
cover-package=vigigraph
4
tests=vigigraph/tests
5

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

    
12
[extract_messages]
13
add_comments = TRANSLATORS:
14
msgid_bugs_address = contact@projet-vigilo.org
15
output_file = vigigraph/i18n/vigigraph.pot
16
width = 80
17
keywords = l_
18

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

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

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