momentjs-rails 2.0.0.2 → 2.1.0
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.
- checksums.yaml +7 -0
- data/news.md +4 -0
- data/test/dummy/log/test.log +14 -0
- data/test/dummy/tmp/cache/assets/D1C/680/sprockets%2F16ed4d5afdb2919596e6f8790e2116c2 +0 -0
- data/test/dummy/tmp/cache/assets/D35/CA0/sprockets%2F493e64bce2d302801dc01cf7cd096a58 +0 -0
- data/test/dummy/tmp/cache/assets/D3F/5F0/sprockets%2F4a6c53eae7c6e41a69a191578bbb6417 +0 -0
- data/test/dummy/tmp/cache/assets/D58/BD0/sprockets%2F4de9ddc9b725c715a54c98697b2528fe +0 -0
- data/test/dummy/tmp/cache/assets/D75/510/sprockets%2Fe690787ac522f47a6be024bfcc1767ee +0 -0
- data/test/dummy/tmp/cache/assets/E10/250/sprockets%2Fe4badb9ddfda484eb9671bf88567be61 +0 -0
- data/test/integration/navigation_test.rb +1 -1
- data/vendor/assets/javascripts/moment.js +380 -118
- data/vendor/assets/javascripts/moment/ar-ma.js +1 -42
- data/vendor/assets/javascripts/moment/ar.js +2 -42
- data/vendor/assets/javascripts/moment/bg.js +1 -73
- data/vendor/assets/javascripts/moment/br.js +4 -0
- data/vendor/assets/javascripts/moment/ca.js +1 -53
- data/vendor/assets/javascripts/moment/cs.js +1 -142
- data/vendor/assets/javascripts/moment/cv.js +1 -47
- data/vendor/assets/javascripts/moment/da.js +1 -43
- data/vendor/assets/javascripts/moment/de.js +2 -43
- data/vendor/assets/javascripts/moment/el.js +4 -0
- data/vendor/assets/javascripts/moment/en-ca.js +1 -46
- data/vendor/assets/javascripts/moment/en-gb.js +1 -50
- data/vendor/assets/javascripts/moment/eo.js +1 -50
- data/vendor/assets/javascripts/moment/es.js +1 -53
- data/vendor/assets/javascripts/moment/et.js +1 -47
- data/vendor/assets/javascripts/moment/eu.js +1 -47
- data/vendor/assets/javascripts/moment/fa.js +4 -0
- data/vendor/assets/javascripts/moment/fi.js +1 -90
- data/vendor/assets/javascripts/moment/fr-ca.js +1 -41
- data/vendor/assets/javascripts/moment/fr.js +1 -45
- data/vendor/assets/javascripts/moment/gl.js +1 -53
- data/vendor/assets/javascripts/moment/he.js +1 -42
- data/vendor/assets/javascripts/moment/hi.js +4 -0
- data/vendor/assets/javascripts/moment/hu.js +1 -84
- data/vendor/assets/javascripts/moment/id.js +1 -53
- data/vendor/assets/javascripts/moment/is.js +1 -111
- data/vendor/assets/javascripts/moment/it.js +2 -43
- data/vendor/assets/javascripts/moment/ja.js +1 -45
- data/vendor/assets/javascripts/moment/ka.js +4 -0
- data/vendor/assets/javascripts/moment/ko.js +1 -43
- data/vendor/assets/javascripts/moment/lv.js +1 -64
- data/vendor/assets/javascripts/moment/ms-my.js +4 -0
- data/vendor/assets/javascripts/moment/nb.js +1 -43
- data/vendor/assets/javascripts/moment/ne.js +1 -92
- data/vendor/assets/javascripts/moment/nl.js +1 -54
- data/vendor/assets/javascripts/moment/nn.js +4 -0
- data/vendor/assets/javascripts/moment/pl.js +1 -76
- data/vendor/assets/javascripts/moment/pt-br.js +1 -43
- data/vendor/assets/javascripts/moment/pt.js +1 -47
- data/vendor/assets/javascripts/moment/ro.js +1 -42
- data/vendor/assets/javascripts/moment/ru.js +2 -121
- data/vendor/assets/javascripts/moment/sk.js +5 -0
- data/vendor/assets/javascripts/moment/sl.js +1 -131
- data/vendor/assets/javascripts/moment/sq.js +5 -0
- data/vendor/assets/javascripts/moment/sv.js +1 -50
- data/vendor/assets/javascripts/moment/th.js +1 -45
- data/vendor/assets/javascripts/moment/tr.js +1 -78
- data/vendor/assets/javascripts/moment/tzm-la.js +1 -42
- data/vendor/assets/javascripts/moment/tzm.js +1 -42
- data/vendor/assets/javascripts/moment/uk.js +2 -119
- data/vendor/assets/javascripts/moment/zh-cn.js +1 -55
- data/vendor/assets/javascripts/moment/zh-tw.js +1 -55
- metadata +21 -24
@@ -1,46 +1,5 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : italian (it)
|
3
3
|
// author : Lorenzo : https://github.com/aliem
|
4
|
-
|
5
|
-
|
6
|
-
months : "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"),
|
7
|
-
monthsShort : "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"),
|
8
|
-
weekdays : "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),
|
9
|
-
weekdaysShort : "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),
|
10
|
-
weekdaysMin : "D_L_Ma_Me_G_V_S".split("_"),
|
11
|
-
longDateFormat : {
|
12
|
-
LT : "HH:mm",
|
13
|
-
L : "DD/MM/YYYY",
|
14
|
-
LL : "D MMMM YYYY",
|
15
|
-
LLL : "D MMMM YYYY LT",
|
16
|
-
LLLL : "dddd, D MMMM YYYY LT"
|
17
|
-
},
|
18
|
-
calendar : {
|
19
|
-
sameDay: '[Oggi alle] LT',
|
20
|
-
nextDay: '[Domani alle] LT',
|
21
|
-
nextWeek: 'dddd [alle] LT',
|
22
|
-
lastDay: '[Ieri alle] LT',
|
23
|
-
lastWeek: '[lo scorso] dddd [alle] LT',
|
24
|
-
sameElse: 'L'
|
25
|
-
},
|
26
|
-
relativeTime : {
|
27
|
-
future : "in %s",
|
28
|
-
past : "%s fa",
|
29
|
-
s : "secondi",
|
30
|
-
m : "un minuto",
|
31
|
-
mm : "%d minuti",
|
32
|
-
h : "un'ora",
|
33
|
-
hh : "%d ore",
|
34
|
-
d : "un giorno",
|
35
|
-
dd : "%d giorni",
|
36
|
-
M : "un mese",
|
37
|
-
MM : "%d mesi",
|
38
|
-
y : "un anno",
|
39
|
-
yy : "%d anni"
|
40
|
-
},
|
41
|
-
ordinal: '%dº',
|
42
|
-
week : {
|
43
|
-
dow : 1, // Monday is the first day of the week.
|
44
|
-
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
45
|
-
}
|
46
|
-
});
|
4
|
+
// author: Mattia Larentis: https://github.com/nostalgiaz
|
5
|
+
!function(){function e(e){e.lang("it",{months:"Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"),monthsShort:"Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"),weekdays:"Domenica_Luned\xec_Marted\xec_Mercoled\xec_Gioved\xec_Venerd\xec_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:"[lo scorso] dddd [alle] LT",sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:"%d\xba",week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,48 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : japanese (ja)
|
3
3
|
// author : LI Long : https://github.com/baryon
|
4
|
-
|
5
|
-
moment.lang('ja', {
|
6
|
-
months : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
|
7
|
-
monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
|
8
|
-
weekdays : "日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),
|
9
|
-
weekdaysShort : "日_月_火_水_木_金_土".split("_"),
|
10
|
-
weekdaysMin : "日_月_火_水_木_金_土".split("_"),
|
11
|
-
longDateFormat : {
|
12
|
-
LT : "Ah時m分",
|
13
|
-
L : "YYYY/MM/DD",
|
14
|
-
LL : "YYYY年M月D日",
|
15
|
-
LLL : "YYYY年M月D日LT",
|
16
|
-
LLLL : "YYYY年M月D日LT dddd"
|
17
|
-
},
|
18
|
-
meridiem : function (hour, minute, isLower) {
|
19
|
-
if (hour < 12) {
|
20
|
-
return "午前";
|
21
|
-
} else {
|
22
|
-
return "午後";
|
23
|
-
}
|
24
|
-
},
|
25
|
-
calendar : {
|
26
|
-
sameDay : '[今日] LT',
|
27
|
-
nextDay : '[明日] LT',
|
28
|
-
nextWeek : '[来週]dddd LT',
|
29
|
-
lastDay : '[昨日] LT',
|
30
|
-
lastWeek : '[前週]dddd LT',
|
31
|
-
sameElse : 'L'
|
32
|
-
},
|
33
|
-
relativeTime : {
|
34
|
-
future : "%s後",
|
35
|
-
past : "%s前",
|
36
|
-
s : "数秒",
|
37
|
-
m : "1分",
|
38
|
-
mm : "%d分",
|
39
|
-
h : "1時間",
|
40
|
-
hh : "%d時間",
|
41
|
-
d : "1日",
|
42
|
-
dd : "%d日",
|
43
|
-
M : "1ヶ月",
|
44
|
-
MM : "%dヶ月",
|
45
|
-
y : "1年",
|
46
|
-
yy : "%d年"
|
47
|
-
}
|
48
|
-
});
|
4
|
+
!function(){function e(e){e.lang("ja",{months:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u65e5\u66dc\u65e5_\u6708\u66dc\u65e5_\u706b\u66dc\u65e5_\u6c34\u66dc\u65e5_\u6728\u66dc\u65e5_\u91d1\u66dc\u65e5_\u571f\u66dc\u65e5".split("_"),weekdaysShort:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),weekdaysMin:"\u65e5_\u6708_\u706b_\u6c34_\u6728_\u91d1_\u571f".split("_"),longDateFormat:{LT:"Ah\u6642m\u5206",L:"YYYY/MM/DD",LL:"YYYY\u5e74M\u6708D\u65e5",LLL:"YYYY\u5e74M\u6708D\u65e5LT",LLLL:"YYYY\u5e74M\u6708D\u65e5LT dddd"},meridiem:function(e){return 12>e?"\u5348\u524d":"\u5348\u5f8c"},calendar:{sameDay:"[\u4eca\u65e5] LT",nextDay:"[\u660e\u65e5] LT",nextWeek:"[\u6765\u9031]dddd LT",lastDay:"[\u6628\u65e5] LT",lastWeek:"[\u524d\u9031]dddd LT",sameElse:"L"},relativeTime:{future:"%s\u5f8c",past:"%s\u524d",s:"\u6570\u79d2",m:"1\u5206",mm:"%d\u5206",h:"1\u6642\u9593",hh:"%d\u6642\u9593",d:"1\u65e5",dd:"%d\u65e5",M:"1\u30f6\u6708",MM:"%d\u30f6\u6708",y:"1\u5e74",yy:"%d\u5e74"}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -0,0 +1,4 @@
|
|
1
|
+
// moment.js language configuration
|
2
|
+
// language : Georgian (ka)
|
3
|
+
// author : Irakli Janiashvili : https://github.com/irakli-janiashvili
|
4
|
+
!function(){function e(e){function t(e,t){var n={nominative:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10d8_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10d8_\u10db\u10d0\u10e0\u10e2\u10d8_\u10d0\u10de\u10e0\u10d8\u10da\u10d8_\u10db\u10d0\u10d8\u10e1\u10d8_\u10d8\u10d5\u10dc\u10d8\u10e1\u10d8_\u10d8\u10d5\u10da\u10d8\u10e1\u10d8_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10dd_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10d8_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10d8_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10d8".split("_"),accusative:"\u10d8\u10d0\u10dc\u10d5\u10d0\u10e0\u10e1_\u10d7\u10d4\u10d1\u10d4\u10e0\u10d5\u10d0\u10da\u10e1_\u10db\u10d0\u10e0\u10e2\u10e1_\u10d0\u10de\u10e0\u10d8\u10da\u10d8\u10e1_\u10db\u10d0\u10d8\u10e1\u10e1_\u10d8\u10d5\u10dc\u10d8\u10e1\u10e1_\u10d8\u10d5\u10da\u10d8\u10e1\u10e1_\u10d0\u10d2\u10d5\u10d8\u10e1\u10e2\u10e1_\u10e1\u10d4\u10e5\u10e2\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10dd\u10e5\u10e2\u10dd\u10db\u10d1\u10d4\u10e0\u10e1_\u10dc\u10dd\u10d4\u10db\u10d1\u10d4\u10e0\u10e1_\u10d3\u10d4\u10d9\u10d4\u10db\u10d1\u10d4\u10e0\u10e1".split("_")},a=/D[oD] *MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]}function n(e,t){var n={nominative:"\u10d9\u10d5\u10d8\u10e0\u10d0_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10d8_\u10e8\u10d0\u10d1\u10d0\u10d7\u10d8".split("_"),accusative:"\u10d9\u10d5\u10d8\u10e0\u10d0\u10e1_\u10dd\u10e0\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10e1\u10d0\u10db\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10dd\u10d7\u10ee\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10ee\u10e3\u10d7\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1_\u10de\u10d0\u10e0\u10d0\u10e1\u10d9\u10d4\u10d5\u10e1_\u10e8\u10d0\u10d1\u10d0\u10d7\u10e1".split("_")},a=/(\u10ec\u10d8\u10dc\u10d0|\u10e8\u10d4\u10db\u10d3\u10d4\u10d2)/.test(t)?"accusative":"nominative";return n[a][e.day()]}e.lang("ka",{months:t,monthsShort:"\u10d8\u10d0\u10dc_\u10d7\u10d4\u10d1_\u10db\u10d0\u10e0_\u10d0\u10de\u10e0_\u10db\u10d0\u10d8_\u10d8\u10d5\u10dc_\u10d8\u10d5\u10da_\u10d0\u10d2\u10d5_\u10e1\u10d4\u10e5_\u10dd\u10e5\u10e2_\u10dc\u10dd\u10d4_\u10d3\u10d4\u10d9".split("_"),weekdays:n,weekdaysShort:"\u10d9\u10d5\u10d8_\u10dd\u10e0\u10e8_\u10e1\u10d0\u10db_\u10dd\u10d7\u10ee_\u10ee\u10e3\u10d7_\u10de\u10d0\u10e0_\u10e8\u10d0\u10d1".split("_"),weekdaysMin:"\u10d9\u10d5_\u10dd\u10e0_\u10e1\u10d0_\u10dd\u10d7_\u10ee\u10e3_\u10de\u10d0_\u10e8\u10d0".split("_"),longDateFormat:{LT:"h:mm A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[\u10d3\u10e6\u10d4\u10e1] LT[-\u10d6\u10d4]",nextDay:"[\u10ee\u10d5\u10d0\u10da] LT[-\u10d6\u10d4]",lastDay:"[\u10d2\u10e3\u10e8\u10d8\u10dc] LT[-\u10d6\u10d4]",nextWeek:"[\u10e8\u10d4\u10db\u10d3\u10d4\u10d2] dddd LT[-\u10d6\u10d4]",lastWeek:"[\u10ec\u10d8\u10dc\u10d0] dddd LT-\u10d6\u10d4",sameElse:"L"},relativeTime:{future:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10ec\u10d4\u10da\u10d8)/.test(e)?e.replace(/\u10d8$/,"\u10e8\u10d8"):e+"\u10e8\u10d8"},past:function(e){return/(\u10ec\u10d0\u10db\u10d8|\u10ec\u10e3\u10d7\u10d8|\u10e1\u10d0\u10d0\u10d7\u10d8|\u10d3\u10e6\u10d4|\u10d7\u10d5\u10d4)/.test(e)?e.replace(/(\u10d8|\u10d4)$/,"\u10d8\u10e1 \u10ec\u10d8\u10dc"):/\u10ec\u10d4\u10da\u10d8/.test(e)?e.replace(/\u10ec\u10d4\u10da\u10d8$/,"\u10ec\u10da\u10d8\u10e1 \u10ec\u10d8\u10dc"):void 0},s:"\u10e0\u10d0\u10db\u10d3\u10d4\u10dc\u10d8\u10db\u10d4 \u10ec\u10d0\u10db\u10d8",m:"\u10ec\u10e3\u10d7\u10d8",mm:"%d \u10ec\u10e3\u10d7\u10d8",h:"\u10e1\u10d0\u10d0\u10d7\u10d8",hh:"%d \u10e1\u10d0\u10d0\u10d7\u10d8",d:"\u10d3\u10e6\u10d4",dd:"%d \u10d3\u10e6\u10d4",M:"\u10d7\u10d5\u10d4",MM:"%d \u10d7\u10d5\u10d4",y:"\u10ec\u10d4\u10da\u10d8",yy:"%d \u10ec\u10d4\u10da\u10d8"},ordinal:function(e){return 0===e?e:1===e?e+"-\u10da\u10d8":20>e||100>=e&&0===e%20||0===e%100?"\u10db\u10d4-"+e:e+"-\u10d4"},week:{dow:1,doy:7}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,46 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : korean (ko)
|
3
3
|
// author : Kyungwook, Park : https://github.com/kyungw00k
|
4
|
-
|
5
|
-
moment.lang('ko', {
|
6
|
-
months : "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
|
7
|
-
monthsShort : "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
|
8
|
-
weekdays : "일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),
|
9
|
-
weekdaysShort : "일_월_화_수_목_금_토".split("_"),
|
10
|
-
weekdaysMin : "일_월_화_수_목_금_토".split("_"),
|
11
|
-
longDateFormat : {
|
12
|
-
LT : "A h시 mm분",
|
13
|
-
L : "YYYY.MM.DD",
|
14
|
-
LL : "YYYY년 MMMM D일",
|
15
|
-
LLL : "YYYY년 MMMM D일 LT",
|
16
|
-
LLLL : "YYYY년 MMMM D일 dddd LT"
|
17
|
-
},
|
18
|
-
meridiem : function (hour, minute, isUpper) {
|
19
|
-
return hour < 12 ? '오전' : '오후';
|
20
|
-
},
|
21
|
-
calendar : {
|
22
|
-
sameDay : '오늘 LT',
|
23
|
-
nextDay : '내일 LT',
|
24
|
-
nextWeek : 'dddd LT',
|
25
|
-
lastDay : '어제 LT',
|
26
|
-
lastWeek : '지난주 dddd LT',
|
27
|
-
sameElse : 'L'
|
28
|
-
},
|
29
|
-
relativeTime : {
|
30
|
-
future : "%s 후",
|
31
|
-
past : "%s 전",
|
32
|
-
s : "몇초",
|
33
|
-
ss : "%d초",
|
34
|
-
m : "일분",
|
35
|
-
mm : "%d분",
|
36
|
-
h : "한시간",
|
37
|
-
hh : "%d시간",
|
38
|
-
d : "하루",
|
39
|
-
dd : "%d일",
|
40
|
-
M : "한달",
|
41
|
-
MM : "%d달",
|
42
|
-
y : "일년",
|
43
|
-
yy : "%d년"
|
44
|
-
},
|
45
|
-
ordinal : '%d일'
|
46
|
-
});
|
4
|
+
!function(){function e(e){e.lang("ko",{months:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),monthsShort:"1\uc6d4_2\uc6d4_3\uc6d4_4\uc6d4_5\uc6d4_6\uc6d4_7\uc6d4_8\uc6d4_9\uc6d4_10\uc6d4_11\uc6d4_12\uc6d4".split("_"),weekdays:"\uc77c\uc694\uc77c_\uc6d4\uc694\uc77c_\ud654\uc694\uc77c_\uc218\uc694\uc77c_\ubaa9\uc694\uc77c_\uae08\uc694\uc77c_\ud1a0\uc694\uc77c".split("_"),weekdaysShort:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),weekdaysMin:"\uc77c_\uc6d4_\ud654_\uc218_\ubaa9_\uae08_\ud1a0".split("_"),longDateFormat:{LT:"A h\uc2dc mm\ubd84",L:"YYYY.MM.DD",LL:"YYYY\ub144 MMMM D\uc77c",LLL:"YYYY\ub144 MMMM D\uc77c LT",LLLL:"YYYY\ub144 MMMM D\uc77c dddd LT"},meridiem:function(e){return 12>e?"\uc624\uc804":"\uc624\ud6c4"},calendar:{sameDay:"\uc624\ub298 LT",nextDay:"\ub0b4\uc77c LT",nextWeek:"dddd LT",lastDay:"\uc5b4\uc81c LT",lastWeek:"\uc9c0\ub09c\uc8fc dddd LT",sameElse:"L"},relativeTime:{future:"%s \ud6c4",past:"%s \uc804",s:"\uba87\ucd08",ss:"%d\ucd08",m:"\uc77c\ubd84",mm:"%d\ubd84",h:"\ud55c\uc2dc\uac04",hh:"%d\uc2dc\uac04",d:"\ud558\ub8e8",dd:"%d\uc77c",M:"\ud55c\ub2ec",MM:"%d\ub2ec",y:"\uc77c\ub144",yy:"%d\ub144"},ordinal:"%d\uc77c"})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,67 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : latvian (lv)
|
3
3
|
// author : Kristaps Karlsons : https://github.com/skakri
|
4
|
-
|
5
|
-
var units = {
|
6
|
-
'mm': 'minūti_minūtes_minūte_minūtes',
|
7
|
-
'hh': 'stundu_stundas_stunda_stundas',
|
8
|
-
'dd': 'dienu_dienas_diena_dienas',
|
9
|
-
'MM': 'mēnesi_mēnešus_mēnesis_mēneši',
|
10
|
-
'yy': 'gadu_gadus_gads_gadi'
|
11
|
-
};
|
12
|
-
|
13
|
-
function format(word, number, withoutSuffix) {
|
14
|
-
var forms = word.split('_');
|
15
|
-
if (withoutSuffix) {
|
16
|
-
return number % 10 === 1 && number !== 11 ? forms[2] : forms[3];
|
17
|
-
} else {
|
18
|
-
return number % 10 === 1 && number !== 11 ? forms[0] : forms[1];
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
function relativeTimeWithPlural(number, withoutSuffix, key) {
|
23
|
-
return number + ' ' + format(units[key], number, withoutSuffix);
|
24
|
-
}
|
25
|
-
|
26
|
-
moment.lang('lv', {
|
27
|
-
months : "janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),
|
28
|
-
monthsShort : "jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),
|
29
|
-
weekdays : "svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),
|
30
|
-
weekdaysShort : "Sv_P_O_T_C_Pk_S".split("_"),
|
31
|
-
weekdaysMin : "Sv_P_O_T_C_Pk_S".split("_"),
|
32
|
-
longDateFormat : {
|
33
|
-
LT : "HH:mm",
|
34
|
-
L : "YYYY.MM.DD.",
|
35
|
-
LL : "YYYY. [gada] D. MMMM",
|
36
|
-
LLL : "YYYY. [gada] D. MMMM, LT",
|
37
|
-
LLLL : "YYYY. [gada] D. MMMM, dddd, LT"
|
38
|
-
},
|
39
|
-
calendar : {
|
40
|
-
sameDay : '[Šodien pulksten] LT',
|
41
|
-
nextDay : '[Rīt pulksten] LT',
|
42
|
-
nextWeek : 'dddd [pulksten] LT',
|
43
|
-
lastDay : '[Vakar pulksten] LT',
|
44
|
-
lastWeek : '[Pagājušā] dddd [pulksten] LT',
|
45
|
-
sameElse : 'L'
|
46
|
-
},
|
47
|
-
relativeTime : {
|
48
|
-
future : "%s vēlāk",
|
49
|
-
past : "%s agrāk",
|
50
|
-
s : "dažas sekundes",
|
51
|
-
m : "minūti",
|
52
|
-
mm : relativeTimeWithPlural,
|
53
|
-
h : "stundu",
|
54
|
-
hh : relativeTimeWithPlural,
|
55
|
-
d : "dienu",
|
56
|
-
dd : relativeTimeWithPlural,
|
57
|
-
M : "mēnesi",
|
58
|
-
MM : relativeTimeWithPlural,
|
59
|
-
y : "gadu",
|
60
|
-
yy : relativeTimeWithPlural
|
61
|
-
},
|
62
|
-
ordinal : '%d.',
|
63
|
-
week : {
|
64
|
-
dow : 1, // Monday is the first day of the week.
|
65
|
-
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
66
|
-
}
|
67
|
-
});
|
4
|
+
!function(){function e(e){function t(e,t,n){var a=e.split("_");return n?1===t%10&&11!==t?a[2]:a[3]:1===t%10&&11!==t?a[0]:a[1]}function n(e,n,_){return e+" "+t(a[_],e,n)}var a={mm:"min\u016bti_min\u016btes_min\u016bte_min\u016btes",hh:"stundu_stundas_stunda_stundas",dd:"dienu_dienas_diena_dienas",MM:"m\u0113nesi_m\u0113ne\u0161us_m\u0113nesis_m\u0113ne\u0161i",yy:"gadu_gadus_gads_gadi"};e.lang("lv",{months:"janv\u0101ris_febru\u0101ris_marts_apr\u012blis_maijs_j\u016bnijs_j\u016blijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_j\u016bn_j\u016bl_aug_sep_okt_nov_dec".split("_"),weekdays:"sv\u0113tdiena_pirmdiena_otrdiena_tre\u0161diena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, LT",LLLL:"YYYY. [gada] D. MMMM, dddd, LT"},calendar:{sameDay:"[\u0160odien pulksten] LT",nextDay:"[R\u012bt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pag\u0101ju\u0161\u0101] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"%s v\u0113l\u0101k",past:"%s agr\u0101k",s:"da\u017eas sekundes",m:"min\u016bti",mm:n,h:"stundu",hh:n,d:"dienu",dd:n,M:"m\u0113nesi",MM:n,y:"gadu",yy:n},ordinal:"%d.",week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -0,0 +1,4 @@
|
|
1
|
+
// moment.js language configuration
|
2
|
+
// language : Bahasa Malaysia (ms-MY)
|
3
|
+
// author : Weldan Jamili : https://github.com/weldan
|
4
|
+
!function(){function e(e){e.lang("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] LT",LLLL:"dddd, D MMMM YYYY [pukul] LT"},meridiem:function(e){return 11>e?"pagi":15>e?"tengahari":19>e?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,46 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : norwegian bokmål (nb)
|
3
3
|
// author : Espen Hovlandsdal : https://github.com/rexxars
|
4
|
-
|
5
|
-
moment.lang('nb', {
|
6
|
-
months : "januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),
|
7
|
-
monthsShort : "jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),
|
8
|
-
weekdays : "søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),
|
9
|
-
weekdaysShort : "søn_man_tir_ons_tor_fre_lør".split("_"),
|
10
|
-
weekdaysMin : "sø_ma_ti_on_to_fr_lø".split("_"),
|
11
|
-
longDateFormat : {
|
12
|
-
LT : "HH:mm",
|
13
|
-
L : "YYYY-MM-DD",
|
14
|
-
LL : "D MMMM YYYY",
|
15
|
-
LLL : "D MMMM YYYY LT",
|
16
|
-
LLLL : "dddd D MMMM YYYY LT"
|
17
|
-
},
|
18
|
-
calendar : {
|
19
|
-
sameDay: '[I dag klokken] LT',
|
20
|
-
nextDay: '[I morgen klokken] LT',
|
21
|
-
nextWeek: 'dddd [klokken] LT',
|
22
|
-
lastDay: '[I går klokken] LT',
|
23
|
-
lastWeek: '[Forrige] dddd [klokken] LT',
|
24
|
-
sameElse: 'L'
|
25
|
-
},
|
26
|
-
relativeTime : {
|
27
|
-
future : "om %s",
|
28
|
-
past : "for %s siden",
|
29
|
-
s : "noen sekunder",
|
30
|
-
m : "ett minutt",
|
31
|
-
mm : "%d minutter",
|
32
|
-
h : "en time",
|
33
|
-
hh : "%d timer",
|
34
|
-
d : "en dag",
|
35
|
-
dd : "%d dager",
|
36
|
-
M : "en måned",
|
37
|
-
MM : "%d måneder",
|
38
|
-
y : "ett år",
|
39
|
-
yy : "%d år"
|
40
|
-
},
|
41
|
-
ordinal : '%d.',
|
42
|
-
week : {
|
43
|
-
dow : 1, // Monday is the first day of the week.
|
44
|
-
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
45
|
-
}
|
46
|
-
});
|
4
|
+
!function(){function e(e){e.lang("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"s\xf8ndag_mandag_tirsdag_onsdag_torsdag_fredag_l\xf8rdag".split("_"),weekdaysShort:"s\xf8n_man_tir_ons_tor_fre_l\xf8r".split("_"),weekdaysMin:"s\xf8_ma_ti_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[I dag klokken] LT",nextDay:"[I morgen klokken] LT",nextWeek:"dddd [klokken] LT",lastDay:"[I g\xe5r klokken] LT",lastWeek:"[Forrige] dddd [klokken] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en m\xe5ned",MM:"%d m\xe5neder",y:"ett \xe5r",yy:"%d \xe5r"},ordinal:"%d.",week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,95 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : nepali/nepalese
|
3
3
|
// author : suvash : https://github.com/suvash
|
4
|
-
|
5
|
-
var symbolMap = {
|
6
|
-
'1': '१',
|
7
|
-
'2': '२',
|
8
|
-
'3': '३',
|
9
|
-
'4': '४',
|
10
|
-
'5': '५',
|
11
|
-
'6': '६',
|
12
|
-
'7': '७',
|
13
|
-
'8': '८',
|
14
|
-
'9': '९',
|
15
|
-
'0': '०'
|
16
|
-
},
|
17
|
-
numberMap = {
|
18
|
-
'१': '1',
|
19
|
-
'२': '2',
|
20
|
-
'३': '3',
|
21
|
-
'४': '4',
|
22
|
-
'५': '5',
|
23
|
-
'६': '6',
|
24
|
-
'७': '7',
|
25
|
-
'८': '8',
|
26
|
-
'९': '9',
|
27
|
-
'०': '0'
|
28
|
-
};
|
29
|
-
|
30
|
-
moment.lang('ne', {
|
31
|
-
months : 'जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर'.split("_"),
|
32
|
-
monthsShort : 'जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.'.split("_"),
|
33
|
-
weekdays : 'आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार'.split("_"),
|
34
|
-
weekdaysShort : 'आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.'.split("_"),
|
35
|
-
weekdaysMin : 'आइ._सो._मङ्_बु._बि._शु._श.'.split("_"),
|
36
|
-
longDateFormat : {
|
37
|
-
LT : "Aको h:mm बजे",
|
38
|
-
L : "DD/MM/YYYY",
|
39
|
-
LL : "D MMMM YYYY",
|
40
|
-
LLL : "D MMMM YYYY, LT",
|
41
|
-
LLLL : "dddd, D MMMM YYYY, LT"
|
42
|
-
},
|
43
|
-
preparse: function (string) {
|
44
|
-
return string.replace(/[१२३४५६७८९०]/g, function (match) {
|
45
|
-
return numberMap[match];
|
46
|
-
});
|
47
|
-
},
|
48
|
-
postformat: function (string) {
|
49
|
-
return string.replace(/\d/g, function (match) {
|
50
|
-
return symbolMap[match];
|
51
|
-
});
|
52
|
-
},
|
53
|
-
meridiem : function (hour, minute, isLower) {
|
54
|
-
if (hour < 3) {
|
55
|
-
return "राती";
|
56
|
-
} else if (hour < 10) {
|
57
|
-
return "बिहान";
|
58
|
-
} else if (hour < 15) {
|
59
|
-
return "दिउँसो";
|
60
|
-
} else if (hour < 18) {
|
61
|
-
return "बेलुका";
|
62
|
-
} else if (hour < 20) {
|
63
|
-
return "साँझ";
|
64
|
-
} else {
|
65
|
-
return "राती";
|
66
|
-
}
|
67
|
-
},
|
68
|
-
calendar : {
|
69
|
-
sameDay : '[आज] LT',
|
70
|
-
nextDay : '[भोली] LT',
|
71
|
-
nextWeek : '[आउँदो] dddd[,] LT',
|
72
|
-
lastDay : '[हिजो] LT',
|
73
|
-
lastWeek : '[गएको] dddd[,] LT',
|
74
|
-
sameElse : 'L'
|
75
|
-
},
|
76
|
-
relativeTime : {
|
77
|
-
future : "%sमा",
|
78
|
-
past : "%s अगाडी",
|
79
|
-
s : "केही समय",
|
80
|
-
m : "एक मिनेट",
|
81
|
-
mm : "%d मिनेट",
|
82
|
-
h : "एक घण्टा",
|
83
|
-
hh : "%d घण्टा",
|
84
|
-
d : "एक दिन",
|
85
|
-
dd : "%d दिन",
|
86
|
-
M : "एक महिना",
|
87
|
-
MM : "%d महिना",
|
88
|
-
y : "एक बर्ष",
|
89
|
-
yy : "%d बर्ष"
|
90
|
-
},
|
91
|
-
week : {
|
92
|
-
dow : 1, // Monday is the first day of the week.
|
93
|
-
doy : 7 // The week that contains Jan 1st is the first week of the year.
|
94
|
-
}
|
95
|
-
});
|
4
|
+
!function(){function e(e){var t={1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096a",5:"\u096b",6:"\u096c",7:"\u096d",8:"\u096e",9:"\u096f",0:"\u0966"},n={"\u0967":"1","\u0968":"2","\u0969":"3","\u096a":"4","\u096b":"5","\u096c":"6","\u096d":"7","\u096e":"8","\u096f":"9","\u0966":"0"};e.lang("ne",{months:"\u091c\u0928\u0935\u0930\u0940_\u092b\u0947\u092c\u094d\u0930\u0941\u0935\u0930\u0940_\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f\u0932_\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908_\u0905\u0917\u0937\u094d\u091f_\u0938\u0947\u092a\u094d\u091f\u0947\u092e\u094d\u092c\u0930_\u0905\u0915\u094d\u091f\u094b\u092c\u0930_\u0928\u094b\u092d\u0947\u092e\u094d\u092c\u0930_\u0921\u093f\u0938\u0947\u092e\u094d\u092c\u0930".split("_"),monthsShort:"\u091c\u0928._\u092b\u0947\u092c\u094d\u0930\u0941._\u092e\u093e\u0930\u094d\u091a_\u0905\u092a\u094d\u0930\u093f._\u092e\u0908_\u091c\u0941\u0928_\u091c\u0941\u0932\u093e\u0908._\u0905\u0917._\u0938\u0947\u092a\u094d\u091f._\u0905\u0915\u094d\u091f\u094b._\u0928\u094b\u092d\u0947._\u0921\u093f\u0938\u0947.".split("_"),weekdays:"\u0906\u0907\u0924\u092c\u093e\u0930_\u0938\u094b\u092e\u092c\u093e\u0930_\u092e\u0919\u094d\u0917\u0932\u092c\u093e\u0930_\u092c\u0941\u0927\u092c\u093e\u0930_\u092c\u093f\u0939\u093f\u092c\u093e\u0930_\u0936\u0941\u0915\u094d\u0930\u092c\u093e\u0930_\u0936\u0928\u093f\u092c\u093e\u0930".split("_"),weekdaysShort:"\u0906\u0907\u0924._\u0938\u094b\u092e._\u092e\u0919\u094d\u0917\u0932._\u092c\u0941\u0927._\u092c\u093f\u0939\u093f._\u0936\u0941\u0915\u094d\u0930._\u0936\u0928\u093f.".split("_"),weekdaysMin:"\u0906\u0907._\u0938\u094b._\u092e\u0919\u094d_\u092c\u0941._\u092c\u093f._\u0936\u0941._\u0936.".split("_"),longDateFormat:{LT:"A\u0915\u094b h:mm \u092c\u091c\u0947",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, LT",LLLL:"dddd, D MMMM YYYY, LT"},preparse:function(e){return e.replace(/[\u0967\u0968\u0969\u096a\u096b\u096c\u096d\u096e\u096f\u0966]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiem:function(e){return 3>e?"\u0930\u093e\u0924\u0940":10>e?"\u092c\u093f\u0939\u093e\u0928":15>e?"\u0926\u093f\u0909\u0901\u0938\u094b":18>e?"\u092c\u0947\u0932\u0941\u0915\u093e":20>e?"\u0938\u093e\u0901\u091d":"\u0930\u093e\u0924\u0940"},calendar:{sameDay:"[\u0906\u091c] LT",nextDay:"[\u092d\u094b\u0932\u0940] LT",nextWeek:"[\u0906\u0909\u0901\u0926\u094b] dddd[,] LT",lastDay:"[\u0939\u093f\u091c\u094b] LT",lastWeek:"[\u0917\u090f\u0915\u094b] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s\u092e\u093e",past:"%s \u0905\u0917\u093e\u0921\u0940",s:"\u0915\u0947\u0939\u0940 \u0938\u092e\u092f",m:"\u090f\u0915 \u092e\u093f\u0928\u0947\u091f",mm:"%d \u092e\u093f\u0928\u0947\u091f",h:"\u090f\u0915 \u0918\u0923\u094d\u091f\u093e",hh:"%d \u0918\u0923\u094d\u091f\u093e",d:"\u090f\u0915 \u0926\u093f\u0928",dd:"%d \u0926\u093f\u0928",M:"\u090f\u0915 \u092e\u0939\u093f\u0928\u093e",MM:"%d \u092e\u0939\u093f\u0928\u093e",y:"\u090f\u0915 \u092c\u0930\u094d\u0937",yy:"%d \u092c\u0930\u094d\u0937"},week:{dow:1,doy:7}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,57 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : dutch (nl)
|
3
3
|
// author : Joris Röling : https://github.com/jjupiter
|
4
|
-
|
5
|
-
var monthsShortWithDots = "jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),
|
6
|
-
monthsShortWithoutDots = "jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");
|
7
|
-
|
8
|
-
moment.lang('nl', {
|
9
|
-
months : "januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),
|
10
|
-
monthsShort : function (m, format) {
|
11
|
-
if (/-MMM-/.test(format)) {
|
12
|
-
return monthsShortWithoutDots[m.month()];
|
13
|
-
} else {
|
14
|
-
return monthsShortWithDots[m.month()];
|
15
|
-
}
|
16
|
-
},
|
17
|
-
weekdays : "zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),
|
18
|
-
weekdaysShort : "zo._ma._di._wo._do._vr._za.".split("_"),
|
19
|
-
weekdaysMin : "Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),
|
20
|
-
longDateFormat : {
|
21
|
-
LT : "HH:mm",
|
22
|
-
L : "DD-MM-YYYY",
|
23
|
-
LL : "D MMMM YYYY",
|
24
|
-
LLL : "D MMMM YYYY LT",
|
25
|
-
LLLL : "dddd D MMMM YYYY LT"
|
26
|
-
},
|
27
|
-
calendar : {
|
28
|
-
sameDay: '[Vandaag om] LT',
|
29
|
-
nextDay: '[Morgen om] LT',
|
30
|
-
nextWeek: 'dddd [om] LT',
|
31
|
-
lastDay: '[Gisteren om] LT',
|
32
|
-
lastWeek: '[afgelopen] dddd [om] LT',
|
33
|
-
sameElse: 'L'
|
34
|
-
},
|
35
|
-
relativeTime : {
|
36
|
-
future : "over %s",
|
37
|
-
past : "%s geleden",
|
38
|
-
s : "een paar seconden",
|
39
|
-
m : "één minuut",
|
40
|
-
mm : "%d minuten",
|
41
|
-
h : "één uur",
|
42
|
-
hh : "%d uur",
|
43
|
-
d : "één dag",
|
44
|
-
dd : "%d dagen",
|
45
|
-
M : "één maand",
|
46
|
-
MM : "%d maanden",
|
47
|
-
y : "één jaar",
|
48
|
-
yy : "%d jaar"
|
49
|
-
},
|
50
|
-
ordinal : function (number) {
|
51
|
-
return number + ((number === 1 || number === 8 || number >= 20) ? 'ste' : 'de');
|
52
|
-
},
|
53
|
-
week : {
|
54
|
-
dow : 1, // Monday is the first day of the week.
|
55
|
-
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
56
|
-
}
|
57
|
-
});
|
4
|
+
!function(){function e(e){var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_");e.lang("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return/-MMM-/.test(a)?n[e.month()]:t[e.month()]},weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),longDateFormat:{LT:"HH:mm",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[Vandaag om] LT",nextDay:"[Morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"\xe9\xe9n minuut",mm:"%d minuten",h:"\xe9\xe9n uur",hh:"%d uur",d:"\xe9\xe9n dag",dd:"%d dagen",M:"\xe9\xe9n maand",MM:"%d maanden",y:"\xe9\xe9n jaar",yy:"%d jaar"},ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -0,0 +1,4 @@
|
|
1
|
+
// moment.js language configuration
|
2
|
+
// language : norwegian nynorsk (nn)
|
3
|
+
// author : https://github.com/mechuwind
|
4
|
+
!function(){function e(e){e.lang("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_m\xe5ndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_m\xe5n_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_m\xe5_ty_on_to_fr_l\xf8".split("_"),longDateFormat:{LT:"HH:mm",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd D MMMM YYYY LT"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I g\xe5r klokka] LT",lastWeek:"[F\xf8reg\xe5ende] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekund",m:"ett minutt",mm:"%d minutt",h:"en time",hh:"%d timar",d:"en dag",dd:"%d dagar",M:"en m\xe5nad",MM:"%d m\xe5nader",y:"ett \xe5r",yy:"%d \xe5r"},ordinal:"%d.",week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|
@@ -1,79 +1,4 @@
|
|
1
1
|
// moment.js language configuration
|
2
2
|
// language : polish (pl)
|
3
3
|
// author : Rafal Hirsz : https://github.com/evoL
|
4
|
-
|
5
|
-
function plural(n) {
|
6
|
-
return (n % 10 < 5) && (n % 10 > 1) && (~~(n / 10) !== 1);
|
7
|
-
}
|
8
|
-
|
9
|
-
function translate(number, withoutSuffix, key) {
|
10
|
-
var result = number + " ";
|
11
|
-
switch (key) {
|
12
|
-
case 'm':
|
13
|
-
return withoutSuffix ? 'minuta' : 'minutę';
|
14
|
-
case 'mm':
|
15
|
-
return result + (plural(number) ? 'minuty' : 'minut');
|
16
|
-
case 'h':
|
17
|
-
return withoutSuffix ? 'godzina' : 'godzinę';
|
18
|
-
case 'hh':
|
19
|
-
return result + (plural(number) ? 'godziny' : 'godzin');
|
20
|
-
case 'MM':
|
21
|
-
return result + (plural(number) ? 'miesiące' : 'miesięcy');
|
22
|
-
case 'yy':
|
23
|
-
return result + (plural(number) ? 'lata' : 'lat');
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
moment.lang('pl', {
|
28
|
-
months : "styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),
|
29
|
-
monthsShort : "sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),
|
30
|
-
weekdays : "niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),
|
31
|
-
weekdaysShort : "nie_pon_wt_śr_czw_pt_sb".split("_"),
|
32
|
-
weekdaysMin : "N_Pn_Wt_Śr_Cz_Pt_So".split("_"),
|
33
|
-
longDateFormat : {
|
34
|
-
LT : "HH:mm",
|
35
|
-
L : "DD-MM-YYYY",
|
36
|
-
LL : "D MMMM YYYY",
|
37
|
-
LLL : "D MMMM YYYY LT",
|
38
|
-
LLLL : "dddd, D MMMM YYYY LT"
|
39
|
-
},
|
40
|
-
calendar : {
|
41
|
-
sameDay: '[Dziś o] LT',
|
42
|
-
nextDay: '[Jutro o] LT',
|
43
|
-
nextWeek: '[W] dddd [o] LT',
|
44
|
-
lastDay: '[Wczoraj o] LT',
|
45
|
-
lastWeek: function () {
|
46
|
-
switch (this.day()) {
|
47
|
-
case 0:
|
48
|
-
return '[W zeszłą niedzielę o] LT';
|
49
|
-
case 3:
|
50
|
-
return '[W zeszłą środę o] LT';
|
51
|
-
case 6:
|
52
|
-
return '[W zeszłą sobotę o] LT';
|
53
|
-
default:
|
54
|
-
return '[W zeszły] dddd [o] LT';
|
55
|
-
}
|
56
|
-
},
|
57
|
-
sameElse: 'L'
|
58
|
-
},
|
59
|
-
relativeTime : {
|
60
|
-
future : "za %s",
|
61
|
-
past : "%s temu",
|
62
|
-
s : "kilka sekund",
|
63
|
-
m : translate,
|
64
|
-
mm : translate,
|
65
|
-
h : translate,
|
66
|
-
hh : translate,
|
67
|
-
d : "1 dzień",
|
68
|
-
dd : '%d dni',
|
69
|
-
M : "miesiąc",
|
70
|
-
MM : translate,
|
71
|
-
y : "rok",
|
72
|
-
yy : translate
|
73
|
-
},
|
74
|
-
ordinal : '%d.',
|
75
|
-
week : {
|
76
|
-
dow : 1, // Monday is the first day of the week.
|
77
|
-
doy : 4 // The week that contains Jan 4th is the first week of the year.
|
78
|
-
}
|
79
|
-
});
|
4
|
+
!function(){function e(e){function t(e){return 5>e%10&&e%10>1&&1!==~~(e/10)}function n(e,n,a){var _=e+" ";switch(a){case"m":return n?"minuta":"minut\u0119";case"mm":return _+(t(e)?"minuty":"minut");case"h":return n?"godzina":"godzin\u0119";case"hh":return _+(t(e)?"godziny":"godzin");case"MM":return _+(t(e)?"miesi\u0105ce":"miesi\u0119cy");case"yy":return _+(t(e)?"lata":"lat")}}var a="stycze\u0144_luty_marzec_kwiecie\u0144_maj_czerwiec_lipiec_sierpie\u0144_wrzesie\u0144_pa\u017adziernik_listopad_grudzie\u0144".split("_"),_="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_wrze\u015bnia_pa\u017adziernika_listopada_grudnia".split("_");e.lang("pl",{months:function(e,t){return/D MMMM/.test(t)?_[e.month()]:a[e.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_pa\u017a_lis_gru".split("_"),weekdays:"niedziela_poniedzia\u0142ek_wtorek_\u015broda_czwartek_pi\u0105tek_sobota".split("_"),weekdaysShort:"nie_pon_wt_\u015br_czw_pt_sb".split("_"),weekdaysMin:"N_Pn_Wt_\u015ar_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY LT",LLLL:"dddd, D MMMM YYYY LT"},calendar:{sameDay:"[Dzi\u015b o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zesz\u0142\u0105 niedziel\u0119 o] LT";case 3:return"[W zesz\u0142\u0105 \u015brod\u0119 o] LT";case 6:return"[W zesz\u0142\u0105 sobot\u0119 o] LT";default:return"[W zesz\u0142y] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:n,mm:n,h:n,hh:n,d:"1 dzie\u0144",dd:"%d dni",M:"miesi\u0105c",MM:n,y:"rok",yy:n},ordinal:"%d.",week:{dow:1,doy:4}})}"function"==typeof define&&define.amd&&define(["moment"],e),"undefined"!=typeof window&&window.moment&&e(window.moment)}();
|