forked from bravecollective/jabber-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (26 loc) · 788 Bytes
/
setup.cfg
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
29
30
# Test suite configuration
[aliases]
test = nosetests --with-coverage --cover-package=brave.forums --cover-inclusive --nocapture --verbose --where tests --detailed-errors
# Babel configuration
[compile_catalog]
domain = services
directory = brave/forums/locale/
statistics = true
[extract_messages]
keywords = __:1,2 L_
mapping_file = babel.cfg
output_file = brave/forums/locale/service.pot
width = 120
msgid-bugs-address = [email protected]
copyright-holder = Alice Bevan-McGregor
[init_catalog]
domain = services
input_file = brave/forums/locale/service.pot
output_dir = brave/forums/locale
[update_catalog]
domain = services
input_file = brave/forums/locale/service.pot
output_dir = brave/forums/locale
previous = true
ignore-obsolete = true
no-fuzzy-matching = true