Skip to content

Commit 2edb8c5

Browse files
committed
Merge pull request uxsolutions#215 from jogaco/master
javascript error for ms locale in IE8 Fixes uxsolutions#214
2 parents 59f214d + e31e90e commit 2edb8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/locales/bootstrap-datepicker.ms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
99
daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
1010
months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
11-
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"]
11+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
1212
today: "Hari Ini"
1313
};
1414
}(jQuery));

0 commit comments

Comments
 (0)