chore(localization): fix analyzer and formatting errors
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -68,7 +68,8 @@ class StreamChatLocalizationsEs extends GlobalStreamChatLocalizations {
|
|||||||
String get genericErrorText => 'Hubo un problema';
|
String get genericErrorText => 'Hubo un problema';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get loadingMessagesError => 'Hubo un error mientras se cargaba el mensaje';
|
String get loadingMessagesError =>
|
||||||
|
'Hubo un error mientras se cargaba el mensaje';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String resultCountText(int count) => '$count resultados';
|
String resultCountText(int count) => '$count resultados';
|
||||||
@@ -249,7 +250,7 @@ class StreamChatLocalizationsEs extends GlobalStreamChatLocalizations {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
String sentAtText({required DateTime date, required DateTime time}) =>
|
String sentAtText({required DateTime date, required DateTime time}) =>
|
||||||
'Enviado el ${_getDay(date)} a las ${Jiffy(time.toLocal()).format('HH:mm')}';
|
'''Enviado el ${_getDay(date)} a las ${Jiffy(time.toLocal()).format('HH:mm')}''';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get todayLabel => 'Hoy';
|
String get todayLabel => 'Hoy';
|
||||||
|
|||||||
Reference in New Issue
Block a user