feat: add history message to donate notice card, fix l10n_id formatting

This commit is contained in:
zarzet
2026-02-07 13:53:13 +07:00
parent 76b01fb837
commit 8b18bef5ab
2 changed files with 7 additions and 5 deletions
+6 -5
View File
@@ -2664,17 +2664,18 @@ class AppLocalizationsId extends AppLocalizations {
'Pindai ulang semua file, abaikan cache';
@override
String get cleanupOrphanedDownloads => 'Bersihkan Entri Unduhan Tidak Valid';
String get cleanupOrphanedDownloads => 'Bersihkan Entri Unduhan Tidak Valid';
@override
String get cleanupOrphanedDownloadsSubtitle =>
'Hapus entri riwayat untuk file yang tidak ada lagi';
@override
String cleanupOrphanedDownloadsResult(int count) {
return 'Menghapus $count entri unduhan tidak valid dari riwayat';
}
String cleanupOrphanedDownloadsResult(int count) {
return 'Menghapus $count entri unduhan tidak valid dari riwayat';
}
@override
String get cleanupOrphanedDownloadsNone => 'Tidak ada entri unduhan tidak valid';
String get cleanupOrphanedDownloadsNone =>
'Tidak ada entri unduhan tidak valid';
}
+1
View File
@@ -137,6 +137,7 @@ class DonatePage extends StatelessWidget {
),
const SizedBox(height: 6),
Text(
'By supporting SpotiFLAC, you become part of this app\'s history. '
'Your name will remain in this version permanently as a token of appreciation. '
'The supporter list is updated manually each month and embedded directly in the app '
'-- no remote server is used. Even if your support period ends, your name stays in '