diff --git a/CHANGELOG.md b/CHANGELOG.md
index af22fef10..984e7b089 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Changed
+
+- Improved the language localization for Français (`fr`)
+
### Fixed
- Fixed the currency code validation by allowing `GBp`
diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf
index a9b3cd048..e554ce9ff 100644
--- a/apps/client/src/locales/messages.fr.xlf
+++ b/apps/client/src/locales/messages.fr.xlf
@@ -2831,7 +2831,7 @@
Hello, has shared a Portfolio with you!
- Bonjour, a partagé un Portefeuille avec vous !
+ Bonjour, a partagé un Portefeuille avec vous ! apps/client/src/app/pages/public/public-page.html4
@@ -7931,7 +7931,7 @@
Add asset to watchlist
- Add asset to watchlist
+ Ajouter un actif à la liste de suiviapps/client/src/app/components/home-watchlist/create-watchlist-item-dialog/create-watchlist-item-dialog.html7
@@ -7939,7 +7939,7 @@
Watchlist
- Watchlist
+ Liste de suiviapps/client/src/app/components/home-watchlist/home-watchlist.html4
@@ -7947,7 +7947,7 @@
Watchlist
- Watchlist
+ Liste de suiviapps/client/src/app/pages/home/home-page-routing.module.ts44
@@ -7959,7 +7959,7 @@
Get Early Access
- Get Early Access
+ Obtenir un accès anticipéapps/client/src/app/components/admin-settings/ghostfolio-premium-api-dialog/ghostfolio-premium-api-dialog.html29
@@ -7967,7 +7967,7 @@
Do you really want to delete this item?
- Do you really want to delete this item?
+ Voulez-vous vraiment supprimer cet élément?libs/ui/src/lib/benchmark/benchmark.component.ts122