source: tagsplugin/tags/0.11/setup.cfg

Last change on this file was 17882, checked in by Ryan J Ollos, 3 years ago

TracTags 0.11: Tag version 0.11

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