You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the locale does not change e.g. month names in my case.
I am using ember-cli-moment-shim and did set moment.includeLocales to true.
If I access the jQuery DateTimePicker object and call locale() the language does change but the names in the date picker stay in English.
Setting the
locale
does not change e.g. month names in my case.I am using
ember-cli-moment-shim
and did setmoment.includeLocales
totrue
.If I access the jQuery DateTimePicker object and call
locale()
the language does change but the names in the date picker stay in English.Any hints?
Versions used:
The text was updated successfully, but these errors were encountered: