X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flang%2Fes.js;h=ed0b5644506f564bb5404efed63a72e3bc2616df;hb=d1b6cd35d4aa117c454994b4a7896fee8abf17d2;hp=67432ca3eac5ceb3bf58113441bb52cac64c8677;hpb=c0cdf0e91186728c8e283bbcc977d6831f4b93d1;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/moment/lang/es.js b/resources/lib/moment/lang/es.js index 67432ca3ea..ed0b564450 100644 --- a/resources/lib/moment/lang/es.js +++ b/resources/lib/moment/lang/es.js @@ -1,5 +1,5 @@ -// moment.js language configuration -// language : spanish (es) +// moment.js locale configuration +// locale : spanish (es) // author : Julio Napurí : https://github.com/julionc (function (factory) { @@ -14,7 +14,7 @@ var monthsShortDot = "ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"), monthsShort = "ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"); - return moment.lang('es', { + return moment.defineLocale('es', { months : "enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"), monthsShort : function (m, format) { if (/-MMM-/.test(format)) {