Skip to content

Commit 5ac588c

Browse files
author
Hugo Pouliquen
committed
Add message to keep english language during deployment
1 parent ec3e193 commit 5ac588c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fir/config/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Language code for this installation. All choices can be found here:
2121
# http://www.i18nguy.com/unicode/language-identifiers.html
22-
LANGUAGE_CODE = 'en-us'
22+
LANGUAGE_CODE = 'en-us' # WARNING: Keep english language @Hugo
2323

2424
SITE_ID = 1
2525

fir/heroku_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# Internationalization
8989
# https://docs.djangoproject.com/en/1.9/topics/i18n/
9090

91-
LANGUAGE_CODE = 'en-us'
91+
LANGUAGE_CODE = 'en-us' # WARNING: Keep english language @Hugo
9292
TIME_ZONE = 'UTC'
9393
USE_I18N = True
9494
USE_L10N = True

0 commit comments

Comments
 (0)