locale(de): enable Deutsch

This commit is contained in:
Herculino Trotta
2025-02-24 16:32:17 -03:00
parent 6bf262e514
commit 45d939237d
6 changed files with 754 additions and 558 deletions
+1
View File
@@ -163,6 +163,7 @@ AUTH_USER_MODEL = "users.User"
LANGUAGE_CODE = "en"
LANGUAGES = (
("de", "Deutsch"),
("en", "English"),
("nl", "Nederlands"),
("pt-br", "Português (Brasil)"),