diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73bf118d1..4406ba060 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.164.0 - 2025-05-28
### Changed
diff --git a/apps/api/src/assets/sitemap.xml b/apps/api/src/assets/sitemap.xml
index a2876c696..776ee3c6b 100644
--- a/apps/api/src/assets/sitemap.xml
+++ b/apps/api/src/assets/sitemap.xml
@@ -454,10 +454,6 @@
https://ghostfol.io/nl/over${currentDate}T00:00:00+00:00
-
- https://ghostfol.io/nl/over/changelog
- ${currentDate}T00:00:00+00:00
- https://ghostfol.io/nl/over/licentie${currentDate}T00:00:00+00:00
@@ -470,6 +466,10 @@
https://ghostfol.io/nl/over/privacybeleid${currentDate}T00:00:00+00:00
+
+ https://ghostfol.io/nl/over/wijzigingslogboek
+ ${currentDate}T00:00:00+00:00
+ https://ghostfol.io/nl/prijzen${currentDate}T00:00:00+00:00
diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf
index 142082d28..f285a759b 100644
--- a/apps/client/src/locales/messages.nl.xlf
+++ b/apps/client/src/locales/messages.nl.xlf
@@ -7220,7 +7220,7 @@
Selector
- Selector
+ Kiezerapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html439
@@ -7589,7 +7589,7 @@
Calculations are based on delayed market data and may not be displayed in real-time.
- Calculations are based on delayed market data and may not be displayed in real-time.
+ Berekeningen zijn gebaseerd op vertraagde marktgegevens en worden mogelijk niet in realtime weergegeven.apps/client/src/app/components/home-market/home-market.html41
@@ -7597,7 +7597,7 @@
changelog
- changelog
+ wijzigingslogboekkebab-caselibs/common/src/lib/paths.ts