Sha256: 899e6bb5e5647c6fa235bdf93177c74f50eb793ed1d9ff3d1f9465a943a3cc4d
Contents?: true
Size: 620 Bytes
Versions: 50
Compression:
Stored size: 620 Bytes
Contents
/** * Malay translation for bootstrap-datepicker * Ateman Faiz <noorulfaiz@gmail.com> */ ;(function($){ $.fn.datepicker.dates['ms'] = { days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"], daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"], daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"], 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"] today: "Hari Ini" }; }(jQuery));
Version data entries
50 entries across 27 versions & 2 rubygems