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
1.2 KiB

/**
* Cambodia (Khmer) translation for bootstrap-datepicker
* Lytay TOUCH <lytaytouch@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['kh'] = {
days: ["អយ", "ចនទ", "អងរ", "ពធ", "ពរហសបត", "សរ", "ស", "អយ"],
daysShort: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស", "អ.ទ"],
daysMin: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស", "អ.ទ"],
months: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
monthsShort: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
today: "ថ",
clear: "សត"
};
}(jQuery));