ChatL10nFa constructor
const
ChatL10nFa({
- String and = 'و',
- String attachmentButtonAccessibilityLabel = 'ارسال رسانه',
- String emptyChatPlaceholder = 'هنوز پیامی در اینجا وجود ندارد',
- String fileButtonAccessibilityLabel = 'فایل',
- String inputPlaceholder = 'پیام',
- String isTyping = 'در حال نوشتن است...',
- String others = 'نفر دیگر',
- String sendButtonAccessibilityLabel = 'ارسال',
- String unreadMessagesLabel = 'پیامهای خوانده نشده',
Implementation
const ChatL10nFa({
super.and = 'و',
super.attachmentButtonAccessibilityLabel = 'ارسال رسانه',
super.emptyChatPlaceholder = 'هنوز پیامی در اینجا وجود ندارد',
super.fileButtonAccessibilityLabel = 'فایل',
super.inputPlaceholder = 'پیام',
super.isTyping = 'در حال نوشتن است...',
super.others = 'نفر دیگر',
super.sendButtonAccessibilityLabel = 'ارسال',
super.unreadMessagesLabel = 'پیامهای خوانده نشده',
});