Add language selection feature and internationalization support

This commit is contained in:
Eduardo Silva
2025-04-14 15:42:12 -03:00
parent 701f957642
commit e430580aba
18 changed files with 261 additions and 107 deletions

3
update_messages.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
django-admin makemessages -a --ignore=.venv/*
django-admin compilemessages --ignore=.venv/*