🌐(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:
@@ -238,6 +238,7 @@ class Base(Configuration):
|
||||
("en-us", "English"),
|
||||
("fr-fr", "Français"),
|
||||
("de-de", "Deutsch"),
|
||||
("nl-nl", "Nederlands"),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user