Skip to content

Commit

Permalink
Fixing en-ca and fr-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Jul 25, 2012
1 parent 0ee19c2 commit 92817ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang/en-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('en-gb', lang);
this.moment.lang('en-ca', lang);
}
}());
2 changes: 1 addition & 1 deletion lang/fr-ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
}
// Browser
if (typeof window !== 'undefined' && this.moment && this.moment.lang) {
this.moment.lang('fr', lang);
this.moment.lang('fr-ca', lang);
}
}());
2 changes: 1 addition & 1 deletion min/lang-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/lang/en-ca.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/fr-ca.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92817ba

Please sign in to comment.