macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.81k stars 178 forks source link

feat: Added support for `weekdayAbbreviations` and `monthAbbreviations` to `MacosDatePicker` #416

Closed rklos closed 1 year ago

rklos commented 1 year ago

This is another feature from https://github.com/macosui/macos_ui/issues/369. I've added an optional weekdaysAbbreviations and monthsAbbreviations parameters. They allow to change the default English abbreviations in MacosDatePicker.

Pre-launch Checklist

rklos commented 1 year ago

Done @GroovinChip

GroovinChip commented 1 year ago

@rklos I seem to have mangled the PR when I was doing conflict resolution. I tried to fix that, but apparently I missed something because a date picker test is failing. Do you mind looking over my changes and correcting whatever I did wrong? Thanks.

rklos commented 1 year ago

@GroovinChip you've forgotten to replace _narrowWeekdays

GroovinChip commented 1 year ago

@rklos thank you! So everything is present and working?