File: setup.cfg

package info (click to toggle)
trac-tags 0.7%2Bsvn12392-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 324 kB
  • ctags: 268
  • sloc: python: 2,029; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[egg_info]
tag_build = dev
tag_svn_revision = true

[extract_messages]
add_comments = TRANSLATOR:
msgid_bugs_address = hoff.st@shaas.net
output_file = tractags/locale/messages.pot
#keywords = _ ngettext:1,2 N_ tag_
keywords = _ tag_ # nothing else used by now
width = 72

[init_catalog]
input_file = tractags/locale/messages.pot
output_dir = tractags/locale
domain = tractags

[compile_catalog]
directory = tractags/locale
domain = tractags

[update_catalog]
input_file = tractags/locale/messages.pot
output_dir = tractags/locale
domain = tractags