-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Stats / i18n: abbreviated month names aren't localized #1224
Comments
moment.js gives us a utility to properly display these localized short month names via
Long month names _are_translated, but will not visually work in most areas ( like the month labels here ) so we can't go that route. @rralian do you happen to know how we can update the |
And incorrect abbreviated months can also be seen in the tooltips on this chart, and on the "Streak" shown in the insights page. |
I think the back-end has changed around a fair bit since I've touched it last. The logic isn't in calypso itself, but rather the back-end used to generate those files. I believe there is some work in place to make use of moment's locale files within that back-end code to generate the final i18n files. You might have more luck pinging @akirk directly. |
@akirk thanks for fixing this! |
Reported in 2444419-t:
FYI @gibrown since you fixed it last time :)
The text was updated successfully, but these errors were encountered: