Show More
@@ -1,47 +1,44 | |||
|
1 | 1 | [egg_info] |
|
2 | 2 | tag_build = |
|
3 | 3 | tag_svn_revision = true |
|
4 | 4 | |
|
5 | [easy_install] | |
|
6 | find_links = http://www.pylonshq.com/download/ | |
|
7 | ||
|
8 | 5 | [nosetests] |
|
9 | 6 | verbose=True |
|
10 | 7 | verbosity=2 |
|
11 | 8 | with-pylons=test.ini |
|
12 | 9 | detailed-errors=1 |
|
13 | 10 | nologcapture=1 |
|
14 | 11 | #pdb=1 |
|
15 | 12 | #pdb-failures=1 |
|
16 | 13 | |
|
17 | 14 | # Babel configuration |
|
18 | 15 | [compile_catalog] |
|
19 | 16 | domain = kallithea |
|
20 | 17 | directory = kallithea/i18n |
|
21 | 18 | statistics = true |
|
22 | 19 | |
|
23 | 20 | [extract_messages] |
|
24 | 21 | add_comments = TRANSLATORS: |
|
25 | 22 | output_file = kallithea/i18n/kallithea.pot |
|
26 | 23 | msgid-bugs-address = translations@kallithea-scm.org |
|
27 | 24 | copyright-holder = Various authors, licensing as GPLv3 |
|
28 | 25 | no-wrap = true |
|
29 | 26 | |
|
30 | 27 | [init_catalog] |
|
31 | 28 | domain = kallithea |
|
32 | 29 | input_file = kallithea/i18n/kallithea.pot |
|
33 | 30 | output_dir = kallithea/i18n |
|
34 | 31 | |
|
35 | 32 | [update_catalog] |
|
36 | 33 | domain = kallithea |
|
37 | 34 | input_file = kallithea/i18n/kallithea.pot |
|
38 | 35 | output_dir = kallithea/i18n |
|
39 | 36 | previous = true |
|
40 | 37 | |
|
41 | 38 | [build_sphinx] |
|
42 | 39 | source-dir = docs/ |
|
43 | 40 | build-dir = docs/_build |
|
44 | 41 | all_files = 1 |
|
45 | 42 | |
|
46 | 43 | [upload_sphinx] |
|
47 | 44 | upload-dir = docs/_build/html |
General Comments 0
You need to be logged in to leave comments.
Login now