Commit bc30571b by Giulio Gratta

Merge pull request #80 from Stanford-Online/kluo/i18n-for-theme

Include theme locale path for translations
parents 348ef76f 64b18448
......@@ -60,6 +60,9 @@ def enable_theme():
(u'themes/{}'.format(settings.THEME_NAME), theme_root / 'static')
)
# Include theme locale path for django translations lookup
settings.LOCALE_PATHS += (theme_root / 'conf/locale',)
def enable_microsites():
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment