Skip to content

Commit 274e368

Browse files
committed
chore(settings): turn off I18N since currently there are no translations
1 parent ec1ba92 commit 274e368

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rootfs/deis/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545

4646
# If you set this to False, Django will make some optimizations so as not
4747
# to load the internationalization machinery.
48-
USE_I18N = True
48+
# https://docs.djangoproject.com/en/1.9/ref/settings/#use-i18n
49+
USE_I18N = False
4950

5051
# If you set this to False, Django will not format dates, numbers and
5152
# calendars according to the current locale.

0 commit comments

Comments
 (0)