ChatL10nUk constructor
const
ChatL10nUk({
- String and = 'та ще',
- String attachmentButtonAccessibilityLabel = 'Надіслати медіа',
- String emptyChatPlaceholder = 'Повідомлень ще немає',
- String fileButtonAccessibilityLabel = 'Файл',
- String inputPlaceholder = 'Повідомлення',
- String isTyping = 'пише...',
- String others = 'інших',
- 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.and = 'та ще',
super.attachmentButtonAccessibilityLabel = 'Надіслати медіа',
super.emptyChatPlaceholder = 'Повідомлень ще немає',
super.fileButtonAccessibilityLabel = 'Файл',
super.inputPlaceholder = 'Повідомлення',
super.isTyping = 'пише...',
super.others = 'інших',
super.sendButtonAccessibilityLabel = 'Надіслати',
super.unreadMessagesLabel = 'Непрочитанi повідомлення',
});