source: tagsplugin/tags/0.9/setup.cfg

Last change on this file was 16200, checked in by Ryan J Ollos, 7 years ago

0.9: Tag release 0.9

File size: 598 bytes
RevLine 
[9316]1[egg_info]
[16200]2tag_build =
[9316]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_
[13755]9keywords = N_ _ tag_ tagn_:1,2  # nothing else used by now
[9316]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
[13431]25
26[check_catalog]
27input_dir = tractags/locale
28domain = tractags
29
Note: See TracBrowser for help on using the repository browser.