forked from Nexus/nexus
add l10n todo comment
This commit is contained in:
parent
abba60c28b
commit
795e9b6e9b
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue