This file is indexed.

/usr/lib/python3/dist-packages/pyramid_jinja2/scaffolds/jinja2_starter/setup.cfg_tmpl is in python3-pyramid-jinja2 2.7+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
[compile_catalog]
directory = {{package}}/locale
domain = {{project}}
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = {{package}}/locale/{{project}}.pot
width = 80
mapping_file = message-extraction.ini

[init_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale

[update_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale
previous = true