Changeset 106 for trunk/trac/setup.cfg
- Timestamp:
- 05/03/08 21:38:55 (8 months ago)
- Files:
-
- trunk/trac/setup.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/trac/setup.cfg
r46 r106 5 5 [bdist_wininst] 6 6 bitmap = setup_wininst.bmp 7 8 [extract_messages] 9 add_comments = TRANSLATOR: 10 copyright_holder = Edgewall Software 11 msgid_bugs_address = trac-dev@googlegroups.com 12 output_file = trac/locale/messages.pot 13 14 [init_catalog] 15 input_file = trac/locale/messages.pot 16 output_dir = trac/locale 17 18 [compile_catalog] 19 directory = trac/locale 20 21 [update_catalog] 22 input_file = trac/locale/messages.pot 23 output_dir = trac/locale