Fix review issues: dedicated l10n keys, remove unrelated CI/macOS changes, translate all locales

- Replace concatenated favorite toggle strings with dedicated listFilter_addToFavorites/removeFromFavorites keys
- Remove unrelated CI artifact upload step from build.yml
- Revert unrelated macOS GeneratedPluginRegistrant.swift change
- Add comment explaining groups hidden under favorites filter
- Translate new keys across all 14 locales
This commit is contained in:
zjs81
2026-02-24 20:07:15 -07:00
parent d5ac84430c
commit 50af2e0bc9
35 changed files with 266 additions and 101 deletions
+6
View File
@@ -2736,6 +2736,12 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get listFilter_favorites => 'Favoriten';
@override
String get listFilter_addToFavorites => 'Zu Favoriten hinzufügen';
@override
String get listFilter_removeFromFavorites => 'Aus Favoriten entfernen';
@override
String get listFilter_users => 'Benutzer';