|
Revision 112, 502 bytes
(checked in by bkuhn, 8 months ago)
|
r145@hughes: bkuhn | 2008-05-26 11:22:33 -0400
- Moved version 7002 to 7148, which is the current svn version in the upstream as of today
|
| Line | |
|---|
| 1 |
[egg_info] |
|---|
| 2 |
tag_build = dev |
|---|
| 3 |
tag_svn_revision = true |
|---|
| 4 |
|
|---|
| 5 |
[bdist_wininst] |
|---|
| 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 |
keywords = _ ngettext:1,2 N_ tag_ |
|---|
| 14 |
|
|---|
| 15 |
[init_catalog] |
|---|
| 16 |
input_file = trac/locale/messages.pot |
|---|
| 17 |
output_dir = trac/locale |
|---|
| 18 |
|
|---|
| 19 |
[compile_catalog] |
|---|
| 20 |
directory = trac/locale |
|---|
| 21 |
|
|---|
| 22 |
[update_catalog] |
|---|
| 23 |
input_file = trac/locale/messages.pot |
|---|
| 24 |
output_dir = trac/locale |
|---|