TF-2057 Add event time detail widget

(cherry picked from commit d9782f9a0038c05a9d9911f3066989db3b41fc52)
This commit is contained in:
dab246
2023-07-27 16:32:46 +07:00
committed by Dat Vu
parent 898c98d00a
commit 86a4b1f779
5 changed files with 87 additions and 1 deletions
@@ -3173,4 +3173,23 @@ class AppLocalizations {
'Organizer',
name: 'organizer');
}
String get time {
return Intl.message(
'Time',
name: 'time',
);
}
String get location {
return Intl.message(
'Location',
name: 'location');
}
String get attendees {
return Intl.message(
'Attendees',
name: 'attendees');
}
}