X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flang%2Ffr-ca.js;h=714b11b2bfe199578c64b0c70befaa3297ebc57d;hb=d1b6cd35d4aa117c454994b4a7896fee8abf17d2;hp=3280d79455ec27e0f32b30dc4b394116d3fddcaf;hpb=05b8af8b91dac965c67571668187d1dc2511ae03;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/moment/lang/fr-ca.js b/resources/lib/moment/lang/fr-ca.js index 3280d79455..714b11b2bf 100644 --- a/resources/lib/moment/lang/fr-ca.js +++ b/resources/lib/moment/lang/fr-ca.js @@ -1,5 +1,5 @@ -// moment.js language configuration -// language : canadian french (fr-ca) +// moment.js locale configuration +// locale : canadian french (fr-ca) // author : Jonathan Abourbih : https://github.com/jonbca (function (factory) { @@ -11,7 +11,7 @@ factory(window.moment); // Browser global } }(function (moment) { - return moment.lang('fr-ca', { + return moment.defineLocale('fr-ca', { months : "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"), monthsShort : "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"), weekdays : "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),