Skip to content

Commit d22a97e

Browse files
committed
i18n [nfc]: Standardize more todo-i18n comments, from free-form
1 parent 64a822e commit d22a97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
14141414
final _kMessageTimestampFormat = DateFormat('h:mm aa', 'en_US');

lib/widgets/profile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)