changeset 7629:2b8563d0432c stable

ini: fix typo i18n.enable -> i18n.enabled (Issue #339) Commit f2f7a8c1281e changed the i18n-related ini settings to match TurboGears2. Even though the commit message correctly refers to 'i18n.enabled', the code incorrectly used 'i18n.enable'.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 01 Apr 2019 11:30:47 +0200
parents 6af336051b2a
children 953047e8c88a
files development.ini kallithea/lib/paster_commands/template.ini.mako
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Sun Mar 31 21:31:30 2019 +0200
+++ b/development.ini	Mon Apr 01 11:30:47 2019 +0200
@@ -91,7 +91,7 @@
 
 ## Internationalization (see setup documentation for details)
 ## By default, the language requested by the browser is used if available.
-#i18n.enable = false
+#i18n.enabled = false
 ## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n):
 i18n.lang =
 
--- a/kallithea/lib/paster_commands/template.ini.mako	Sun Mar 31 21:31:30 2019 +0200
+++ b/kallithea/lib/paster_commands/template.ini.mako	Mon Apr 01 11:30:47 2019 +0200
@@ -186,7 +186,7 @@
 
 <%text>## Internationalization (see setup documentation for details)</%text>
 <%text>## By default, the language requested by the browser is used if available.</%text>
-#i18n.enable = false
+#i18n.enabled = false
 <%text>## Fallback language, empty for English (valid values are the names of subdirectories in kallithea/i18n):</%text>
 i18n.lang =