mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
600 B
15 lines
600 B
9 years ago
|
/**
|
||
|
* Malay translation for bootstrap-datepicker
|
||
|
* Ateman Faiz <noorulfaiz@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['ms'] = {
|
||
|
days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"],
|
||
|
daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
|
||
|
daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa"],
|
||
|
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));
|