ChatL10nEs constructor
const
ChatL10nEs({
- String attachmentButtonAccessibilityLabel = 'Enviar multimedia',
- String emptyChatPlaceholder = 'Aún no hay mensajes',
- String fileButtonAccessibilityLabel = 'Archivo',
- String inputPlaceholder = 'Mensaje',
- String sendButtonAccessibilityLabel = 'Enviar',
- String unreadMessagesLabel = 'Mensajes no leídos',
Creates Spanish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nEs({
super.attachmentButtonAccessibilityLabel = 'Enviar multimedia',
super.emptyChatPlaceholder = 'Aún no hay mensajes',
super.fileButtonAccessibilityLabel = 'Archivo',
super.inputPlaceholder = 'Mensaje',
super.sendButtonAccessibilityLabel = 'Enviar',
super.unreadMessagesLabel = 'Mensajes no leídos',
});