🌐(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:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user