Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 19, 2025
1 parent 9afd1b3 commit 9ec7082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipients_app/lib/kri_intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class _KriCupertinoLocalizationsDelegate extends LocalizationsDelegate<Cupertino
singleDigitHourFormat: intl.DateFormat("d", localeName),
singleDigitMinuteFormat: intl.DateFormat("d", localeName),
singleDigitSecondFormat: intl.DateFormat("d", localeName),
weekdayFormat: intl.DateFormat("EEE", localeName), // TODO: Check if this is right!!!
weekdayFormat: intl.DateFormat("EEE", localeName),
),
);
}
Expand Down

0 comments on commit 9ec7082

Please sign in to comment.