Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Changing moment.lang (deprecated) to moment.locale #74

Merged
merged 9 commits into from
Sep 7, 2014

Conversation

DerekDomino
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 52a7ad3 on DerekDomino:patch-1 into 1cf5e56 on urish:master.

@antoinepairet
Copy link

+1

Using lang is deprecated since 2.8.1, from moment's doc (http://momentjs.com/docs/#/i18n/changing-locale/):

// From 2.8.1 onward
moment.locale(String);
moment.locale(String[]);
moment.locale(String, Object);

// Deprecated in 2.8.1
moment.lang(String);
moment.lang(String[]);
moment.lang(String, Object);

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling fba2278 on DerekDomino:patch-1 into 1cf5e56 on urish:master.

urish added a commit that referenced this pull request Sep 7, 2014
Changing moment.lang (deprecated) to moment.locale
@urish urish merged commit cf99e17 into urish:master Sep 7, 2014
@urish
Copy link
Owner

urish commented Sep 7, 2014

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants