diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea8eb0011..d264f3e70 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
- Improved the language localization for Catalan (`ca`)
- Improved the language localization for Dutch (`nl`)
+- Improved the language localization for Italian (`it`)
- Improved the language localization for Portuguese (`pt`)
## 2.182.0 - 2025-07-16
diff --git a/apps/client/src/locales/messages.it.xlf b/apps/client/src/locales/messages.it.xlf
index 2c354cde3..f3b6f7240 100644
--- a/apps/client/src/locales/messages.it.xlf
+++ b/apps/client/src/locales/messages.it.xlf
@@ -7631,7 +7631,7 @@
Set up
- Fondo di emergenza: istituito
+ Fondo di emergenza: istituitoapps/client/src/app/pages/i18n/i18n-page.html90
@@ -7869,7 +7869,7 @@
Over ${thresholdMax}% of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%)
- Over ${thresholdMax}% of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%)
+ Oltre il ${thresholdMax}% del tuo investimento attuale è pari a ${maxAccountName} (${maxInvestmentRatio}%) apps/client/src/app/pages/i18n/i18n-page.html16
@@ -7877,7 +7877,7 @@
The major part of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%) and does not exceed ${thresholdMax}%
- The major part of your current investment is at ${maxAccountName} (${maxInvestmentRatio}%) and does not exceed ${thresholdMax}%
+ La maggior parte del tuo investimento attuale è pari a ${maxAccountName} (${maxInvestmentRatio}%) e non supera ${thresholdMax}% apps/client/src/app/pages/i18n/i18n-page.html20
@@ -7893,7 +7893,7 @@
The equity contribution of your current investment (${equityValueRatio}%) exceeds ${thresholdMax}%
- The equity contribution of your current investment (${equityValueRatio}%) exceeds ${thresholdMax}%
+ Il contributo azionario del tuo investimento attuale (${equityValueRatio}%) supera ${thresholdMax}% apps/client/src/app/pages/i18n/i18n-page.html36
@@ -7901,7 +7901,7 @@
The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}%
- The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}%
+ Il contributo azionario del tuo investimento attuale (${equityValueRatio}%) è inferiore a ${thresholdMin}% apps/client/src/app/pages/i18n/i18n-page.html40
@@ -7909,7 +7909,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}%
+ Il contributo azionario del tuo investimento attuale (${equityValueRatio}%) è compreso tra ${thresholdMin}% e ${thresholdMax}% apps/client/src/app/pages/i18n/i18n-page.html44
@@ -7925,7 +7925,7 @@
The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
- The fixed income contribution of your current investment (${fixedIncomeValueRatio}%) exceeds ${thresholdMax}%
+ Il contributo a reddito fisso del tuo investimento attuale (${fixedIncomeValueRatio}%) supera ${thresholdMax}% apps/client/src/app/pages/i18n/i18n-page.html50
@@ -7933,7 +7933,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}%
+ Il contributo a reddito fisso del tuo investimento attuale (${fixedIncomeValueRatio}%) è inferiore a ${thresholdMin}% apps/client/src/app/pages/i18n/i18n-page.html54
@@ -7941,7 +7941,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}%
+ Il contributo a reddito fisso del tuo investimento attuale (${fixedIncomeValueRatio}%) è compreso tra ${thresholdMin}% e ${thresholdMax}% apps/client/src/app/pages/i18n/i18n-page.html59
@@ -7957,7 +7957,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 maggior parte del tuo investimento attuale non è nella valuta di base (${baseCurrencyValueRatio}% in ${baseCurrency}) apps/client/src/app/pages/i18n/i18n-page.html68
@@ -7965,7 +7965,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 maggior parte del tuo investimento attuale è nella valuta di base (${baseCurrencyValueRatio}% in ${baseCurrency}) apps/client/src/app/pages/i18n/i18n-page.html72