diff --git a/backend/settings.py b/backend/settings.py index 19b80d8c..548c19ee 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -183,6 +183,11 @@ LANGUAGES = [ ('en', 'English'), + ('de', 'Deutsch'), + ('es', 'Español'), + ('fr', 'Français'), + ('it', 'Italiano'), + ('ru', 'Russian'), ] TIME_ZONE = 'UTC'