aboutsummaryrefslogtreecommitdiff
path: root/app/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/__init__.py')
-rw-r--r--app/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/__init__.py b/app/__init__.py
index d064087..71752dc 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -61,9 +61,9 @@ from .markdown import init_app
init_app(app)
-@babel.localeselector
-def get_locale():
- return request.accept_languages.best_match(app.config['LANGUAGES'].keys())
+# @babel.localeselector
+# def get_locale():
+# return request.accept_languages.best_match(app.config['LANGUAGES'].keys())
from . import models, tasks, template_filters