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
@@ -808,6 +808,11 @@ class AppLocalizationsIt extends AppLocalizations {
return 'Eliminare \"$name\"? Non può essere annullato.';
}
@override
String channels_channelDeleteFailed(String name) {
return 'Failed to delete channel \"$name\"';
}
@override
String channels_channelDeleted(String name) {
return 'Canale \"$name\" eliminato';