scottopolis / edd-metrics

EDD Metrics
46 stars 12 forks source link

In the main window date isn't i18n ready #36

Open fxbenard opened 7 years ago

fxbenard commented 7 years ago

2016-10-04_10-53-26

Same in the dropdown

Using users WP settings will be nice

scottopolis commented 7 years ago

The calendar uses moment.js, which you can translate in your own JS file pretty easily: http://momentjs.com/docs/#/i18n/

I would like to make this automatic based on locale settings at some point though.

fxbenard commented 7 years ago

Thanks. Why not using moment-with-locales.js then? Will it do the trick?

scottopolis commented 7 years ago

As far as I know, moment does not load translations, you have to do it yourself. Do you have a link to something that says otherwise?