ChatL10nAr constructor
const
ChatL10nAr({})
Creates Arabic l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nAr({
super.attachmentButtonAccessibilityLabel = 'إرسال الوسائط',
super.emptyChatPlaceholder = 'لا يوجد رسائل هنا بعد',
super.fileButtonAccessibilityLabel = 'ملف',
super.inputPlaceholder = 'الرسالة',
super.sendButtonAccessibilityLabel = 'إرسال',
super.unreadMessagesLabel = 'الرسائل غير المقروءة',
});