Add additional language support for Spanish, French, and German

This commit is contained in:
Eduardo Silva
2025-04-16 15:45:31 -03:00
parent 503278a1de
commit 23f4a275fc
4 changed files with 5527 additions and 0 deletions

View File

@@ -127,6 +127,9 @@ USE_TZ = True
LANGUAGES = [
('pt-br', 'Português'),
('en', 'English'),
('es', 'Español'),
('fr', 'Français'),
('de', 'Deutsch'),
]
LOCALE_PATHS = [