File: setup.cfg

package info (click to toggle)
trac-customfieldadmin 0.4.0%2Bsvn18456-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 524; javascript: 55; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 597 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
[egg_info]
tag_build = dev

[extract_messages]
add_comments = TRANSLATOR:
copyright_holder = CodeResort.com (BV Network AS)
output_file = customfieldadmin/locale/customfieldadmin.pot
keywords = _ tag_
width = 72
mapping_file = messages.cfg

[init_catalog]
input_file = customfieldadmin/locale/customfieldadmin.pot
output_dir = customfieldadmin/locale
domain = customfieldadmin

[compile_catalog]
directory = customfieldadmin/locale
domain = customfieldadmin

[update_catalog]
input_file = customfieldadmin/locale/customfieldadmin.pot
output_dir = customfieldadmin/locale
domain = customfieldadmin