ChatL10nUk constructor
const
ChatL10nUk({
- String attachmentButtonAccessibilityLabel = 'Надіслати медіа',
- String emptyChatPlaceholder = 'Повідомлень ще немає',
- String fileButtonAccessibilityLabel = 'Файл',
- String inputPlaceholder = 'Повідомлення',
- String sendButtonAccessibilityLabel = 'Надіслати',
- String unreadMessagesLabel = 'Непрочитанi повідомлення',
Creates Ukrainian l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nUk({
super.attachmentButtonAccessibilityLabel = 'Надіслати медіа',
super.emptyChatPlaceholder = 'Повідомлень ще немає',
super.fileButtonAccessibilityLabel = 'Файл',
super.inputPlaceholder = 'Повідомлення',
super.sendButtonAccessibilityLabel = 'Надіслати',
super.unreadMessagesLabel = 'Непрочитанi повідомлення',
});