fix(l10n): add channels_channelDeleteFailed with proper placeholder typing and translations

This commit is contained in:
just_stuff_tm
2026-02-22 17:37:10 -05:00
parent f4dd76a459
commit 47044ae14e
30 changed files with 67 additions and 95 deletions
+1 -1
View File
@@ -810,7 +810,7 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String channels_channelDeleteFailed(String name) {
return 'Failed to delete channel \"$name\"';
return 'Impossibile eliminare il canale \"$name\"';
}
@override