Skip to content

Commit

Permalink
Update fy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin van der Vliet authored and ichernev committed Dec 24, 2014
1 parent aa45451 commit c07d84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/fy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_'),
monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');

return moment.defineLocale('nl', {
return moment.defineLocale('fy', {
months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),
monthsShort : function (m, format) {
if (/-MMM-/.test(format)) {
Expand Down

0 comments on commit c07d84c

Please sign in to comment.