forked from pitbulk/yith-library-web-client
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (25 loc) · 620 Bytes
/
Copy pathsetup.cfg
File metadata and controls
30 lines (25 loc) · 620 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
[easy_install]
zip_ok = False
[nosetests]
match = ^test
nocapture = 1
cover-package = yithwebclient
with-coverage = 1
cover-erase = 1
[compile_catalog]
directory = yithwebclient/locale
domain = yith-web-client
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = yithwebclient/locale/yith-web-client.pot
width = 80
[init_catalog]
domain = yith-web-client
input_file = yithwebclient/locale/yith-web-client.pot
output_dir = yithwebclient/locale
[update_catalog]
domain = yith-web-client
input_file = yithwebclient/locale/yith-web-client.pot
output_dir = yithwebclient/locale
previous = true