File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1410,5 +1410,5 @@ class MessageWithPossibleSender extends StatelessWidget {
14101410 }
14111411}
14121412
1413- // TODO web seems to ignore locale in formatting time, but we could do better
1413+ // TODO(i18n): web seems to ignore locale in formatting time, but we could do better
14141414final _kMessageTimestampFormat = DateFormat ('h:mm aa' , 'en_US' );
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class _ProfileDataTable extends StatelessWidget {
200200 // TODO(server): The value's format is undocumented, but empirically
201201 // it's a date in ISO format, like 2000-01-01.
202202 // That's readable as is, but:
203- // TODO format this date using user's locale.
203+ // TODO(i18n) format this date using user's locale.
204204 return _TextWidget (text: value);
205205
206206 case CustomProfileFieldType .shortText:
You can’t perform that action at this time.
0 commit comments