diff --git a/CHANGELOG.md b/CHANGELOG.md
index efac535ee..a103b9db2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ 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 Catalan (`ca`)
+- Upgraded `countries-and-timezones` from version `3.7.2` to `3.8.0`
+
## 2.183.0 - 2025-07-20
### Added
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index bded1f166..8b1ddf098 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -6022,7 +6022,7 @@
Retirement Provision
- Retirement Provision
+ Provisió de jubilació
libs/ui/src/lib/i18n.ts
26
@@ -6030,7 +6030,7 @@
Satellite
- Satellite
+ Satèl·lit
libs/ui/src/lib/i18n.ts
27
@@ -6038,7 +6038,7 @@
Symbol
- Symbol
+ Símbol
libs/ui/src/lib/i18n.ts
28
@@ -6046,7 +6046,7 @@
Tag
- Tag
+ Etiqueta
libs/ui/src/lib/i18n.ts
29
@@ -6054,7 +6054,7 @@
Year
- Year
+ Any
libs/ui/src/lib/i18n.ts
30
@@ -6062,7 +6062,7 @@
Years
- Years
+ Anys
libs/ui/src/lib/i18n.ts
31
@@ -6070,7 +6070,7 @@
Buy
- Buy
+ Comprar
libs/ui/src/lib/i18n.ts
35
@@ -6078,7 +6078,7 @@
Fee
- Fee
+ Comissió
libs/ui/src/lib/i18n.ts
37
@@ -6086,7 +6086,7 @@
Valuable
- Valuable
+ Valuós
libs/ui/src/lib/i18n.ts
39
@@ -6094,7 +6094,7 @@
Liability
- Liability
+ Passiu
libs/ui/src/lib/i18n.ts
40
@@ -6102,7 +6102,7 @@
Sell
- Sell
+ Vendre
libs/ui/src/lib/i18n.ts
41
@@ -6110,7 +6110,7 @@
Cash
- Cash
+ Efectiu
libs/ui/src/lib/i18n.ts
53
@@ -6118,7 +6118,7 @@
Commodity
- Commodity
+ Mercaderia
libs/ui/src/lib/i18n.ts
45
@@ -6134,7 +6134,7 @@
Fixed Income
- Fixed Income
+ Ingressos Fixos
libs/ui/src/lib/i18n.ts
47
@@ -6142,7 +6142,7 @@
Liquidity
- Liquidity
+ Liquiditat
libs/ui/src/lib/i18n.ts
48
@@ -6150,7 +6150,7 @@
Real Estate
- Real Estate
+ Immobiliari
libs/ui/src/lib/i18n.ts
49
diff --git a/package-lock.json b/package-lock.json
index c42c7cf4a..e0baf6c91 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -62,7 +62,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
- "countries-and-timezones": "3.7.2",
+ "countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",
"date-fns": "4.1.0",
@@ -16753,9 +16753,9 @@
}
},
"node_modules/countries-and-timezones": {
- "version": "3.7.2",
- "resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.7.2.tgz",
- "integrity": "sha512-BHAMt4pKb3U3r/mRfiIlVnDhRd8m6VC20gwCWtpZGZkSsjZmnMDKFnnjWYGWhBmypQAqcQILFJwmEhIgWGVTmw==",
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/countries-and-timezones/-/countries-and-timezones-3.8.0.tgz",
+ "integrity": "sha512-+Ze9h5f4dQpUwbzTm0DEkiPiZyim9VHV4/mSnT4zNYJnrnfwsKjAZPtnp7J5VzejCDgySs+2SSc6MDdCnD43GA==",
"license": "MIT",
"engines": {
"node": ">=8.x",
diff --git a/package.json b/package.json
index 3d89e598c..d7c2ae2e9 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"color": "5.0.0",
- "countries-and-timezones": "3.7.2",
+ "countries-and-timezones": "3.8.0",
"countries-list": "3.1.1",
"countup.js": "2.8.2",
"date-fns": "4.1.0",