mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
feat: Add localization for no recipients and no channels found messages
This commit is contained in:
@@ -3081,6 +3081,18 @@ abstract class AppLocalizations {
|
||||
/// **'No contacts or rooms available'**
|
||||
String get noContactsOrRoomsAvailable;
|
||||
|
||||
/// Message when no recipients exist (contacts, rooms, or channels)
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No recipients available'**
|
||||
String get noRecipientsAvailable;
|
||||
|
||||
/// Message when no channels match the search
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'No channels found'**
|
||||
String get noChannelsFound;
|
||||
|
||||
/// Info message when only public channel is available
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user