Translations
* adds/updates translations
This commit is contained in:
@@ -8,6 +8,7 @@ Created on: 16.11.20
|
||||
from django.http import HttpRequest
|
||||
|
||||
from konova.sub_settings.context_settings import BASE_TITLE, HELP_LINK, BASE_FRONTEND_TITLE
|
||||
from konova.sub_settings.django_settings import LANGUAGE_CODE
|
||||
|
||||
|
||||
class BaseContext:
|
||||
@@ -17,7 +18,7 @@ class BaseContext:
|
||||
context = {
|
||||
"base_title": BASE_TITLE,
|
||||
"base_frontend_title": BASE_FRONTEND_TITLE,
|
||||
"language": "en",
|
||||
"language": LANGUAGE_CODE,
|
||||
"user": None,
|
||||
"current_role": None,
|
||||
"help_link": HELP_LINK,
|
||||
|
||||
Reference in New Issue
Block a user