adopted-ember-addons / ember-moment

MIT License
399 stars 122 forks source link

`defineLocale` in moment service #325

Closed jfdnc closed 4 years ago

jfdnc commented 4 years ago

since moment 2.12.0, it is possible to create locales that inherit from an existing parent locale via moment.defineLocale

adds defineLocale to moment service, related test