Skip to content

Commit 64a822e

Browse files
committed
i18n [nfc]: Standardize a todo-i18n comment, from "intl"
We have a number of comments saying `TODO(i18n)`, and just this one saying `TODO(intl)`. The variation makes it less effective at its purpose of being findable with grep.
1 parent e0019ee commit 64a822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/content.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ class GlobalTime extends StatelessWidget {
12141214
final GlobalTimeNode node;
12151215
final TextStyle ambientTextStyle;
12161216

1217-
static final _dateFormat = DateFormat('EEE, MMM d, y, h:mm a'); // TODO(intl): localize date
1217+
static final _dateFormat = DateFormat('EEE, MMM d, y, h:mm a'); // TODO(i18n): localize date
12181218

12191219
@override
12201220
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)