🌐(i18n) activate dutch language

All the dutch translations are complete on crowdin. We activate it in
the django settings and download all translations from crowdin
This commit is contained in:
Manuel Raynaud
2025-03-17 15:02:49 +01:00
parent 02c9b2ea2e
commit 799814e3e3
9 changed files with 774 additions and 561 deletions

View File

@@ -238,6 +238,7 @@ class Base(Configuration):
("en-us", "English"),
("fr-fr", "Français"),
("de-de", "Deutsch"),
("nl-nl", "Nederlands"),
)
)