1
by kapil.foss at gmail
charmworld pyramid starter |
1 |
[nosetests]
|
2 |
match = ^test |
|
3 |
nocapture = 1 |
|
153.1.1
by Aaron Bentley
Initial work on API 0. |
4 |
mongodb = mongodb |
304.4.26
by Aaron Bentley
Move logging filters to nose config. |
5 |
logging-filter=-pyelasticsearch,-requests.packages.urllib3.connectionpool |
1
by kapil.foss at gmail
charmworld pyramid starter |
6 |
|
7 |
[compile_catalog]
|
|
8 |
directory = charmworld/locale |
|
9 |
domain = charmworld |
|
10 |
statistics = true |
|
11 |
||
12 |
[extract_messages]
|
|
13 |
add_comments = TRANSLATORS: |
|
14 |
output_file = charmworld/locale/charmworld.pot |
|
15 |
width = 80 |
|
16 |
||
17 |
[init_catalog]
|
|
18 |
domain = charmworld |
|
19 |
input_file = charmworld/locale/charmworld.pot |
|
20 |
output_dir = charmworld/locale |
|
21 |
||
22 |
[update_catalog]
|
|
23 |
domain = charmworld |
|
24 |
input_file = charmworld/locale/charmworld.pot |
|
25 |
output_dir = charmworld/locale |
|
26 |
previous = true |