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

Add french case in localeFromString method #49

Closed

Conversation

areille
Copy link

@areille areille commented May 31, 2022

It appears that french support was implemented in l18n folder but not linked in localeFromString method.

Before :

print(DatePicker.localeFromString('fr')); // DateTimePickerLocale.en_us

After :

print(DatePicker.localeFromString('fr')); // DateTimePickerLocale.fr

@kfiross
Copy link
Owner

kfiross commented Jul 23, 2022

@areille Sorry for the very late response
This has been updated recently in version 1.0.6

@kfiross kfiross closed this Jul 23, 2022
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