source: tagsplugin/tags/0.8/setup.cfg

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

0.8: Tag 0.8 release

Fixes #1304, #1344, #3660, #3891, #9064, #9797, #11661, #11690, #11695, #11888, #11950, #11954, #11968, #12202, #12292, #12434, #12486.

Refs #12415.

File size: 597 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
Note: See TracBrowser for help on using the repository browser.