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
@@ -811,7 +811,7 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String channels_channelDeleteFailed(String name) {
return 'Failed to delete channel \"$name\"';
return 'Kanal $name konnte nicht gelöscht werden';
}
@override