ChatL10nPl constructor
const
ChatL10nPl({
- String and = 'i',
- String attachmentButtonAccessibilityLabel = 'Wyślij multimedia',
- String emptyChatPlaceholder = 'Tu jeszcze nie ma wiadomości',
- String fileButtonAccessibilityLabel = 'Plik',
- String inputPlaceholder = 'Napisz wiadomość',
- String isTyping = 'pisze...',
- String others = 'innych',
- 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.and = 'i',
super.attachmentButtonAccessibilityLabel = 'Wyślij multimedia',
super.emptyChatPlaceholder = 'Tu jeszcze nie ma wiadomości',
super.fileButtonAccessibilityLabel = 'Plik',
super.inputPlaceholder = 'Napisz wiadomość',
super.isTyping = 'pisze...',
super.others = 'innych',
super.sendButtonAccessibilityLabel = 'Wyślij',
super.unreadMessagesLabel = 'Nieprzeczytane wiadomości',
});