Skip to content

Commit

Permalink
Fix internationalization
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwakftw committed Dec 10, 2019
1 parent 4898761 commit 6ff2846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autojudge/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/

LANGUAGE_CODE = 'en-in'
LANGUAGE_CODE = 'en-gb'

TIME_ZONE = 'Asia/Kolkata'

Expand Down

0 comments on commit 6ff2846

Please sign in to comment.