forked from geosolutions-it/ckanext-dcatapit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (22 loc) · 670 Bytes
/
setup.cfg
File metadata and controls
26 lines (22 loc) · 670 Bytes
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
26
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/dcatapit/i18n/ckanext-dcatapit.pot
width = 80
[init_catalog]
domain = ckanext-dcatapit
input_file = ckanext/dcatapit/i18n/ckanext-dcatapit.pot
output_dir = ckanext/dcatapit/i18n
[update_catalog]
domain = ckanext-dcatapit
input_file = ckanext/dcatapit/i18n/ckanext-dcatapit.pot
output_dir = ckanext/dcatapit/i18n
[compile_catalog]
domain = ckanext-dcatapit
directory = ckanext/dcatapit/i18n
statistics = true
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning