X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flocale%2Fgl.js;h=1cc4177cccdffb2adb04a5315a470e0c16b89949;hb=cd53cf22c025429e0c252ea455f7698120834dfc;hp=83291b633a04ba115f93a2587e0a87d7a182ca3f;hpb=0bc2325b301a44a99fd2141279ce14fd317164fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/moment/locale/gl.js b/resources/lib/moment/locale/gl.js index 83291b633a..1cc4177ccc 100644 --- a/resources/lib/moment/locale/gl.js +++ b/resources/lib/moment/locale/gl.js @@ -1,13 +1,11 @@ //! moment.js locale configuration -//! locale : Galician [gl] -//! author : Juan G. Hurtado : https://github.com/juanghurtado ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) -}(this, function (moment) { 'use strict'; +}(this, (function (moment) { 'use strict'; var gl = moment.defineLocale('gl', { @@ -53,6 +51,7 @@ }, past : 'hai %s', s : 'uns segundos', + ss : '%d segundos', m : 'un minuto', mm : '%d minutos', h : 'unha hora', @@ -64,7 +63,7 @@ y : 'un ano', yy : '%d anos' }, - ordinalParse : /\d{1,2}º/, + dayOfMonthOrdinalParse : /\d{1,2}º/, ordinal : '%dº', week : { dow : 1, // Monday is the first day of the week. @@ -74,4 +73,4 @@ return gl; -})); \ No newline at end of file +})));