Changeset - 3b29103657df
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 8 years ago 2017-06-17 22:19:11
thomas.de.schampheleire@gmail.com
i18n: remove explicit formencode language setting

Does not seem to be needed anymore, formencode validation is still
translated in the current language without it.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/config/app_cfg.py
Show inline comments
 
@@ -174,8 +174,6 @@ def setup_configuration(app):
 
        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)
 

	
 

	
0 comments (0 inline, 0 general)