cone.calendar 1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cone/calendar/__init__.py +20 -0
- cone/calendar/browser/__init__.py +88 -0
- cone/calendar/browser/calendar.pt +16 -0
- cone/calendar/browser/calendar.py +370 -0
- cone/calendar/browser/static/calendar/cone.calendar.css +23 -0
- cone/calendar/browser/static/calendar/cone.calendar.js +241 -0
- cone/calendar/browser/static/calendar/cone.calendar.min.js +1 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.css +1404 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.js +14206 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.min.css +5 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.min.js +10 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.print.css +208 -0
- cone/calendar/browser/static/fullcalendar/fullcalendar.print.min.css +5 -0
- cone/calendar/browser/static/fullcalendar/gcal.js +180 -0
- cone/calendar/browser/static/fullcalendar/gcal.min.js +6 -0
- cone/calendar/browser/static/fullcalendar/locale/af.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar-dz.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar-ly.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar-ma.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar-sa.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar-tn.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ar.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/bg.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ca.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/cs.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/da.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/de-at.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/de.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/el.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/en-au.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/en-ca.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/en-gb.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/en-ie.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/en-nz.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/es-do.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/es.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/eu.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/fa.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/fi.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/fr-ca.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/fr-ch.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/fr.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/gl.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/he.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/hi.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/hr.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/hu.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/id.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/is.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/it.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ja.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/kk.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ko.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/lb.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/lt.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/lv.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/mk.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ms-my.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ms.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/nb.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/nl-be.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/nl.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/nn.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/pl.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/pt-br.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/pt.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ro.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/ru.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/sk.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/sl.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/sr-cyrl.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/sr.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/sv.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/th.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/tr.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/uk.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/vi.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/zh-cn.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale/zh-tw.js +1 -0
- cone/calendar/browser/static/fullcalendar/locale-all.js +5 -0
- cone/calendar/browser/static/moment/locale/af.js +73 -0
- cone/calendar/browser/static/moment/locale/ar-dz.js +59 -0
- cone/calendar/browser/static/moment/locale/ar-ly.js +126 -0
- cone/calendar/browser/static/moment/locale/ar-ma.js +60 -0
- cone/calendar/browser/static/moment/locale/ar-sa.js +105 -0
- cone/calendar/browser/static/moment/locale/ar-tn.js +59 -0
- cone/calendar/browser/static/moment/locale/ar.js +142 -0
- cone/calendar/browser/static/moment/locale/az.js +105 -0
- cone/calendar/browser/static/moment/locale/be.js +134 -0
- cone/calendar/browser/static/moment/locale/bg.js +90 -0
- cone/calendar/browser/static/moment/locale/bn.js +119 -0
- cone/calendar/browser/static/moment/locale/bo.js +119 -0
- cone/calendar/browser/static/moment/locale/br.js +108 -0
- cone/calendar/browser/static/moment/locale/bs.js +143 -0
- cone/calendar/browser/static/moment/locale/ca.js +81 -0
- cone/calendar/browser/static/moment/locale/cs.js +172 -0
- cone/calendar/browser/static/moment/locale/cv.js +63 -0
- cone/calendar/browser/static/moment/locale/cy.js +81 -0
- cone/calendar/browser/static/moment/locale/da.js +60 -0
- cone/calendar/browser/static/moment/locale/de-at.js +79 -0
- cone/calendar/browser/static/moment/locale/de.js +78 -0
- cone/calendar/browser/static/moment/locale/dv.js +100 -0
- cone/calendar/browser/static/moment/locale/el.js +98 -0
- cone/calendar/browser/static/moment/locale/en-au.js +67 -0
- cone/calendar/browser/static/moment/locale/en-ca.js +63 -0
- cone/calendar/browser/static/moment/locale/en-gb.js +67 -0
- cone/calendar/browser/static/moment/locale/en-ie.js +67 -0
- cone/calendar/browser/static/moment/locale/en-nz.js +67 -0
- cone/calendar/browser/static/moment/locale/eo.js +73 -0
- cone/calendar/browser/static/moment/locale/es-do.js +80 -0
- cone/calendar/browser/static/moment/locale/es.js +81 -0
- cone/calendar/browser/static/moment/locale/et.js +80 -0
- cone/calendar/browser/static/moment/locale/eu.js +66 -0
- cone/calendar/browser/static/moment/locale/fa.js +107 -0
- cone/calendar/browser/static/moment/locale/fi.js +107 -0
- cone/calendar/browser/static/moment/locale/fo.js +60 -0
- cone/calendar/browser/static/moment/locale/fr-ca.js +60 -0
- cone/calendar/browser/static/moment/locale/fr-ch.js +64 -0
- cone/calendar/browser/static/moment/locale/fr.js +64 -0
- cone/calendar/browser/static/moment/locale/fy.js +73 -0
- cone/calendar/browser/static/moment/locale/gd.js +76 -0
- cone/calendar/browser/static/moment/locale/gl.js +77 -0
- cone/calendar/browser/static/moment/locale/he.js +99 -0
- cone/calendar/browser/static/moment/locale/hi.js +124 -0
- cone/calendar/browser/static/moment/locale/hr.js +145 -0
- cone/calendar/browser/static/moment/locale/hu.js +109 -0
- cone/calendar/browser/static/moment/locale/hy-am.js +95 -0
- cone/calendar/browser/static/moment/locale/id.js +83 -0
- cone/calendar/browser/static/moment/locale/is.js +127 -0
- cone/calendar/browser/static/moment/locale/it.js +70 -0
- cone/calendar/browser/static/moment/locale/ja.js +76 -0
- cone/calendar/browser/static/moment/locale/jv.js +83 -0
- cone/calendar/browser/static/moment/locale/ka.js +89 -0
- cone/calendar/browser/static/moment/locale/kk.js +87 -0
- cone/calendar/browser/static/moment/locale/km.js +58 -0
- cone/calendar/browser/static/moment/locale/ko.js +65 -0
- cone/calendar/browser/static/moment/locale/ky.js +88 -0
- cone/calendar/browser/static/moment/locale/lb.js +137 -0
- cone/calendar/browser/static/moment/locale/lo.js +70 -0
- cone/calendar/browser/static/moment/locale/lt.js +117 -0
- cone/calendar/browser/static/moment/locale/lv.js +97 -0
- cone/calendar/browser/static/moment/locale/me.js +111 -0
- cone/calendar/browser/static/moment/locale/mi.js +64 -0
- cone/calendar/browser/static/moment/locale/mk.js +90 -0
- cone/calendar/browser/static/moment/locale/ml.js +81 -0
- cone/calendar/browser/static/moment/locale/mr.js +159 -0
- cone/calendar/browser/static/moment/locale/ms-my.js +83 -0
- cone/calendar/browser/static/moment/locale/ms.js +82 -0
- cone/calendar/browser/static/moment/locale/my.js +96 -0
- cone/calendar/browser/static/moment/locale/nb.js +63 -0
- cone/calendar/browser/static/moment/locale/ne.js +123 -0
- cone/calendar/browser/static/moment/locale/nl-be.js +86 -0
- cone/calendar/browser/static/moment/locale/nl.js +86 -0
- cone/calendar/browser/static/moment/locale/nn.js +60 -0
- cone/calendar/browser/static/moment/locale/pa-in.js +124 -0
- cone/calendar/browser/static/moment/locale/pl.js +105 -0
- cone/calendar/browser/static/moment/locale/pt-br.js +61 -0
- cone/calendar/browser/static/moment/locale/pt.js +65 -0
- cone/calendar/browser/static/moment/locale/ro.js +75 -0
- cone/calendar/browser/static/moment/locale/ru.js +183 -0
- cone/calendar/browser/static/moment/locale/se.js +61 -0
- cone/calendar/browser/static/moment/locale/si.js +71 -0
- cone/calendar/browser/static/moment/locale/sk.js +150 -0
- cone/calendar/browser/static/moment/locale/sl.js +162 -0
- cone/calendar/browser/static/moment/locale/sq.js +70 -0
- cone/calendar/browser/static/moment/locale/sr-cyrl.js +110 -0
- cone/calendar/browser/static/moment/locale/sr.js +110 -0
- cone/calendar/browser/static/moment/locale/ss.js +89 -0
- cone/calendar/browser/static/moment/locale/sv.js +69 -0
- cone/calendar/browser/static/moment/locale/sw.js +59 -0
- cone/calendar/browser/static/moment/locale/ta.js +130 -0
- cone/calendar/browser/static/moment/locale/te.js +89 -0
- cone/calendar/browser/static/moment/locale/tet.js +68 -0
- cone/calendar/browser/static/moment/locale/th.js +67 -0
- cone/calendar/browser/static/moment/locale/tl-ph.js +62 -0
- cone/calendar/browser/static/moment/locale/tlh.js +120 -0
- cone/calendar/browser/static/moment/locale/tr.js +90 -0
- cone/calendar/browser/static/moment/locale/tzl.js +91 -0
- cone/calendar/browser/static/moment/locale/tzm-latn.js +58 -0
- cone/calendar/browser/static/moment/locale/tzm.js +58 -0
- cone/calendar/browser/static/moment/locale/uk.js +146 -0
- cone/calendar/browser/static/moment/locale/uz.js +58 -0
- cone/calendar/browser/static/moment/locale/vi.js +79 -0
- cone/calendar/browser/static/moment/locale/x-pseudo.js +68 -0
- cone/calendar/browser/static/moment/locale/yo.js +60 -0
- cone/calendar/browser/static/moment/locale/zh-cn.js +127 -0
- cone/calendar/browser/static/moment/locale/zh-hk.js +105 -0
- cone/calendar/browser/static/moment/locale/zh-tw.js +104 -0
- cone/calendar/browser/static/moment/locales.js +8624 -0
- cone/calendar/browser/static/moment/locales.min.js +663 -0
- cone/calendar/browser/static/moment/moment-with-locales.js +12910 -0
- cone/calendar/browser/static/moment/moment-with-locales.min.js +1216 -0
- cone/calendar/browser/static/moment/moment.min.js +551 -0
- cone/calendar/interfaces.py +14 -0
- cone/calendar/locale/cone.calendar.pot +0 -0
- cone/calendar/locale/de/LC_MESSAGES/cone.calendar.po +0 -0
- cone/calendar/locale/en/LC_MESSAGES/cone.calendar.po +0 -0
- cone/calendar/tests/test_calendar.py +340 -0
- cone_calendar-1.1.0.dist-info/METADATA +252 -0
- cone_calendar-1.1.0.dist-info/RECORD +202 -0
- cone_calendar-1.1.0.dist-info/WHEEL +4 -0
- cone_calendar-1.1.0.dist-info/licenses/LICENSE.rst +27 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : French (Switzerland) [fr-ch]
|
|
3
|
+
//! author : Gaspard Bucher : https://github.com/gaspard
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var frCh = moment.defineLocale('fr-ch', {
|
|
14
|
+
months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
|
|
15
|
+
monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
|
|
16
|
+
monthsParseExact : true,
|
|
17
|
+
weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
|
|
18
|
+
weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
|
|
19
|
+
weekdaysMin : 'Di_Lu_Ma_Me_Je_Ve_Sa'.split('_'),
|
|
20
|
+
weekdaysParseExact : true,
|
|
21
|
+
longDateFormat : {
|
|
22
|
+
LT : 'HH:mm',
|
|
23
|
+
LTS : 'HH:mm:ss',
|
|
24
|
+
L : 'DD.MM.YYYY',
|
|
25
|
+
LL : 'D MMMM YYYY',
|
|
26
|
+
LLL : 'D MMMM YYYY HH:mm',
|
|
27
|
+
LLLL : 'dddd D MMMM YYYY HH:mm'
|
|
28
|
+
},
|
|
29
|
+
calendar : {
|
|
30
|
+
sameDay: '[Aujourd\'hui à] LT',
|
|
31
|
+
nextDay: '[Demain à] LT',
|
|
32
|
+
nextWeek: 'dddd [à] LT',
|
|
33
|
+
lastDay: '[Hier à] LT',
|
|
34
|
+
lastWeek: 'dddd [dernier à] LT',
|
|
35
|
+
sameElse: 'L'
|
|
36
|
+
},
|
|
37
|
+
relativeTime : {
|
|
38
|
+
future : 'dans %s',
|
|
39
|
+
past : 'il y a %s',
|
|
40
|
+
s : 'quelques secondes',
|
|
41
|
+
m : 'une minute',
|
|
42
|
+
mm : '%d minutes',
|
|
43
|
+
h : 'une heure',
|
|
44
|
+
hh : '%d heures',
|
|
45
|
+
d : 'un jour',
|
|
46
|
+
dd : '%d jours',
|
|
47
|
+
M : 'un mois',
|
|
48
|
+
MM : '%d mois',
|
|
49
|
+
y : 'un an',
|
|
50
|
+
yy : '%d ans'
|
|
51
|
+
},
|
|
52
|
+
ordinalParse: /\d{1,2}(er|e)/,
|
|
53
|
+
ordinal : function (number) {
|
|
54
|
+
return number + (number === 1 ? 'er' : 'e');
|
|
55
|
+
},
|
|
56
|
+
week : {
|
|
57
|
+
dow : 1, // Monday is the first day of the week.
|
|
58
|
+
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
return frCh;
|
|
63
|
+
|
|
64
|
+
})));
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : French [fr]
|
|
3
|
+
//! author : John Fischer : https://github.com/jfroffice
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var fr = moment.defineLocale('fr', {
|
|
14
|
+
months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
|
|
15
|
+
monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
|
|
16
|
+
monthsParseExact : true,
|
|
17
|
+
weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),
|
|
18
|
+
weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),
|
|
19
|
+
weekdaysMin : 'Di_Lu_Ma_Me_Je_Ve_Sa'.split('_'),
|
|
20
|
+
weekdaysParseExact : true,
|
|
21
|
+
longDateFormat : {
|
|
22
|
+
LT : 'HH:mm',
|
|
23
|
+
LTS : 'HH:mm:ss',
|
|
24
|
+
L : 'DD/MM/YYYY',
|
|
25
|
+
LL : 'D MMMM YYYY',
|
|
26
|
+
LLL : 'D MMMM YYYY HH:mm',
|
|
27
|
+
LLLL : 'dddd D MMMM YYYY HH:mm'
|
|
28
|
+
},
|
|
29
|
+
calendar : {
|
|
30
|
+
sameDay: '[Aujourd\'hui à] LT',
|
|
31
|
+
nextDay: '[Demain à] LT',
|
|
32
|
+
nextWeek: 'dddd [à] LT',
|
|
33
|
+
lastDay: '[Hier à] LT',
|
|
34
|
+
lastWeek: 'dddd [dernier à] LT',
|
|
35
|
+
sameElse: 'L'
|
|
36
|
+
},
|
|
37
|
+
relativeTime : {
|
|
38
|
+
future : 'dans %s',
|
|
39
|
+
past : 'il y a %s',
|
|
40
|
+
s : 'quelques secondes',
|
|
41
|
+
m : 'une minute',
|
|
42
|
+
mm : '%d minutes',
|
|
43
|
+
h : 'une heure',
|
|
44
|
+
hh : '%d heures',
|
|
45
|
+
d : 'un jour',
|
|
46
|
+
dd : '%d jours',
|
|
47
|
+
M : 'un mois',
|
|
48
|
+
MM : '%d mois',
|
|
49
|
+
y : 'un an',
|
|
50
|
+
yy : '%d ans'
|
|
51
|
+
},
|
|
52
|
+
ordinalParse: /\d{1,2}(er|)/,
|
|
53
|
+
ordinal : function (number) {
|
|
54
|
+
return number + (number === 1 ? 'er' : '');
|
|
55
|
+
},
|
|
56
|
+
week : {
|
|
57
|
+
dow : 1, // Monday is the first day of the week.
|
|
58
|
+
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
|
|
62
|
+
return fr;
|
|
63
|
+
|
|
64
|
+
})));
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : Frisian [fy]
|
|
3
|
+
//! author : Robin van der Vliet : https://github.com/robin0van0der0v
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var monthsShortWithDots = 'jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.'.split('_');
|
|
14
|
+
var monthsShortWithoutDots = 'jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_');
|
|
15
|
+
|
|
16
|
+
var fy = moment.defineLocale('fy', {
|
|
17
|
+
months : 'jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber'.split('_'),
|
|
18
|
+
monthsShort : function (m, format) {
|
|
19
|
+
if (/-MMM-/.test(format)) {
|
|
20
|
+
return monthsShortWithoutDots[m.month()];
|
|
21
|
+
} else {
|
|
22
|
+
return monthsShortWithDots[m.month()];
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
monthsParseExact : true,
|
|
26
|
+
weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),
|
|
27
|
+
weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),
|
|
28
|
+
weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),
|
|
29
|
+
weekdaysParseExact : true,
|
|
30
|
+
longDateFormat : {
|
|
31
|
+
LT : 'HH:mm',
|
|
32
|
+
LTS : 'HH:mm:ss',
|
|
33
|
+
L : 'DD-MM-YYYY',
|
|
34
|
+
LL : 'D MMMM YYYY',
|
|
35
|
+
LLL : 'D MMMM YYYY HH:mm',
|
|
36
|
+
LLLL : 'dddd D MMMM YYYY HH:mm'
|
|
37
|
+
},
|
|
38
|
+
calendar : {
|
|
39
|
+
sameDay: '[hjoed om] LT',
|
|
40
|
+
nextDay: '[moarn om] LT',
|
|
41
|
+
nextWeek: 'dddd [om] LT',
|
|
42
|
+
lastDay: '[juster om] LT',
|
|
43
|
+
lastWeek: '[ôfrûne] dddd [om] LT',
|
|
44
|
+
sameElse: 'L'
|
|
45
|
+
},
|
|
46
|
+
relativeTime : {
|
|
47
|
+
future : 'oer %s',
|
|
48
|
+
past : '%s lyn',
|
|
49
|
+
s : 'in pear sekonden',
|
|
50
|
+
m : 'ien minút',
|
|
51
|
+
mm : '%d minuten',
|
|
52
|
+
h : 'ien oere',
|
|
53
|
+
hh : '%d oeren',
|
|
54
|
+
d : 'ien dei',
|
|
55
|
+
dd : '%d dagen',
|
|
56
|
+
M : 'ien moanne',
|
|
57
|
+
MM : '%d moannen',
|
|
58
|
+
y : 'ien jier',
|
|
59
|
+
yy : '%d jierren'
|
|
60
|
+
},
|
|
61
|
+
ordinalParse: /\d{1,2}(ste|de)/,
|
|
62
|
+
ordinal : function (number) {
|
|
63
|
+
return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');
|
|
64
|
+
},
|
|
65
|
+
week : {
|
|
66
|
+
dow : 1, // Monday is the first day of the week.
|
|
67
|
+
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
return fy;
|
|
72
|
+
|
|
73
|
+
})));
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : Scottish Gaelic [gd]
|
|
3
|
+
//! author : Jon Ashdown : https://github.com/jonashdown
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var months = [
|
|
14
|
+
'Am Faoilleach', 'An Gearran', 'Am Màrt', 'An Giblean', 'An Cèitean', 'An t-Ògmhios', 'An t-Iuchar', 'An Lùnastal', 'An t-Sultain', 'An Dàmhair', 'An t-Samhain', 'An Dùbhlachd'
|
|
15
|
+
];
|
|
16
|
+
|
|
17
|
+
var monthsShort = ['Faoi', 'Gear', 'Màrt', 'Gibl', 'Cèit', 'Ògmh', 'Iuch', 'Lùn', 'Sult', 'Dàmh', 'Samh', 'Dùbh'];
|
|
18
|
+
|
|
19
|
+
var weekdays = ['Didòmhnaich', 'Diluain', 'Dimàirt', 'Diciadain', 'Diardaoin', 'Dihaoine', 'Disathairne'];
|
|
20
|
+
|
|
21
|
+
var weekdaysShort = ['Did', 'Dil', 'Dim', 'Dic', 'Dia', 'Dih', 'Dis'];
|
|
22
|
+
|
|
23
|
+
var weekdaysMin = ['Dò', 'Lu', 'Mà', 'Ci', 'Ar', 'Ha', 'Sa'];
|
|
24
|
+
|
|
25
|
+
var gd = moment.defineLocale('gd', {
|
|
26
|
+
months : months,
|
|
27
|
+
monthsShort : monthsShort,
|
|
28
|
+
monthsParseExact : true,
|
|
29
|
+
weekdays : weekdays,
|
|
30
|
+
weekdaysShort : weekdaysShort,
|
|
31
|
+
weekdaysMin : weekdaysMin,
|
|
32
|
+
longDateFormat : {
|
|
33
|
+
LT : 'HH:mm',
|
|
34
|
+
LTS : 'HH:mm:ss',
|
|
35
|
+
L : 'DD/MM/YYYY',
|
|
36
|
+
LL : 'D MMMM YYYY',
|
|
37
|
+
LLL : 'D MMMM YYYY HH:mm',
|
|
38
|
+
LLLL : 'dddd, D MMMM YYYY HH:mm'
|
|
39
|
+
},
|
|
40
|
+
calendar : {
|
|
41
|
+
sameDay : '[An-diugh aig] LT',
|
|
42
|
+
nextDay : '[A-màireach aig] LT',
|
|
43
|
+
nextWeek : 'dddd [aig] LT',
|
|
44
|
+
lastDay : '[An-dè aig] LT',
|
|
45
|
+
lastWeek : 'dddd [seo chaidh] [aig] LT',
|
|
46
|
+
sameElse : 'L'
|
|
47
|
+
},
|
|
48
|
+
relativeTime : {
|
|
49
|
+
future : 'ann an %s',
|
|
50
|
+
past : 'bho chionn %s',
|
|
51
|
+
s : 'beagan diogan',
|
|
52
|
+
m : 'mionaid',
|
|
53
|
+
mm : '%d mionaidean',
|
|
54
|
+
h : 'uair',
|
|
55
|
+
hh : '%d uairean',
|
|
56
|
+
d : 'latha',
|
|
57
|
+
dd : '%d latha',
|
|
58
|
+
M : 'mìos',
|
|
59
|
+
MM : '%d mìosan',
|
|
60
|
+
y : 'bliadhna',
|
|
61
|
+
yy : '%d bliadhna'
|
|
62
|
+
},
|
|
63
|
+
ordinalParse : /\d{1,2}(d|na|mh)/,
|
|
64
|
+
ordinal : function (number) {
|
|
65
|
+
var output = number === 1 ? 'd' : number % 10 === 2 ? 'na' : 'mh';
|
|
66
|
+
return number + output;
|
|
67
|
+
},
|
|
68
|
+
week : {
|
|
69
|
+
dow : 1, // Monday is the first day of the week.
|
|
70
|
+
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
return gd;
|
|
75
|
+
|
|
76
|
+
})));
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : Galician [gl]
|
|
3
|
+
//! author : Juan G. Hurtado : https://github.com/juanghurtado
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var gl = moment.defineLocale('gl', {
|
|
14
|
+
months : 'xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro'.split('_'),
|
|
15
|
+
monthsShort : 'xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.'.split('_'),
|
|
16
|
+
monthsParseExact: true,
|
|
17
|
+
weekdays : 'domingo_luns_martes_mércores_xoves_venres_sábado'.split('_'),
|
|
18
|
+
weekdaysShort : 'dom._lun._mar._mér._xov._ven._sáb.'.split('_'),
|
|
19
|
+
weekdaysMin : 'do_lu_ma_mé_xo_ve_sá'.split('_'),
|
|
20
|
+
weekdaysParseExact : true,
|
|
21
|
+
longDateFormat : {
|
|
22
|
+
LT : 'H:mm',
|
|
23
|
+
LTS : 'H:mm:ss',
|
|
24
|
+
L : 'DD/MM/YYYY',
|
|
25
|
+
LL : 'D [de] MMMM [de] YYYY',
|
|
26
|
+
LLL : 'D [de] MMMM [de] YYYY H:mm',
|
|
27
|
+
LLLL : 'dddd, D [de] MMMM [de] YYYY H:mm'
|
|
28
|
+
},
|
|
29
|
+
calendar : {
|
|
30
|
+
sameDay : function () {
|
|
31
|
+
return '[hoxe ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';
|
|
32
|
+
},
|
|
33
|
+
nextDay : function () {
|
|
34
|
+
return '[mañá ' + ((this.hours() !== 1) ? 'ás' : 'á') + '] LT';
|
|
35
|
+
},
|
|
36
|
+
nextWeek : function () {
|
|
37
|
+
return 'dddd [' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';
|
|
38
|
+
},
|
|
39
|
+
lastDay : function () {
|
|
40
|
+
return '[onte ' + ((this.hours() !== 1) ? 'á' : 'a') + '] LT';
|
|
41
|
+
},
|
|
42
|
+
lastWeek : function () {
|
|
43
|
+
return '[o] dddd [pasado ' + ((this.hours() !== 1) ? 'ás' : 'a') + '] LT';
|
|
44
|
+
},
|
|
45
|
+
sameElse : 'L'
|
|
46
|
+
},
|
|
47
|
+
relativeTime : {
|
|
48
|
+
future : function (str) {
|
|
49
|
+
if (str.indexOf('un') === 0) {
|
|
50
|
+
return 'n' + str;
|
|
51
|
+
}
|
|
52
|
+
return 'en ' + str;
|
|
53
|
+
},
|
|
54
|
+
past : 'hai %s',
|
|
55
|
+
s : 'uns segundos',
|
|
56
|
+
m : 'un minuto',
|
|
57
|
+
mm : '%d minutos',
|
|
58
|
+
h : 'unha hora',
|
|
59
|
+
hh : '%d horas',
|
|
60
|
+
d : 'un día',
|
|
61
|
+
dd : '%d días',
|
|
62
|
+
M : 'un mes',
|
|
63
|
+
MM : '%d meses',
|
|
64
|
+
y : 'un ano',
|
|
65
|
+
yy : '%d anos'
|
|
66
|
+
},
|
|
67
|
+
ordinalParse : /\d{1,2}º/,
|
|
68
|
+
ordinal : '%dº',
|
|
69
|
+
week : {
|
|
70
|
+
dow : 1, // Monday is the first day of the week.
|
|
71
|
+
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
return gl;
|
|
76
|
+
|
|
77
|
+
})));
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : Hebrew [he]
|
|
3
|
+
//! author : Tomer Cohen : https://github.com/tomer
|
|
4
|
+
//! author : Moshe Simantov : https://github.com/DevelopmentIL
|
|
5
|
+
//! author : Tal Ater : https://github.com/TalAter
|
|
6
|
+
|
|
7
|
+
;(function (global, factory) {
|
|
8
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
9
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
10
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
11
|
+
factory(global.moment)
|
|
12
|
+
}(this, (function (moment) { 'use strict';
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
var he = moment.defineLocale('he', {
|
|
16
|
+
months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),
|
|
17
|
+
monthsShort : 'ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳'.split('_'),
|
|
18
|
+
weekdays : 'ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת'.split('_'),
|
|
19
|
+
weekdaysShort : 'א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳'.split('_'),
|
|
20
|
+
weekdaysMin : 'א_ב_ג_ד_ה_ו_ש'.split('_'),
|
|
21
|
+
longDateFormat : {
|
|
22
|
+
LT : 'HH:mm',
|
|
23
|
+
LTS : 'HH:mm:ss',
|
|
24
|
+
L : 'DD/MM/YYYY',
|
|
25
|
+
LL : 'D [ב]MMMM YYYY',
|
|
26
|
+
LLL : 'D [ב]MMMM YYYY HH:mm',
|
|
27
|
+
LLLL : 'dddd, D [ב]MMMM YYYY HH:mm',
|
|
28
|
+
l : 'D/M/YYYY',
|
|
29
|
+
ll : 'D MMM YYYY',
|
|
30
|
+
lll : 'D MMM YYYY HH:mm',
|
|
31
|
+
llll : 'ddd, D MMM YYYY HH:mm'
|
|
32
|
+
},
|
|
33
|
+
calendar : {
|
|
34
|
+
sameDay : '[היום ב־]LT',
|
|
35
|
+
nextDay : '[מחר ב־]LT',
|
|
36
|
+
nextWeek : 'dddd [בשעה] LT',
|
|
37
|
+
lastDay : '[אתמול ב־]LT',
|
|
38
|
+
lastWeek : '[ביום] dddd [האחרון בשעה] LT',
|
|
39
|
+
sameElse : 'L'
|
|
40
|
+
},
|
|
41
|
+
relativeTime : {
|
|
42
|
+
future : 'בעוד %s',
|
|
43
|
+
past : 'לפני %s',
|
|
44
|
+
s : 'מספר שניות',
|
|
45
|
+
m : 'דקה',
|
|
46
|
+
mm : '%d דקות',
|
|
47
|
+
h : 'שעה',
|
|
48
|
+
hh : function (number) {
|
|
49
|
+
if (number === 2) {
|
|
50
|
+
return 'שעתיים';
|
|
51
|
+
}
|
|
52
|
+
return number + ' שעות';
|
|
53
|
+
},
|
|
54
|
+
d : 'יום',
|
|
55
|
+
dd : function (number) {
|
|
56
|
+
if (number === 2) {
|
|
57
|
+
return 'יומיים';
|
|
58
|
+
}
|
|
59
|
+
return number + ' ימים';
|
|
60
|
+
},
|
|
61
|
+
M : 'חודש',
|
|
62
|
+
MM : function (number) {
|
|
63
|
+
if (number === 2) {
|
|
64
|
+
return 'חודשיים';
|
|
65
|
+
}
|
|
66
|
+
return number + ' חודשים';
|
|
67
|
+
},
|
|
68
|
+
y : 'שנה',
|
|
69
|
+
yy : function (number) {
|
|
70
|
+
if (number === 2) {
|
|
71
|
+
return 'שנתיים';
|
|
72
|
+
} else if (number % 10 === 0 && number !== 10) {
|
|
73
|
+
return number + ' שנה';
|
|
74
|
+
}
|
|
75
|
+
return number + ' שנים';
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
meridiemParse: /אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,
|
|
79
|
+
isPM : function (input) {
|
|
80
|
+
return /^(אחה"צ|אחרי הצהריים|בערב)$/.test(input);
|
|
81
|
+
},
|
|
82
|
+
meridiem : function (hour, minute, isLower) {
|
|
83
|
+
if (hour < 5) {
|
|
84
|
+
return 'לפנות בוקר';
|
|
85
|
+
} else if (hour < 10) {
|
|
86
|
+
return 'בבוקר';
|
|
87
|
+
} else if (hour < 12) {
|
|
88
|
+
return isLower ? 'לפנה"צ' : 'לפני הצהריים';
|
|
89
|
+
} else if (hour < 18) {
|
|
90
|
+
return isLower ? 'אחה"צ' : 'אחרי הצהריים';
|
|
91
|
+
} else {
|
|
92
|
+
return 'בערב';
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
return he;
|
|
98
|
+
|
|
99
|
+
})));
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
//! moment.js locale configuration
|
|
2
|
+
//! locale : Hindi [hi]
|
|
3
|
+
//! author : Mayank Singhal : https://github.com/mayanksinghal
|
|
4
|
+
|
|
5
|
+
;(function (global, factory) {
|
|
6
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
|
7
|
+
&& typeof require === 'function' ? factory(require('../moment')) :
|
|
8
|
+
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
|
9
|
+
factory(global.moment)
|
|
10
|
+
}(this, (function (moment) { 'use strict';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var symbolMap = {
|
|
14
|
+
'1': '१',
|
|
15
|
+
'2': '२',
|
|
16
|
+
'3': '३',
|
|
17
|
+
'4': '४',
|
|
18
|
+
'5': '५',
|
|
19
|
+
'6': '६',
|
|
20
|
+
'7': '७',
|
|
21
|
+
'8': '८',
|
|
22
|
+
'9': '९',
|
|
23
|
+
'0': '०'
|
|
24
|
+
};
|
|
25
|
+
var numberMap = {
|
|
26
|
+
'१': '1',
|
|
27
|
+
'२': '2',
|
|
28
|
+
'३': '3',
|
|
29
|
+
'४': '4',
|
|
30
|
+
'५': '5',
|
|
31
|
+
'६': '6',
|
|
32
|
+
'७': '7',
|
|
33
|
+
'८': '8',
|
|
34
|
+
'९': '9',
|
|
35
|
+
'०': '0'
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
var hi = moment.defineLocale('hi', {
|
|
39
|
+
months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),
|
|
40
|
+
monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),
|
|
41
|
+
monthsParseExact: true,
|
|
42
|
+
weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
|
|
43
|
+
weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),
|
|
44
|
+
weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),
|
|
45
|
+
longDateFormat : {
|
|
46
|
+
LT : 'A h:mm बजे',
|
|
47
|
+
LTS : 'A h:mm:ss बजे',
|
|
48
|
+
L : 'DD/MM/YYYY',
|
|
49
|
+
LL : 'D MMMM YYYY',
|
|
50
|
+
LLL : 'D MMMM YYYY, A h:mm बजे',
|
|
51
|
+
LLLL : 'dddd, D MMMM YYYY, A h:mm बजे'
|
|
52
|
+
},
|
|
53
|
+
calendar : {
|
|
54
|
+
sameDay : '[आज] LT',
|
|
55
|
+
nextDay : '[कल] LT',
|
|
56
|
+
nextWeek : 'dddd, LT',
|
|
57
|
+
lastDay : '[कल] LT',
|
|
58
|
+
lastWeek : '[पिछले] dddd, LT',
|
|
59
|
+
sameElse : 'L'
|
|
60
|
+
},
|
|
61
|
+
relativeTime : {
|
|
62
|
+
future : '%s में',
|
|
63
|
+
past : '%s पहले',
|
|
64
|
+
s : 'कुछ ही क्षण',
|
|
65
|
+
m : 'एक मिनट',
|
|
66
|
+
mm : '%d मिनट',
|
|
67
|
+
h : 'एक घंटा',
|
|
68
|
+
hh : '%d घंटे',
|
|
69
|
+
d : 'एक दिन',
|
|
70
|
+
dd : '%d दिन',
|
|
71
|
+
M : 'एक महीने',
|
|
72
|
+
MM : '%d महीने',
|
|
73
|
+
y : 'एक वर्ष',
|
|
74
|
+
yy : '%d वर्ष'
|
|
75
|
+
},
|
|
76
|
+
preparse: function (string) {
|
|
77
|
+
return string.replace(/[१२३४५६७८९०]/g, function (match) {
|
|
78
|
+
return numberMap[match];
|
|
79
|
+
});
|
|
80
|
+
},
|
|
81
|
+
postformat: function (string) {
|
|
82
|
+
return string.replace(/\d/g, function (match) {
|
|
83
|
+
return symbolMap[match];
|
|
84
|
+
});
|
|
85
|
+
},
|
|
86
|
+
// Hindi notation for meridiems are quite fuzzy in practice. While there exists
|
|
87
|
+
// a rigid notion of a 'Pahar' it is not used as rigidly in modern Hindi.
|
|
88
|
+
meridiemParse: /रात|सुबह|दोपहर|शाम/,
|
|
89
|
+
meridiemHour : function (hour, meridiem) {
|
|
90
|
+
if (hour === 12) {
|
|
91
|
+
hour = 0;
|
|
92
|
+
}
|
|
93
|
+
if (meridiem === 'रात') {
|
|
94
|
+
return hour < 4 ? hour : hour + 12;
|
|
95
|
+
} else if (meridiem === 'सुबह') {
|
|
96
|
+
return hour;
|
|
97
|
+
} else if (meridiem === 'दोपहर') {
|
|
98
|
+
return hour >= 10 ? hour : hour + 12;
|
|
99
|
+
} else if (meridiem === 'शाम') {
|
|
100
|
+
return hour + 12;
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
meridiem : function (hour, minute, isLower) {
|
|
104
|
+
if (hour < 4) {
|
|
105
|
+
return 'रात';
|
|
106
|
+
} else if (hour < 10) {
|
|
107
|
+
return 'सुबह';
|
|
108
|
+
} else if (hour < 17) {
|
|
109
|
+
return 'दोपहर';
|
|
110
|
+
} else if (hour < 20) {
|
|
111
|
+
return 'शाम';
|
|
112
|
+
} else {
|
|
113
|
+
return 'रात';
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
week : {
|
|
117
|
+
dow : 0, // Sunday is the first day of the week.
|
|
118
|
+
doy : 6 // The week that contains Jan 1st is the first week of the year.
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
return hi;
|
|
123
|
+
|
|
124
|
+
})));
|