diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd9a73498..f3cd842ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the import functionality by tags
- Improved the language localization for Polish (`pl`)
+- Improved the language localization for Spanish (`es`)
## 2.189.0 - 2025-08-05
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index 47ced2075..fc7d38d4e 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -7581,7 +7581,7 @@
The equity contribution of your current investment (${equityValueRatio}%) exceeds ${thresholdMax}%
- The equity contribution of your current investment (${equityValueRatio}%) exceeds ${thresholdMax}%
+ La contribución de renta variable de tu inversión actual (${equityValueRatio}%) supera el ${thresholdMax}%apps/client/src/app/pages/i18n/i18n-page.html43
@@ -7589,7 +7589,7 @@
The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}%
- The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}%
+ La contribución de renta variable de tu inversión actual (${equityValueRatio}%) está por debajo del ${thresholdMin}%apps/client/src/app/pages/i18n/i18n-page.html47
@@ -7597,7 +7597,7 @@
The equity contribution of your current investment (${equityValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
- The equity contribution of your current investment (${equityValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ La contribución de renta variable de tu inversión actual (${equityValueRatio}%) está dentro del rango entre ${thresholdMin}% y ${thresholdMax}%apps/client/src/app/pages/i18n/i18n-page.html51
@@ -7605,7 +7605,7 @@
Fixed Income
- Fixed Income
+ Renta fijaapps/client/src/app/pages/i18n/i18n-page.html55
@@ -7613,7 +7613,7 @@
The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
- The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
+ La contribución de renta fija de tu inversión actual (${fixedIncomeValueRatio}%) supera el ${thresholdMax}%apps/client/src/app/pages/i18n/i18n-page.html57
@@ -7621,7 +7621,7 @@
The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is below ${thresholdMin}%
- The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is below ${thresholdMin}%
+ La contribución de renta fija de tu inversión actual (${fixedIncomeValueRatio}%) está por debajo del ${thresholdMin}%apps/client/src/app/pages/i18n/i18n-page.html61
@@ -7629,7 +7629,7 @@
The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
- The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) is within the range of ${thresholdMin}% and ${thresholdMax}%
+ La contribución de renta fija de tu inversión actual (${fixedIncomeValueRatio}%) está dentro del rango entre ${thresholdMin}% y ${thresholdMax}%apps/client/src/app/pages/i18n/i18n-page.html66
@@ -7637,7 +7637,7 @@
Investment: Base Currency
- Investment: Base Currency
+ Inversión: Moneda baseapps/client/src/app/pages/i18n/i18n-page.html72
@@ -7645,7 +7645,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})
+ La mayor parte de tu inversión actual no está en tu moneda base (${baseCurrencyValueRatio}% en ${baseCurrency})apps/client/src/app/pages/i18n/i18n-page.html75
@@ -7653,7 +7653,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})
+ La mayor parte de tu inversión actual está en tu moneda base (${baseCurrencyValueRatio}% en ${baseCurrency})apps/client/src/app/pages/i18n/i18n-page.html79
@@ -7661,7 +7661,7 @@
Investment
- Investment
+ Inversiónapps/client/src/app/pages/i18n/i18n-page.html82
@@ -7669,7 +7669,7 @@
Over ${thresholdMax}% of your current investment is in ${currency} (${maxValueRatio}%)
- Over ${thresholdMax}% of your current investment is in ${currency} (${maxValueRatio}%)
+ Más del ${thresholdMax}% de tu inversión actual está en ${currency} (${maxValueRatio}%)apps/client/src/app/pages/i18n/i18n-page.html84
@@ -7677,7 +7677,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}%
+ La mayor parte de tu inversión actual está en ${currency} (${maxValueRatio}%) y no supera el ${thresholdMax}%apps/client/src/app/pages/i18n/i18n-page.html88