1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-16 11:29:14 +02:00
vroom/public/js/datepicker-locales/bootstrap-datepicker.ms.js

16 lines
628 B
JavaScript
Raw Permalink Normal View History

2015-07-08 23:11:55 +02:00
/**
* Malay translation for bootstrap-datepicker
* Ateman Faiz <noorulfaiz@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['ms'] = {
2015-10-29 09:36:17 +01:00
days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"],
daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa"],
2015-07-08 23:11:55 +02:00
months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"],
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
2015-10-29 09:36:17 +01:00
today: "Hari Ini",
clear: "Bersihkan"
2015-07-08 23:11:55 +02:00
};
}(jQuery));