Skip to content

Commit

Permalink
i18n [nfc]: Standardize more todo-i18n comments, from free-form
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Feb 5, 2025
1 parent 64a822e commit d22a97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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');
2 changes: 1 addition & 1 deletion lib/widgets/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d22a97e

Please sign in to comment.