diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-12 17:53:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:24 +0100 |
commit | 785e35555993fd1c7251b6d50e1fb4b27cbeb7f1 (patch) | |
tree | 9bf31ced127fc7389d9ba6f9d55279fd21debcfb /example_project/settings.py | |
parent | 3bbe9b6b0ed29709500d82c3b8122f8adb11d9ee (diff) | |
download | Ishtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.tar.bz2 Ishtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.zip |
Refactoring - typo
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |