forked from indico/indico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (35 loc) · 894 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[bdist_rpm]
post_install=indico/MaKaC/consoleScripts/post_install.sh
[install]
optimize=1
[extract_messages]
mapping_file = babel.cfg
output_file = indico/locale/messages.pot
width = 80
keywords = N_:1,2
[init_catalog]
input_file = indico/locale/messages.pot
output_dir = indico/locale
[compile_catalog]
directory = indico/locale
[update_catalog]
input_file = indico/locale/messages.pot
output_dir = indico/locale
[extract_messages_js]
keywords = $T
no_default_keywords=1
mapping_file = babel-js.cfg
output_file = indico/locale/messages-js.pot
width = 80
[init_catalog_js]
domain = messages-js
input_file = indico/locale/messages-js.pot
output_dir = indico/locale
[compile_catalog_js]
domain = messages-js
input_dir = indico/locale
output_dir = indico/htdocs/js/indico/i18n
[update_catalog_js]
domain = messages-js
input_file = indico/locale/messages-js.pot
output_dir = indico/locale