##// END OF EJS Templates
i18n: disable 'no-wrap' on extract_messages to align wrap settings with weblate...
Thomas De Schampheleire -
r7812:0a2d8567 default
parent child Browse files
Show More
@@ -1,38 +1,37 b''
1 [egg_info]
1 [egg_info]
2 tag_build =
2 tag_build =
3 tag_svn_revision = 0
3 tag_svn_revision = 0
4 tag_date = 0
4 tag_date = 0
5
5
6 [aliases]
6 [aliases]
7 test = pytest
7 test = pytest
8
8
9 [compile_catalog]
9 [compile_catalog]
10 domain = kallithea
10 domain = kallithea
11 directory = kallithea/i18n
11 directory = kallithea/i18n
12 statistics = true
12 statistics = true
13
13
14 [extract_messages]
14 [extract_messages]
15 add_comments = TRANSLATORS:
15 add_comments = TRANSLATORS:
16 output_file = kallithea/i18n/kallithea.pot
16 output_file = kallithea/i18n/kallithea.pot
17 msgid-bugs-address = translations@kallithea-scm.org
17 msgid-bugs-address = translations@kallithea-scm.org
18 copyright-holder = Various authors, licensing as GPLv3
18 copyright-holder = Various authors, licensing as GPLv3
19 no-wrap = true
20
19
21 [init_catalog]
20 [init_catalog]
22 domain = kallithea
21 domain = kallithea
23 input_file = kallithea/i18n/kallithea.pot
22 input_file = kallithea/i18n/kallithea.pot
24 output_dir = kallithea/i18n
23 output_dir = kallithea/i18n
25
24
26 [update_catalog]
25 [update_catalog]
27 domain = kallithea
26 domain = kallithea
28 input_file = kallithea/i18n/kallithea.pot
27 input_file = kallithea/i18n/kallithea.pot
29 output_dir = kallithea/i18n
28 output_dir = kallithea/i18n
30 previous = true
29 previous = true
31
30
32 [build_sphinx]
31 [build_sphinx]
33 source-dir = docs/
32 source-dir = docs/
34 build-dir = docs/_build
33 build-dir = docs/_build
35 all_files = 1
34 all_files = 1
36
35
37 [upload_sphinx]
36 [upload_sphinx]
38 upload-dir = docs/_build/html
37 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now