ChatL10nFi constructor
const
ChatL10nFi({
- String attachmentButtonAccessibilityLabel = 'Lähetä media',
- String emptyChatPlaceholder = 'Täällä ei ole vielä viestejä',
- String fileButtonAccessibilityLabel = 'Tiedosto',
- String inputPlaceholder = 'Viesti',
- String sendButtonAccessibilityLabel = 'Lähetä',
- String unreadMessagesLabel = 'Lukemattomat viestit',
Creates Finnish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nFi({
super.attachmentButtonAccessibilityLabel = 'Lähetä media',
super.emptyChatPlaceholder = 'Täällä ei ole vielä viestejä',
super.fileButtonAccessibilityLabel = 'Tiedosto',
super.inputPlaceholder = 'Viesti',
super.sendButtonAccessibilityLabel = 'Lähetä',
super.unreadMessagesLabel = 'Lukemattomat viestit',
});