forked from edgewall/trac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (41 loc) · 1.11 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
[egg_info]
tag_build = dev
tag_svn_revision = true
[bdist_wininst]
bitmap = setup_wininst.bmp
[extract_messages]
add_comments = TRANSLATOR:
copyright_holder = Edgewall Software
msgid_bugs_address = trac-dev@googlegroups.com
output_file = trac/locale/messages.pot
keywords = _ ngettext:1,2 N_ tag_ tagn_:1,2
[init_catalog]
input_file = trac/locale/messages.pot
output_dir = trac/locale
[compile_catalog]
directory = trac/locale
[update_catalog]
input_file = trac/locale/messages.pot
output_dir = trac/locale
[extract_messages_js]
add_comments = TRANSLATOR:
copyright_holder = Edgewall Software
msgid_bugs_address = trac-dev@googlegroups.com
output_file = trac/locale/messages-js.pot
keywords = _ ngettext:1,2 N_
mapping_file = messages-js.cfg
[init_catalog_js]
domain = messages-js
input_file = trac/locale/messages-js.pot
output_dir = trac/locale
[compile_catalog_js]
domain = messages-js
directory = trac/locale
[update_catalog_js]
domain = messages-js
input_file = trac/locale/messages-js.pot
output_dir = trac/locale
[generate_messages_js]
domain = messages-js
input_dir = trac/locale
output_dir = trac/htdocs/js/messages