Use new @LOCALEDIR@ substitution.
This commit is contained in:
parent
38104cbf9a
commit
903f638db7
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue