mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 17:10:21 +00:00
33 lines
585 B
INI
33 lines
585 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 = wesstats
|
|
directory = wesstats/i18n
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = wesstats/i18n/wesstats.pot
|
|
width = 80
|
|
keywords = l_
|
|
|
|
[init_catalog]
|
|
domain = wesstats
|
|
input_file = wesstats/i18n/wesstats.pot
|
|
output_dir = wesstats/i18n
|
|
|
|
[update_catalog]
|
|
domain = wesstats
|
|
input_file = wesstats/i18n/wesstats.pot
|
|
output_dir = wesstats/i18n
|
|
previous = true
|