fix(configuration): LOCALE variable

This commit is contained in:
Fabrice Mouhartem 2024-10-19 14:19:08 +02:00
parent ddb749e247
commit 7f1d2b274e
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -32,7 +32,7 @@ TIMEZONE = 'Europe/Paris'
#LANG
DEFAULT_LANG = 'en'
LOCALE = 'en_GB.UTF-8'
LOCALE = 'en_GB.utf8'
DEFAULT_DATE_FORMAT = '%A, %B %d, %Y'
I18N_SUBSITES = {
'fr': {