Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 2b10f99a

History | View | Annotate | Download (697 Bytes)

1 0931fc44 Thomas BURGUIERE
[nosetests]
2
with-pylons=test.ini
3 4ceddde8 Aurelien BOMPARD
cover-package=vigigraph
4 a219c61d Aurelien BOMPARD
tests=vigigraph/tests
5 0931fc44 Thomas BURGUIERE
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 5b03b4cd Francois POIROTTE
30
[identity_catalog]
31
input_file = vigigraph/i18n/vigigraph.pot
32
output_dir = vigigraph/i18n
33
locale = en
34
domain = vigigraph