Bdaya-Dev / flutter_datetime_picker

a date time picker in flutter
MIT License
5 stars 9 forks source link

Hungarian Language support #6

Closed zsozso01 closed 1 year ago

zsozso01 commented 1 year ago

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" }

zsozso01 commented 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

zsozso01 commented 1 year ago

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?

ahmednfwela commented 1 year ago

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

ahmednfwela commented 1 year ago

Version 3.0.2 published