TF-2057 Add event time detail widget
(cherry picked from commit d9782f9a0038c05a9d9911f3066989db3b41fc52)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user