Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hungarian Language support #6

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Conversation

zsozso01
Copy link

@zsozso01 zsozso01 commented Jun 9, 2023

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

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
Copy link
Author

zsozso01 commented Jun 9, 2023

Hey!
I'm currently making an application that desperately needed Hungary support for the date picker. I hope you don't mind! 😁
Regards, Zsombor

Copy link
Member

@ahmednfwela ahmednfwela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@ahmednfwela ahmednfwela merged commit 9d04e14 into Bdaya-Dev:master Jun 9, 2023
@zsozso01
Copy link
Author

zsozso01 commented Jun 9, 2023

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
Copy link
Member

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
Copy link
Member

Version 3.0.2 published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants