diff --git a/CHANGELOG.md b/CHANGELOG.md
index d96f7dccb..b69e31d8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set the change detection strategy to `OnPush` in the _Zen Mode_
- Improved the language localization for Chinese (`zh`)
+### Fixed
+
+- Fixed a corrupted translation state attribute in the Catalan (`ca`) and Turkish (`tr`) locales
+
## 3.22.0 - 2026-07-08
### Added
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index 27f3729fb..c1d6f9d8b 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -4073,7 +4073,7 @@
How does Ghostfolio work?
- Com ho fa Ghostfolio treballar?
+ Com ho fa Ghostfolio treballar?apps/client/src/app/pages/landing/landing-page.html286
diff --git a/apps/client/src/locales/messages.tr.xlf b/apps/client/src/locales/messages.tr.xlf
index 9e43076f7..1acc6ea9e 100644
--- a/apps/client/src/locales/messages.tr.xlf
+++ b/apps/client/src/locales/messages.tr.xlf
@@ -2096,7 +2096,7 @@
1Y
- 1Y
+ 1Yapps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts232
@@ -4273,7 +4273,7 @@
This overview page features a curated collection of personal finance tools compared to the open source alternative Ghostfolio. If you value transparency, data privacy, and community collaboration, Ghostfolio provides an excellent opportunity to take control of your financial management.
- Bu genel bakış sayfası, diğer kişisel finans araçlarının seçilmiş bir koleksiyonunun açık kaynak alternatifiGhostfolio ile karşılaştırmasını sunmaktadır.. Şeffaflığa, veri gizliliğine ve topluluk işbirliğine değer veriyorsanız Ghostfolio, finansal yönetiminizin kontrolünü ele almak için mükemmel Şeffaflığa, veri gizliliğine ve topluluk işbirliğine değer veriyorsanız Ghostfolio, finansal yönetiminizin kontrolünü ele almak için mükemmel bir fırsat sunuyor.
+ Bu genel bakış sayfası, diğer kişisel finans araçlarının seçilmiş bir koleksiyonunun açık kaynak alternatifiGhostfolio ile karşılaştırmasını sunmaktadır.. Şeffaflığa, veri gizliliğine ve topluluk işbirliğine değer veriyorsanız Ghostfolio, finansal yönetiminizin kontrolünü ele almak için mükemmel bir fırsat sunuyor.apps/client/src/app/pages/resources/personal-finance-tools/personal-finance-tools-page.html9