33 lines
537 B
INI
33 lines
537 B
INI
|
[egg_info]
|
||
|
tag_build = dev
|
||
|
tag_svn_revision = true
|
||
|
|
||
|
[easy_install]
|
||
|
find_links = http://www.pylonshq.com/download/
|
||
|
|
||
|
[nosetests]
|
||
|
with-pylons=test.ini
|
||
|
|
||
|
# Babel configuration
|
||
|
[compile_catalog]
|
||
|
domain = brie
|
||
|
directory = brie/i18n
|
||
|
statistics = true
|
||
|
|
||
|
[extract_messages]
|
||
|
add_comments = TRANSLATORS:
|
||
|
output_file = brie/i18n/brie.pot
|
||
|
width = 80
|
||
|
keywords = l_
|
||
|
|
||
|
[init_catalog]
|
||
|
domain = brie
|
||
|
input_file = brie/i18n/brie.pot
|
||
|
output_dir = brie/i18n
|
||
|
|
||
|
[update_catalog]
|
||
|
domain = brie
|
||
|
input_file = brie/i18n/brie.pot
|
||
|
output_dir = brie/i18n
|
||
|
previous = true
|