Skip to content
Snippets Groups Projects
Commit 309ff7f5 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files
parent 185f6a20
No related branches found
No related tags found
No related merge requests found
Pipeline #9586 passed
......@@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/1.10/ref/settings/
import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
from django.utils.translation import ugettext_lazy
from django.utils.translation import gettext_lazy
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
......@@ -134,7 +134,7 @@ TIME_ZONE = 'UTC'
USE_I18N = True
LANGUAGES = [
('en', ugettext_lazy('English')),
('en', gettext_lazy('English')),
# ('fr', ugettext_lazy('French')),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment