changeset 6693:3b29103657df

i18n: remove explicit formencode language setting Does not seem to be needed anymore, formencode validation is still translated in the current language without it.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 17 Jun 2017 22:19:11 +0200
parents 89e50be94fcb
children f2f7a8c1281e
files kallithea/config/app_cfg.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/config/app_cfg.py	Sat Jun 17 22:09:21 2017 +0200
+++ b/kallithea/config/app_cfg.py	Sat Jun 17 22:19:11 2017 +0200
@@ -174,8 +174,6 @@
         repo2db_mapper(ScmModel().repo_scan(repos_path),
                        remove_obsolete=False, install_git_hooks=False)
 
-    formencode.api.set_stdtranslation(languages=[config.get('lang')])
-
 hooks.register('configure_new_app', setup_configuration)