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