1
0
Fork 0
forked from Nexus/nexus

add l10n todo comment

This commit is contained in:
Henry Hiles 2026-06-09 21:15:15 -04:00
commit 795e9b6e9b
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -141,7 +141,10 @@ class UserBottomSheet extends ConsumerWidget {
runSpacing: 4, runSpacing: 4,
children: [ children: [
...profile.pronouns ...profile.pronouns
.where((pronoun) => pronoun.language == "en") .where(
// TODO: Check system language (l10n)
(pronoun) => pronoun.language == "en",
)
.mapIndexed( .mapIndexed(
(index, pronoun) => [ (index, pronoun) => [
if (index != 0) if (index != 0)