ChatL10nAr constructor
const
ChatL10nAr({
- String and = 'و',
- String attachmentButtonAccessibilityLabel = 'إرسال الوسائط',
- String emptyChatPlaceholder = 'لا يوجد رسائل هنا بعد',
- String fileButtonAccessibilityLabel = 'ملف',
- String inputPlaceholder = 'الرسالة',
- String isTyping = 'يكتب…',
- String others = 'آخرون',
- String sendButtonAccessibilityLabel = 'إرسال',
- String unreadMessagesLabel = 'الرسائل غير المقروءة',
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.and = 'و',
super.attachmentButtonAccessibilityLabel = 'إرسال الوسائط',
super.emptyChatPlaceholder = 'لا يوجد رسائل هنا بعد',
super.fileButtonAccessibilityLabel = 'ملف',
super.inputPlaceholder = 'الرسالة',
super.isTyping = 'يكتب…',
super.others = 'آخرون',
super.sendButtonAccessibilityLabel = 'إرسال',
super.unreadMessagesLabel = 'الرسائل غير المقروءة',
});