en constant

ChatViewLocale const en

English defaults

Implementation

static const en = ChatViewLocale(
  today: 'Today',
  yesterday: 'Yesterday',
  repliedToYou: 'Replied to you',
  repliedBy: 'Replied by',
  more: 'More',
  unsend: 'Unsend',
  reply: 'Reply',
  replyTo: 'Replying to',
  message: 'Message',
  reactionPopupTitle: 'Tap and hold to multiply your reaction',
  photo: 'Photo',
  send: 'Send',
  you: 'You',
  report: 'Report',
  noMessage: 'No message',
  somethingWentWrong: 'Something went wrong !!',
  reload: 'Reload',
);