From 0abac8fc2788686d77105f20b6568b7ded640e54 Mon Sep 17 00:00:00 2001 From: Sacha Arbonel Date: Wed, 21 Jul 2021 10:06:35 -0400 Subject: [PATCH] clean up comment --- .../lib/src/stream_chat_localizations_fr.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart index e9576045..3c26a071 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart @@ -239,7 +239,7 @@ class StreamChatLocalizationsFr extends GlobalStreamChatLocalizations { } else if (now.diff(date, Units.HOUR) < 24) { return 'hier'; } else { - return 'le ${date.MMMd}'; //hmm lookup french format d/MM/yyyy + return 'le ${date.MMMd}'; } }