ChatL10nTr constructor
const
ChatL10nTr({
- String and = 've',
- String attachmentButtonAccessibilityLabel = 'Medya gönder',
- String emptyChatPlaceholder = 'Henüz mesaj yok',
- String fileButtonAccessibilityLabel = 'Dosya',
- String inputPlaceholder = 'Mesaj yazın',
- String isTyping = 'yazıyor…',
- String others = 'diğer kişi',
- String sendButtonAccessibilityLabel = 'Gönder',
- String unreadMessagesLabel = 'Okunmamış Mesajlar',
Creates Turkish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nTr({
super.and = 've',
super.attachmentButtonAccessibilityLabel = 'Medya gönder',
super.emptyChatPlaceholder = 'Henüz mesaj yok',
super.fileButtonAccessibilityLabel = 'Dosya',
super.inputPlaceholder = 'Mesaj yazın',
super.isTyping = 'yazıyor…',
super.others = 'diğer kişi',
super.sendButtonAccessibilityLabel = 'Gönder',
super.unreadMessagesLabel = 'Okunmamış Mesajlar',
});