🌐(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

@@ -43,6 +43,7 @@ def test_api_config(is_authenticated):
["en-us", "English"],
["fr-fr", "Français"],
["de-de", "Deutsch"],
["nl-nl", "Nederlands"],
],
"LANGUAGE_CODE": "en-us",
"MEDIA_BASE_URL": "http://testserver/",