Closed zsozso01 closed 1 year ago
Hey! I'm currently making an application that desperately needed Hungary support for the date picker. I hope you don't mind! 😁 Regards, Zsombor
No worries, thank YOU for the base code, it's really neat. I'm not quite familiar with this system. When will the changes be available?
This is just a fork of the main repo here https://github.com/Realank/flutter_datetime_picker we publish our own version to pub.dev here https://pub.dev/packages/flutter_datetime_picker_bdaya which I will publish now
Version 3.0.2 published
Added "hu" to LocaleType and the related translations: { "cancel": "Mégse", "done": "Kész", "today": "Ma", "monthShort": [ "Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Szep", "Okt", "Nov", "Dec" ], "monthLong": [ "Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December" ], "day": ["Hé", "Ke", "Sze", "Cs", "Pé", "Szo", "Va"], "am": "de", "pm": "du" }