source: tagsplugin/tags/0.7/setup.cfg

Last change on this file was 14553, checked in by Ryan J Ollos, 8 years ago

tag_svn_revision is not supported in setuptools ≥ 10. Fixes #12281.

File size: 599 bytes
Line 
1[egg_info]
2tag_build = 
3
4[extract_messages]
5add_comments = TRANSLATOR:
6msgid_bugs_address = hoff.st@shaas.net
7output_file = tractags/locale/messages.pot
8#keywords = _ ngettext:1,2 N_ tag_
9keywords = N_ _ tag_ tagn_:1,2  # nothing else used by now
10width = 72
11
12[init_catalog]
13input_file = tractags/locale/messages.pot
14output_dir = tractags/locale
15domain = tractags
16
17[compile_catalog]
18directory = tractags/locale
19domain = tractags
20
21[update_catalog]
22input_file = tractags/locale/messages.pot
23output_dir = tractags/locale
24domain = tractags
25
26[check_catalog]
27input_dir = tractags/locale
28domain = tractags
29
Note: See TracBrowser for help on using the repository browser.