ChatL10nSe constructor
const
ChatL10nSe({
- String and = 'och',
- String attachmentButtonAccessibilityLabel = 'Skicka media',
- String emptyChatPlaceholder = 'Inga meddelanden än',
- String fileButtonAccessibilityLabel = 'Fil',
- String inputPlaceholder = 'Meddelande',
- String isTyping = 'skriver...',
- String others = 'andra',
- String sendButtonAccessibilityLabel = 'Skicka',
- String unreadMessagesLabel = 'Olästa meddelanden',
Creates Swedish l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nSe({
super.and = 'och',
super.attachmentButtonAccessibilityLabel = 'Skicka media',
super.emptyChatPlaceholder = 'Inga meddelanden än',
super.fileButtonAccessibilityLabel = 'Fil',
super.inputPlaceholder = 'Meddelande',
super.isTyping = 'skriver...',
super.others = 'andra',
super.sendButtonAccessibilityLabel = 'Skicka',
super.unreadMessagesLabel = 'Olästa meddelanden',
});