diff --git a/lib/widgets/message_list.dart b/lib/widgets/message_list.dart index 0d1a936dff..a27a8051e9 100644 --- a/lib/widgets/message_list.dart +++ b/lib/widgets/message_list.dart @@ -1410,5 +1410,5 @@ class MessageWithPossibleSender extends StatelessWidget { } } -// TODO web seems to ignore locale in formatting time, but we could do better +// TODO(i18n): web seems to ignore locale in formatting time, but we could do better final _kMessageTimestampFormat = DateFormat('h:mm aa', 'en_US'); diff --git a/lib/widgets/profile.dart b/lib/widgets/profile.dart index f38daf792d..c4f8970ff0 100644 --- a/lib/widgets/profile.dart +++ b/lib/widgets/profile.dart @@ -200,7 +200,7 @@ class _ProfileDataTable extends StatelessWidget { // TODO(server): The value's format is undocumented, but empirically // it's a date in ISO format, like 2000-01-01. // That's readable as is, but: - // TODO format this date using user's locale. + // TODO(i18n) format this date using user's locale. return _TextWidget(text: value); case CustomProfileFieldType.shortText: