From 795e9b6e9ba88e62b81ab5d9c234bc8d0e244927 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 9 Jun 2026 21:15:15 -0400 Subject: [PATCH] add l10n todo comment --- lib/widgets/user_bottom_sheet.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/widgets/user_bottom_sheet.dart b/lib/widgets/user_bottom_sheet.dart index 4a7f56b..86c7fb2 100644 --- a/lib/widgets/user_bottom_sheet.dart +++ b/lib/widgets/user_bottom_sheet.dart @@ -141,7 +141,10 @@ class UserBottomSheet extends ConsumerWidget { runSpacing: 4, children: [ ...profile.pronouns - .where((pronoun) => pronoun.language == "en") + .where( + // TODO: Check system language (l10n) + (pronoun) => pronoun.language == "en", + ) .mapIndexed( (index, pronoun) => [ if (index != 0)