diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58ba1de43..ca128c324 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the style of the assistant
- Migrated the `HtmlTemplateMiddleware` to use `@Injectable()`
- Renamed `User` to `user` in the database schema
+- Improved the language localization for Catalan (`ca`)
- Improved the language localization for French (`fr`)
- Improved the language localization for German (`de`)
- Improved the language localization for Polish (`pl`)
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index 68aab0bd0..e16188a20 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -2816,7 +2816,7 @@
YTD
- YTD
+ YTDapps/client/src/app/components/toggle/toggle.component.ts23
@@ -3512,7 +3512,7 @@
General
- General
+ Generalapps/client/src/app/pages/faq/faq-page.component.ts38
@@ -3597,7 +3597,7 @@
ETFs
- ETFs
+ ETFsapps/client/src/app/pages/features/features-page.html25
@@ -4361,7 +4361,7 @@
Holding
- Holding
+ Holdingapps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.html32
@@ -4437,7 +4437,7 @@
Allocations
- Assignacions
+ Assignacionsapps/client/src/app/pages/portfolio/allocations/allocations-page.html4
@@ -4509,7 +4509,7 @@
Regions
- Regions
+ Regionsapps/client/src/app/pages/portfolio/allocations/allocations-page.html198
@@ -4585,7 +4585,7 @@
By Account
- By Account
+ Per compteapps/client/src/app/pages/portfolio/allocations/allocations-page.html286
@@ -4593,7 +4593,7 @@
By ETF Provider
- By ETF Provider
+ Pel proveïdor d’ETFapps/client/src/app/pages/portfolio/allocations/allocations-page.html306
@@ -4601,7 +4601,7 @@
By ETF Holding
- By ETF Holding
+ Per ETF Holdingapps/client/src/app/pages/portfolio/allocations/allocations-page.html333
@@ -4609,7 +4609,7 @@
Approximation based on the top holdings of each ETF
- Approximation based on the top holdings of each ETF
+ Aproximació basada en les participacions principals de cada ETFapps/client/src/app/pages/portfolio/allocations/allocations-page.html340
@@ -4617,7 +4617,7 @@
Analysis
- Analysis
+ Anàlisilibs/common/src/lib/routes/routes.ts93
@@ -4625,7 +4625,7 @@
Dividend
- Dividend
+ Dividendapps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts51
@@ -4637,7 +4637,7 @@
Investment
- Investment
+ Inversióapps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts56
@@ -4653,7 +4653,7 @@
Monthly
- Monthly
+ Mensualmentapps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts66
@@ -4661,7 +4661,7 @@
Yearly
- Yearly
+ Anualmentapps/client/src/app/pages/portfolio/analysis/analysis-page.component.ts67
@@ -4669,7 +4669,7 @@
Analysis
- Analysis
+ Anàlisiapps/client/src/app/pages/portfolio/analysis/analysis-page.html2