fit-ui 3.3.0 → 3.3.1
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.
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Bjørn Johansen (post@bjornjohansen.no). */
|
|
3
|
+
/* Months/days upper cased by Jimmy Thomsen for Fit.UI (https://fitui.org) */
|
|
4
|
+
|
|
3
5
|
( function( factory ) {
|
|
4
6
|
if ( false && typeof define === "function" && define.amd ) {
|
|
5
7
|
|
|
@@ -18,23 +20,23 @@ datepicker.regional.nb = {
|
|
|
18
20
|
nextText: "Neste»",
|
|
19
21
|
currentText: "I dag",
|
|
20
22
|
monthNames: [
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
23
|
+
"Januar",
|
|
24
|
+
"Februar",
|
|
25
|
+
"Mars",
|
|
26
|
+
"April",
|
|
27
|
+
"Mai",
|
|
28
|
+
"Juni",
|
|
29
|
+
"Juli",
|
|
30
|
+
"August",
|
|
31
|
+
"September",
|
|
32
|
+
"Oktober",
|
|
33
|
+
"November",
|
|
34
|
+
"Desember"
|
|
33
35
|
],
|
|
34
|
-
monthNamesShort: [ "
|
|
35
|
-
dayNamesShort: [ "
|
|
36
|
-
dayNames: [ "
|
|
37
|
-
dayNamesMin: [ "
|
|
36
|
+
monthNamesShort: [ "Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des" ],
|
|
37
|
+
dayNamesShort: [ "Søn","Man","Tir","Ons","Tor","Fre","Lør" ],
|
|
38
|
+
dayNames: [ "Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag" ],
|
|
39
|
+
dayNamesMin: [ "Sø","Ma","Ti","On","To","Fr","Lø" ],
|
|
38
40
|
weekHeader: "Uke",
|
|
39
41
|
dateFormat: "dd.mm.yy",
|
|
40
42
|
firstDay: 1,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/* Norwegian initialisation for the jQuery UI date picker plugin. */
|
|
2
2
|
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
|
3
|
+
/* Months/days upper cased by Jimmy Thomsen for Fit.UI (https://fitui.org) */
|
|
3
4
|
|
|
4
5
|
( function( factory ) {
|
|
5
6
|
if ( false && typeof define === "function" && define.amd ) {
|