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
@@ -804,6 +804,11 @@ class AppLocalizationsSl extends AppLocalizations {
return 'Izbrišem \"$name\"? To se ne da povrniti.';
}
@override
String channels_channelDeleteFailed(String name) {
return 'Failed to delete channel \"$name\"';
}
@override
String channels_channelDeleted(String name) {
return 'Kanal \"$name\" izbrisan.';