Display AI toggle in Composer

This commit is contained in:
Dat H. Pham
2025-12-19 10:55:21 +07:00
committed by Dat H. Pham
parent 3c20c005f6
commit 25ea472688
6 changed files with 92 additions and 0 deletions
@@ -5139,6 +5139,27 @@ class AppLocalizations {
);
}
String get aiScribe {
return Intl.message(
'AI Scribe',
name: 'aiScribe',
);
}
String get aiScribeSettingExplanation {
return Intl.message(
'Use AI to help write and improve your emails',
name: 'aiScribeSettingExplanation',
);
}
String get aiScribeToggleDescription {
return Intl.message(
'Enable AI Scribe',
name: 'aiScribeToggleDescription',
);
}
String showMoreAttachmentButton(int count) {
return Intl.message(
'Show +$count more',