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