My favorites | Sign in
Project Home Downloads Wiki Issues Source
Repository:
Checkout   Browse   Changes   Clones    
 
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
34
35
36
37
# nose configuration
[nosetests]
with-doctest=true
doctest-extension=.txt
doctest-tests=true
exclude=(pylons|tempita)
verbosity=3
with-coverage=1
cover-package=formalchemy
debug=nose.loader
pdb=1

# Babel configuration
[compile_catalog]
domain = formalchemy
directory = formalchemy/i18n_resources
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = formalchemy/i18n_resources/formalchemy.pot
width = 80

[init_catalog]
domain = formalchemy
input_file = formalchemy/i18n_resources/formalchemy.pot
output_dir = formalchemy/i18n_resources

[update_catalog]
domain = formalchemy
input_file = formalchemy/i18n_resources/formalchemy.pot
output_dir = formalchemy/i18n_resources
previous = true

[aliases]
make_dist = compile_catalog sdist --formats=zip,gztar

Change log

eaa2fbbd1f6c by jbellis on Dec 10, 2008   Diff
finish i18n mv
Go to: 
Project members, sign in to write a code review

Older revisions

79bbf7e9509b by gael.pasgrimaud on Nov 5, 2008   Diff
exlude tempita
92b69d06d54a by gael.pasgrimaud on Oct 29, 2008   Diff
add coverage
9d1d86a38c18 by gael.pasgrimaud on Oct 28, 2008   Diff
add fsblob module
All revisions of this file

File info

Size: 781 bytes, 37 lines
Powered by Google Project Hosting