English version wip - urls, navigation
[edumed.git] / edumed / settings.d / 30-locale.py
index d77583d..ed2173a 100644 (file)
@@ -2,7 +2,7 @@
 
 LANGUAGES = (
     ('pl', u'polski'),
-#    ('en', u'English'),
+    ('en', u'English'),
 )
 
 # Local time zone for this installation. Choices can be found here:
@@ -28,3 +28,10 @@ USE_L10N = True
 
 # If you set this to False, Django will not use timezone-aware datetimes.
 USE_TZ = True
+
+CONTRIB_LOCALE_APPS = (
+    'pybb',
+)
+LOCALE_PATHS = (
+    path.join(PROJECT_DIR, 'edumed/locale-contrib'),
+)