TF-3977 Add disable spam banner in preferences setting

This commit is contained in:
dab246
2025-08-29 18:21:10 +07:00
committed by Dat H. Pham
parent 7f4dcf8b38
commit 612fc75f02
41 changed files with 534 additions and 404 deletions
@@ -5124,4 +5124,25 @@ class AppLocalizations {
args: [keyword],
);
}
String get spamReports {
return Intl.message(
'Spam reports',
name: 'spamReports',
);
}
String get spamReportsSettingExplanation {
return Intl.message(
'Reminds you that you need to moderate your spam emails recurringly',
name: 'spamReportsSettingExplanation',
);
}
String get spamReportToggleDescription {
return Intl.message(
'Enable spam report',
name: 'spamReportToggleDescription',
);
}
}