diff --git a/lib/src/locales/fr.dart b/lib/src/locales/fr.dart index 14cc9cd..c070ed4 100644 --- a/lib/src/locales/fr.dart +++ b/lib/src/locales/fr.dart @@ -22,7 +22,7 @@ class LocaleFr implements ILocaleData { String get aYear => 'un an'; String get years => '%i ans'; - String get futureIdentifier => 'en'; + String get futureIdentifier => 'dans'; String get pastIdentifier => 'il y a'; IdentifierPosition get futurePosition => IdentifierPosition.prepend;