ChatL10nPl constructor
const
ChatL10nPl({
- String attachmentButtonAccessibilityLabel = 'Wyślij multimedia',
- String emptyChatPlaceholder = 'Tu jeszcze nie ma wiadomości',
- String fileButtonAccessibilityLabel = 'Plik',
- String inputPlaceholder = 'Napisz wiadomość',
- String sendButtonAccessibilityLabel = 'Wyślij',
- String unreadMessagesLabel = 'Nieprzeczytane wiadomości',
Creates Polish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nPl({
super.attachmentButtonAccessibilityLabel = 'Wyślij multimedia',
super.emptyChatPlaceholder = 'Tu jeszcze nie ma wiadomości',
super.fileButtonAccessibilityLabel = 'Plik',
super.inputPlaceholder = 'Napisz wiadomość',
super.sendButtonAccessibilityLabel = 'Wyślij',
super.unreadMessagesLabel = 'Nieprzeczytane wiadomości',
});