The `gettext_enables config value has been renamed to gettext_additional_targets`.

This commit is contained in:
shimizukawa
2015-02-21 23:48:18 +09:00
parent 62e0490b81
commit d5dca56ff8
7 changed files with 11 additions and 9 deletions

View File

@@ -6,4 +6,4 @@ keep_warnings = True
templates_path = ['_templates']
html_additional_pages = {'index': 'index.html'}
release = version = '2013.120'
gettext_enables = ['index']
gettext_additional_targets = ['index']