-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
How to change language/name for days #23
Comments
time_machine is used internally for all date & time formatting. By default, it uses await TimeMachine.initialize({'rootBundle': rootBundle});
// Supported cultures: https://github.com/Dana-Ferguson/time_machine/tree/master/lib/data/cultures
Culture.current = await Cultures.getCulture('fr');
runApp(/* ... */); There's an open issue for time_machine to provide a |
Great, thank you very much ! |
@JonasWanke, could You put this info in readme? Some newbies won't dig in PRs to find out that and this is probably why flutter_week_view package is more popular, even I think Your one is better. |
@JulianKowalczuk Thanks! I've just published v0.2.5 and added a Localization section to the README. I'll still leave this issue open as I want to simplify this soon. |
Hi,
How would you change the language/name for the days ? (I want to use the French names for the days).
I've tried many things :
Thanks, and again great package !
The text was updated successfully, but these errors were encountered: