-
Notifications
You must be signed in to change notification settings - Fork 71.8k
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
Localize month name in timeline #897
Comments
where? |
Do we use moment.js for that? AFAIK Moment comes with pre-localized month names AND uses same format for the locale, so we could just pass the language ID to moment and get local names out. |
we had an issue with moment locales. they must be loaded from a localization file. currently we don't know how to make it with browserify |
new Date().toLocaleString('cs', { month: "long" }); |
think that is all done with d3, but there's a way to override it like like we do with the time format |
solved by #1097 |
The timeline uses English for month names regardless of the language.
The text was updated successfully, but these errors were encountered: