forked from liqd/adhocracy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (28 loc) · 733 Bytes
/
setup.cfg
File metadata and controls
33 lines (28 loc) · 733 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
29
30
31
32
33
[easy_install]
find_links = http://www.pylonshq.com/download/
[nosetests]
with-pylons = etc/test.ini
#verbose=True
#verbosity=2
#detailed-errors=1
# Babel configuration
[compile_catalog]
domain = adhocracy
directory = src/adhocracy/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = src/adhocracy/i18n/adhocracy.pot
no-wrap = true
no-location = true
keywords = lazy_gettext lazy_ngettext:1,2 lazy_ugettext L_ lazy_ungettext:1,2
[init_catalog]
domain = adhocracy
input_file = src/adhocracy/i18n/adhocracy.pot
output_dir = src/adhocracy/i18n
[update_catalog]
domain = adhocracy
input_file = src/adhocracy/i18n/adhocracy.pot
output_dir = src/adhocracy/i18n
previous = true
no-fuzzy-matching = true