minor typo

This commit is contained in:
Thomas Nahuel Rusiecki 2025-01-30 20:03:26 -03:00
parent deb044eacb
commit 181877a41d

View file

@ -180,7 +180,7 @@ if TIME_ZONE == "UTC":
USE_L10N = True
LANGUAGES = [
('es', 'spanish'),
('es', 'español'),
('en', 'english'),
('ca', 'català'),
]