-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
55 lines (44 loc) · 1.23 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
[egg_info]
tag_build = dev
tag_svn_revision = true
# Babel: Python and template translations
[extract_messages]
add_comments = TRANSLATOR:
msgid_bugs_address = [email protected]
output_file = HudsonTrac/locale/messages.pot
keywords = _ ngettext:1,2 N_ tag_
width = 72
[init_catalog]
input_file = HudsonTrac/locale/messages.pot
output_dir = HudsonTrac/locale
domain = hudsontrac
[compile_catalog]
directory = HudsonTrac/locale
domain = hudsontrac
[update_catalog]
input_file = HudsonTrac/locale/messages.pot
output_dir = HudsonTrac/locale
domain = hudsontrac
# Babel: Javascript translations
[extract_messages_js]
add_comments = TRANSLATOR:
copyright_holder = Christian Boos
msgid_bugs_address = [email protected]
output_file = HudsonTrac/locale/messages-js.pot
keywords = _ ngettext:1,2 N_
mapping_file = messages-js.cfg
[init_catalog_js]
domain = hudsontrac-js
input_file = HudsonTrac/locale/messages-js.pot
output_dir = HudsonTrac/locale
[compile_catalog_js]
domain = hudsontrac-js
directory = HudsonTrac/locale
[update_catalog_js]
domain = hudsontrac-js
input_file = HudsonTrac/locale/messages-js.pot
output_dir = HudsonTrac/locale
[generate_messages_js]
domain = hudsontrac-js
input_dir = HudsonTrac/locale
output_dir = HudsonTrac/htdocs/hudsontrac