Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / setup.cfg @ 805cc54a

History | View | Annotate | Download (597 Bytes)

1
[egg_info]
2
tag_build = dev
3
tag_svn_revision = true
4

    
5
[easy_install]
6
find_links = http://www.pylonshq.com/download/
7

    
8
[nosetests]
9
with-pylons=test.ini
10

    
11
# Babel configuration
12
[compile_catalog]
13
domain = dashboard
14
directory = dashboard/i18n
15
statistics = true
16

    
17
[extract_messages]
18
add_comments = TRANSLATORS:
19
output_file = dashboard/i18n/dashboard.pot
20
width = 80
21
keywords = l_
22

    
23
[init_catalog]
24
domain = dashboard
25
input_file = dashboard/i18n/dashboard.pot
26
output_dir = dashboard/i18n
27

    
28
[update_catalog]
29
domain = dashboard
30
input_file = dashboard/i18n/dashboard.pot
31
output_dir = dashboard/i18n
32
previous = true