feat: enable Dutch (Nederlands) language choice

This commit is contained in:
Herculino Trotta
2025-01-25 15:55:42 -03:00
parent 72876bff43
commit b535a12014
4 changed files with 30 additions and 56 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ AUTH_USER_MODEL = "users.User"
LANGUAGE_CODE = "en"
LANGUAGES = (
("en", "English"),
# ("nl", "Nederlands"),
("nl", "Nederlands"),
("pt-br", "Português (Brasil)"),
)