Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/qesdi/graphplotter/trunk/setup.cfg@6523
Revision 6523,
606 bytes
checked in by pnorton, 11 years ago
(diff) |
set tag_svn_revision = false
|
Line | |
---|
1 | [egg_info] |
---|
2 | tag_svn_revision = false |
---|
3 | |
---|
4 | [easy_install] |
---|
5 | find_links = http://www.pylonshq.com/download/ |
---|
6 | |
---|
7 | [nosetests] |
---|
8 | with-pylons = test.ini |
---|
9 | |
---|
10 | # Babel configuration |
---|
11 | [compile_catalog] |
---|
12 | domain = graphplotter |
---|
13 | directory = graphplotter/i18n |
---|
14 | statistics = true |
---|
15 | |
---|
16 | [extract_messages] |
---|
17 | add_comments = TRANSLATORS: |
---|
18 | output_file = graphplotter/i18n/graphplotter.pot |
---|
19 | width = 80 |
---|
20 | |
---|
21 | [init_catalog] |
---|
22 | domain = graphplotter |
---|
23 | input_file = graphplotter/i18n/graphplotter.pot |
---|
24 | output_dir = graphplotter/i18n |
---|
25 | |
---|
26 | [update_catalog] |
---|
27 | domain = graphplotter |
---|
28 | input_file = graphplotter/i18n/graphplotter.pot |
---|
29 | output_dir = graphplotter/i18n |
---|
30 | previous = true |
---|
Note: See
TracBrowser
for help on using the repository browser.