LANGUAGES = (
('pl', u'polski'),
-# ('en', u'English'),
+ ('en', u'English'),
)
# Local time zone for this installation. Choices can be found here:
# 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'),
+)