Merge remote-tracking branch 'origin/issue-fix-channel-edit-delete-actions' into combined-prs

This commit is contained in:
just_stuff_tm
2026-02-24 12:45:51 -05:00
33 changed files with 175 additions and 26 deletions
+5
View File
@@ -817,6 +817,11 @@ class AppLocalizationsRu extends AppLocalizations {
return 'Удалить \"$name\"? Это действие нельзя отменить.';
}
@override
String channels_channelDeleteFailed(String name) {
return 'Не удалось удалить канал $name.';
}
@override
String channels_channelDeleted(String name) {
return 'Канал \"$name\" удалён';