Updated PR and Added snackbar Translations

This commit is contained in:
just_stuff_tm
2026-02-22 16:06:08 -05:00
parent 81a423d096
commit 332bb5ef3a
21 changed files with 204 additions and 13 deletions
+5
View File
@@ -801,6 +801,11 @@ class AppLocalizationsEn extends AppLocalizations {
return 'Delete \"$name\"? This cannot be undone.';
}
@override
String channels_channelDeleteFailed(String name) {
return 'Failed to delete channel \"$name\"';
}
@override
String channels_channelDeleted(String name) {
return 'Channel \"$name\" deleted';