flutter_picker icon indicating copy to clipboard operation
flutter_picker copied to clipboard

locale issue - Can months array also be localized.

Open uniquejava opened this issue 6 years ago • 1 comments

Hello. I'd like to add Japanese locale, However I found that we have to manually manage the months array.

Can we also put the Months array as part of localization. Check this commit for some reference:

https://github.com/Realank/flutter_datetime_picker/commit/752cfd421e2b399cf13adfa73324e6d5f07605f2

uniquejava avatar Apr 13 '19 02:04 uniquejava

Thank you. Please use the months parameter of DateTimePickerAdapter first.

yangyxd avatar Apr 29 '19 02:04 yangyxd