##// 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 1 [egg_info]
2 2 tag_build =
3 3 tag_svn_revision = 0
4 4 tag_date = 0
5 5
6 6 [aliases]
7 7 test = pytest
8 8
9 9 [compile_catalog]
10 10 domain = kallithea
11 11 directory = kallithea/i18n
12 12 statistics = true
13 13
14 14 [extract_messages]
15 15 add_comments = TRANSLATORS:
16 16 output_file = kallithea/i18n/kallithea.pot
17 17 msgid-bugs-address = translations@kallithea-scm.org
18 18 copyright-holder = Various authors, licensing as GPLv3
19 no-wrap = true
20 19
21 20 [init_catalog]
22 21 domain = kallithea
23 22 input_file = kallithea/i18n/kallithea.pot
24 23 output_dir = kallithea/i18n
25 24
26 25 [update_catalog]
27 26 domain = kallithea
28 27 input_file = kallithea/i18n/kallithea.pot
29 28 output_dir = kallithea/i18n
30 29 previous = true
31 30
32 31 [build_sphinx]
33 32 source-dir = docs/
34 33 build-dir = docs/_build
35 34 all_files = 1
36 35
37 36 [upload_sphinx]
38 37 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now