diff --git a/CHANGELOG.md b/CHANGELOG.md
index 156ee49e5..e229101ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## Unreleased
+
+### Changed
+
+- Improved the language localization for Dutch (`nl`)
+
## 2.182.0 - 2025-07-16
### Added
diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf
index b0b7497cd..33ddd43fe 100644
--- a/apps/client/src/locales/messages.nl.xlf
+++ b/apps/client/src/locales/messages.nl.xlf
@@ -8077,7 +8077,7 @@
Average Unit Price
- Average Unit Price
+ Gemiddelde eenheidsprijs
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.ts
105
@@ -8085,7 +8085,7 @@
Account Cluster Risks
- Account Cluster Risks
+ Accountclusterrisico’s
apps/client/src/app/pages/i18n/i18n-page.html
14
@@ -8093,7 +8093,7 @@
Asset Class Cluster Risks
- Asset Class Cluster Risks
+ Clusterrisico’s van beleggingscategorieën
apps/client/src/app/pages/i18n/i18n-page.html
32
@@ -8101,7 +8101,7 @@
Currency Cluster Risks
- Currency Cluster Risks
+ Valutaclusterrisico’s
apps/client/src/app/pages/i18n/i18n-page.html
64
@@ -8109,7 +8109,7 @@
Economic Market Cluster Risks
- Economic Market Cluster Risks
+ Risico’s van economische marktclusters
apps/client/src/app/pages/i18n/i18n-page.html
86
@@ -8117,7 +8117,7 @@
Emergency Fund
- Emergency Fund
+ Noodfonds
apps/client/src/app/pages/i18n/i18n-page.html
89
@@ -8125,7 +8125,7 @@
Fees
- Fees
+ Kosten
apps/client/src/app/pages/i18n/i18n-page.html
106
@@ -8133,7 +8133,7 @@
Regional Market Cluster Risks
- Regional Market Cluster Risks
+ Risico’s van regionale marktclusters
apps/client/src/app/pages/i18n/i18n-page.html
107
@@ -8141,7 +8141,7 @@
No results found...
- No results found...
+ Geen resultaten gevonden...
libs/ui/src/lib/assistant/assistant.html
49