diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53debc2ab..81f0eef1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
+- Improved the language localization for Dutch (`nl`)
- Improved the language localization for EspaƱol (`es`)
## 2.178.0 - 2025-07-05
diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf
index 32fb7f6c8..40ff23338 100644
--- a/apps/client/src/locales/messages.nl.xlf
+++ b/apps/client/src/locales/messages.nl.xlf
@@ -7960,7 +7960,7 @@
The major part of your current investment is not in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
- The major part of your current investment is not in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
+ Het grootste deel van uw huidige investering staat niet in uw basisvaluta (${baseCurrencyValueRatio}% in ${baseCurrency}) apps/client/src/app/pages/i18n/i18n-page.html63
@@ -7968,7 +7968,7 @@
The major part of your current investment is in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
- The major part of your current investment is in your base currency (${baseCurrencyValueRatio}% in ${baseCurrency})
+ Het grootste deel van uw huidige investering bevindt zich in uw basisvaluta (${baseCurrencyValueRatio}% in ${baseCurrency}) apps/client/src/app/pages/i18n/i18n-page.html67
@@ -7976,7 +7976,7 @@
Investment
- Investment
+ Investeringapps/client/src/app/pages/i18n/i18n-page.html71
@@ -7984,7 +7984,7 @@
Over ${thresholdMax}% of your current investment is in ${currency} (${maxValueRatio}%)
- Over ${thresholdMax}% of your current investment is in ${currency} (${maxValueRatio}%)
+ Meer dan ${thresholdMax}% van uw huidige investering is in ${currency} (${maxValueRatio}%) apps/client/src/app/pages/i18n/i18n-page.html72
@@ -7992,7 +7992,7 @@
The major part of your current investment is in ${currency} (${maxValueRatio}%) and does not exceed ${thresholdMax}%
- The major part of your current investment is in ${currency} (${maxValueRatio}%) and does not exceed ${thresholdMax}%
+ Het grootste deel van uw huidige investering is in ${currency} (${maxValueRatio}%) en overschrijdt ${thresholdMax}% niet apps/client/src/app/pages/i18n/i18n-page.html76
@@ -8000,7 +8000,7 @@
start
- start
+ startkebab-caselibs/common/src/lib/routes/routes.ts
@@ -8013,7 +8013,7 @@
Do you really want to generate a new security token?
- Do you really want to generate a new security token?
+ Wilt u echt een nieuwe securitytoken genereren?apps/client/src/app/components/user-account-access/user-account-access.component.ts150
@@ -8021,7 +8021,7 @@
Generate
- Generate
+ Genererenapps/client/src/app/components/user-account-access/user-account-access.html43
@@ -8029,7 +8029,7 @@
Stocks
- Stocks
+ Aandelenapps/client/src/app/components/markets/markets.component.ts54
@@ -8037,7 +8037,7 @@
Cryptocurrencies
- Cryptocurrencies
+ Cryptovalutaapps/client/src/app/components/markets/markets.component.ts55