Skip to content

Commit 799814e

Browse files
committed
🌐(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
1 parent 02c9b2e commit 799814e

File tree

9 files changed

+724
-511
lines changed

9 files changed

+724
-511
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to
1313
- ✨(frontend) add pinning on doc detail #711
1414
- 🚩(frontend) feature flag analytic on copy as html #649
1515
- ✨(frontend) Custom block divider with export #698
16+
- 🌐(i18n) activate dutch language #742
1617

1718
## Changed
1819

src/backend/core/tests/test_api_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_api_config(is_authenticated):
4343
["en-us", "English"],
4444
["fr-fr", "Français"],
4545
["de-de", "Deutsch"],
46+
["nl-nl", "Nederlands"],
4647
],
4748
"LANGUAGE_CODE": "en-us",
4849
"MEDIA_BASE_URL": "http://testserver/",

src/backend/impress/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ class Base(Configuration):
238238
("en-us", "English"),
239239
("fr-fr", "Français"),
240240
("de-de", "Deutsch"),
241+
("nl-nl", "Nederlands"),
241242
)
242243
)
243244

0 commit comments

Comments
 (0)