From 723be16eaaafc3b655a21770e52e0be6b28d2ada Mon Sep 17 00:00:00 2001 From: pdelboca Date: Wed, 29 Nov 2023 13:53:02 +0100 Subject: [PATCH] Switch Portuguese for French --- foundation/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation/settings.py b/foundation/settings.py index 46c30b49..de8ec7d0 100644 --- a/foundation/settings.py +++ b/foundation/settings.py @@ -296,7 +296,7 @@ def _parse_email_list(varname): LANGUAGES = [ ('en', 'English'), ('es', 'Spanish'), - ('pt', 'Portuguese'), + ('fr', 'French'), ] TIME_ZONE = 'UTC'