diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb675c0e2..4d62dc94c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the language localization for German (`de`)
+- Improved the language localization for Turkish (`tr`)
- Improved the language localization for Ukrainian (`uk`)
## 2.165.0 - 2025-05-31
diff --git a/apps/client/src/locales/messages.tr.xlf b/apps/client/src/locales/messages.tr.xlf
index 7a26eac52..6676ad3bc 100644
--- a/apps/client/src/locales/messages.tr.xlf
+++ b/apps/client/src/locales/messages.tr.xlf
@@ -1320,7 +1320,7 @@
Do you really want to delete this coupon?
- Önbelleği temizlemeyi gerçekten istiyor musunuz?
+ Bu kuponu gerçekten silmek istiyor musunuz?apps/client/src/app/components/admin-overview/admin-overview.component.ts142
@@ -1328,7 +1328,7 @@
Do you really want to flush the cache?
- Önbelleği temizlemeyi gerçekten istiyor musunuz
+ Önbelleği temizlemeyi gerçekten istiyor musunuz?apps/client/src/app/components/admin-overview/admin-overview.component.ts179
@@ -1548,7 +1548,7 @@
Do you really want to delete this user?
- Bu kullanıcıyı silmeyi gerçekten istiyor musunu?
+ Bu kullanıcıyı silmeyi gerçekten istiyor musunuz?apps/client/src/app/components/admin-users/admin-users.component.ts142
@@ -1744,7 +1744,7 @@
Get started
- Haydi Başlayalım
+ Haydi Başlayalımapps/client/src/app/components/header/header.component.html420