diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart index d388059d..a6a66b93 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart @@ -21,7 +21,13 @@ part 'stream_chat_localizations_hi.dart'; /// See also: /// /// * [getStreamChatTranslation], whose documentation describes these values. -const kStreamChatSupportedLanguages = {'en', 'hi', 'fr', 'it', 'es'}; +const kStreamChatSupportedLanguages = { + 'en', + 'hi', + 'fr', + 'it', + 'es', +}; /// Creates a [GlobalStreamChatLocalizations] instance for the given `locale`. ///