Skip to content

Commit

Permalink
Adds l10n for Persian language (fa locale). (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud authored Dec 25, 2023
1 parent 2be8f88 commit 3e0656d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/src/chat_l10n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ class ChatL10nEs extends ChatL10n {
});
}

/// Persian l10n which extends [ChatL10n].
@immutable
class ChatL10nFa extends ChatL10n {
const ChatL10nFa({
super.attachmentButtonAccessibilityLabel = 'فرستادن رسانه',
super.emptyChatPlaceholder = 'هنوز پیامی وجود ندارد',
super.fileButtonAccessibilityLabel = 'فایل',
super.inputPlaceholder = 'متن پیام',
super.sendButtonAccessibilityLabel = 'بفرست',
super.unreadMessagesLabel = 'پیام‌های خوانده نشده',
});
}

/// Finnish l10n which extends [ChatL10n].
@immutable
class ChatL10nFi extends ChatL10n {
Expand Down

0 comments on commit 3e0656d

Please sign in to comment.