diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e8b6856a..450ae6fa3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed the asset profile icon component to entity logo component and moved to `@ghostfolio/ui`
- Renamed `Account` to `accounts` in the `User` database schema
- Improved the language localization for Catalan (`ca`)
+- Improved the language localization for French (`fr`)
- Improved the language localization for Polish (`pl`)
### Fixed
diff --git a/apps/client/src/locales/messages.fr.xlf b/apps/client/src/locales/messages.fr.xlf
index 0c1251741..a53fe2322 100644
--- a/apps/client/src/locales/messages.fr.xlf
+++ b/apps/client/src/locales/messages.fr.xlf
@@ -7590,7 +7590,7 @@
Demo user account has been synced.
- Demo user account has been synced.
+ Le compte utilisateur de démonstration a été synchronisé.apps/client/src/app/components/admin-overview/admin-overview.component.ts223
@@ -7598,7 +7598,7 @@
Sync Demo User Account
- Sync Demo User Account
+ Synchroniser le compte utilisateur de démonstrationapps/client/src/app/components/admin-overview/admin-overview.html181
@@ -7606,7 +7606,7 @@
Emergency Fund: Set up
- Emergency Fund: Set up
+ Fonds d’urgence : Mise en placeapps/client/src/app/pages/i18n/i18n-page.html14
@@ -7614,7 +7614,7 @@
No emergency fund has been set up
- No emergency fund has been set up
+ Aucun fonds d’urgence n’a été mis en place apps/client/src/app/pages/i18n/i18n-page.html15
@@ -7622,7 +7622,7 @@
An emergency fund has been set up
- An emergency fund has been set up
+ Un fonds d’urgence a été mis en place apps/client/src/app/pages/i18n/i18n-page.html18
@@ -7630,7 +7630,7 @@
Fee Ratio
- Fee Ratio
+ Ratio de fraisapps/client/src/app/pages/i18n/i18n-page.html21
@@ -7638,7 +7638,7 @@
The fees do exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
- The fees do exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
+ Les frais dépassent ${thresholdMax}% de votre investissement initial (${feeRatio}%) apps/client/src/app/pages/i18n/i18n-page.html22
@@ -7646,7 +7646,7 @@
The fees do not exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
- The fees do not exceed ${thresholdMax}% of your initial investment (${feeRatio}%)
+ Les frais ne dépassent pas ${thresholdMax}% de votre investissement initial (${feeRatio}%) apps/client/src/app/pages/i18n/i18n-page.html26
@@ -7654,7 +7654,7 @@
Name
- Name
+ Nom libs/ui/src/lib/benchmark/benchmark.component.html11