view setup.cfg @ 589:36d54d4479db

Fixed i18n installation
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 19:10:19 +0200
parents 0971e79cb357
children 0a48c1ec04fc
line wrap: on
line source

[egg_info]
tag_build = rc3
tag_svn_revision = true

[easy_install]
find_links = http://www.pylonshq.com/download/

[nosetests]
verbose=True
verbosity=2
with-pylons=test.ini
detailed-errors=1

# Babel configuration
[compile_catalog]
domain = rhodecode
directory = rhodecode/i18n
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = rhodecode/i18n/rhodecode.pot
width = 80

[init_catalog]
domain = rhodecode
input_file = rhodecode/i18n/rhodecode.pot
output_dir = rhodecode/i18n

[update_catalog]
domain = rhodecode
input_file = rhodecode/i18n/rhodecode.pot
output_dir = rhodecode/i18n
previous = true