Use new @LOCALEDIR@ substitution.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-16 15:19:51 -04:00
parent 38104cbf9a
commit 903f638db7

View file

@ -61,7 +61,7 @@ genshi.encoding="utf-8"
session_filter.on = True
i18n.run_template_filter = True
i18n.domain = 'fas'
i18n.locale_dir = '@DATADIR@/locales'
i18n.locale_dir = '@LOCALEDIR@'
# VISIT TRACKING
# Each visit to your application will be assigned a unique visit ID tracked via
@ -166,3 +166,4 @@ static_filter.dir = "@DATADIR@/static"
[/favicon.ico]
static_filter.on = True
static_filter.file = "@DATADIR@/static/images/favicon.ico"