dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
839 stars 306 forks source link

how to translate in italian #252

Closed Wytex1 closed 3 years ago

Wytex1 commented 3 years ago

Hello I just installing and editing the plugin into my flutter app but how to translate in italian?

nicolobozzato commented 3 years ago

There is a prop called locale. Set it to 'it'.

CalendarCarousel<Event>(
                    headerMargin: const EdgeInsets.symmetric(vertical: 0.0),
                    locale: 'it',
WilliamCunhaCardoso commented 3 years ago

Can it be closed?

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.