From 60a80e0bc33798a36e1a29253c8123f1d19bd2a5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Feb 2021 17:53:44 +0100 Subject: Refactoring - typo --- example_project/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 07d5de200..7b9b8ee63 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -105,8 +105,8 @@ USE_I18N = True # calendars according to the current locale USE_L10N = True LANGUAGES = ( - ('fr', u'Français'), - ('en', u'English'), + ('fr', 'Français'), + ('en', 'English'), ) DEFAULT_LANGUAGE = 1 -- cgit v1.2.3