source: tracformsplugin/tags/tracforms-0.4.1/0.11/setup.cfg

Last change on this file was 10490, checked in by Steffen Hoffmann, 12 years ago

TracFormsPlugin: Release maintenance version 0.4.1 for compatibility with Trac 0.11, closes #9000.

These are changes cherry-picked from trunk and merged into tracforms-0.4 to
establish full compatibility with Trac 0.11 on level with plugin's own claims.

File size: 512 bytes
Line 
1[egg_info]
2tag_svn_revision = true
3
4[extract_messages]
5add_comments = TRANSLATOR:
6msgid_bugs_address = hoff.st@shaas.net
7output_file = tracforms/locale/messages.pot
8keywords = _ ngettext:1,2 tag_ #N_ ## not used yet
9width = 72
10
11[init_catalog]
12input_file = tracforms/locale/messages.pot
13output_dir = tracforms/locale
14domain = tracforms
15
16[compile_catalog]
17directory = tracforms/locale
18domain = tracforms
19
20[update_catalog]
21input_file = tracforms/locale/messages.pot
22output_dir = tracforms/locale
23domain = tracforms
Note: See TracBrowser for help on using the repository browser.