-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (24 loc) · 812 Bytes
/
setup.cfg
File metadata and controls
28 lines (24 loc) · 812 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
27
28
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/datavic-odp-theme/i18n/ckanext-datavic-odp-theme.pot
width = 80
[init_catalog]
domain = ckanext-datavic-odp-theme
input_file = ckanext/datavic-odp-theme/i18n/ckanext-datavic-odp-theme.pot
output_dir = ckanext/datavic-odp-theme/i18n
[update_catalog]
domain = ckanext-datavic-odp-theme
input_file = ckanext/datavic-odp-theme/i18n/ckanext-datavic-odp-theme.pot
output_dir = ckanext/datavic-odp-theme/i18n
previous = true
[compile_catalog]
domain = ckanext-datavic-odp-theme
directory = ckanext/datavic-odp-theme/i18n
statistics = true
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning
addopts = --ckan-ini test.ini