feat: Add localization for no recipients and no channels found messages

This commit is contained in:
Janez T
2025-11-14 11:35:06 +01:00
parent 38523c3bb4
commit c621db0800
13 changed files with 64 additions and 2 deletions

View File

@@ -1720,6 +1720,12 @@ class AppLocalizationsHr extends AppLocalizations {
@override
String get noContactsOrRoomsAvailable => 'Nema dostupnih kontakata ili soba';
@override
String get noRecipientsAvailable => 'Nema dostupnih primatelja';
@override
String get noChannelsFound => 'Nije pronađen nijedan kanal';
@override
String get messagesWillBeSentToPublicChannel =>
'Poruke će biti poslane na javni kanal';