locale in settings

This commit is contained in:
Cayo Puigdefabregas 2024-10-17 18:38:57 +02:00
parent c49644ffbd
commit 0b55d34d74
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@ USE_I18N = True
USE_TZ = True USE_TZ = True
USE_L10N = True
LANGUAGES = [
('es', 'Spanish'),
('en', 'English'),
]
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.0/howto/static-files/ # https://docs.djangoproject.com/en/5.0/howto/static-files/