fnp
/
emels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
923b3ae
)
locale
author
Jan Szejko
<janek37@gmail.com>
Wed, 5 Apr 2017 11:32:06 +0000
(13:32 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 5 Apr 2017 11:32:06 +0000
(13:32 +0200)
emels/settings/locale.py
patch
|
blob
|
history
diff --git
a/emels/settings/locale.py
b/emels/settings/locale.py
index
0ebecda
..
7887630
100644
(file)
--- a/
emels/settings/locale.py
+++ b/
emels/settings/locale.py
@@
-19,7
+19,7
@@
TIME_ZONE = None
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
-LANGUAGE_CODE = '
pl
'
+LANGUAGE_CODE = '
en
'
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
@@
-31,7
+31,3
@@
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
-
-LOCALE_PATHS = (
- os.path.join(PROJECT_DIR, 'emels/locale-contrib'),
-)