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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user