Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-12-14 08:40:30 +01:00
parent a18d05bec7
commit 3fc1c8905c
2 changed files with 2 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ from __future__ import unicode_literals
from django.apps import AppConfig
# Store metadata for the app
# Store metadata for the app
class RowersConfig(AppConfig):
name = 'rowers'

View File

@@ -17,7 +17,7 @@ https://docs.djangoproject.com/en/1.9/ref/settings/
# -*- coding: utf-8 -*-
import os
from YamJam import yamjam
from django.utils.translation import ugettext_lazy as _
#from django.utils.translation import ugettext_lazy as _
# Read configuration (passwords, keys, secrets) from YamJam configuration
# You have to create your own config.yaml in the project directory
@@ -229,10 +229,6 @@ LOCALE_PATHS = (
# os.path.join(BASE_DIR, 'cvkbrno/locale'),
)
LANGUAGES = (
('cs',_(u'Czech')),
('nl',_(u'Dutch'))
)
LANGUAGE_CODE = 'en-us'
LANGUAGE_COOKIE_NAME = 'wm_lang'