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

@@ -14,6 +14,7 @@ const config = {
['en-us', 'English'],
['fr-fr', 'Français'],
['de-de', 'Deutsch'],
['nl-nl', 'Nederlands'],
],
LANGUAGE_CODE: 'en-us',
POSTHOG_KEY: {},