locale: update translations and remove dutch from available languages until translation is done

This commit is contained in:
Herculino Trotta
2025-01-24 16:30:31 -03:00
parent 97465c07fe
commit b9cd97f0b8
7 changed files with 665 additions and 304 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)"),
)