fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ADS System
[edumed.git]
/
edumed
/
settings.d
/
30-locale.py
diff --git
a/edumed/settings.d/30-locale.py
b/edumed/settings.d/30-locale.py
index
d77583d
..
ed2173a
100644
(file)
--- a/
edumed/settings.d/30-locale.py
+++ b/
edumed/settings.d/30-locale.py
@@
-2,7
+2,7
@@
LANGUAGES = (
('pl', u'polski'),
LANGUAGES = (
('pl', u'polski'),
-
#
('en', u'English'),
+ ('en', u'English'),
)
# Local time zone for this installation. Choices can be found here:
)
# 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
# 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'),
+)