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