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

/**
* Khmer translation for bootstrap-datepicker
* This is the Updated Version of: https://github.com/eternicode/bootstrap-datepicker/blob/71308d42cce9524284c50c6fac50422d1790ac0f/js/locales/bootstrap-datepicker.kh.js
*/
;(function($){
$.fn.datepicker.dates['km'] = {
days: ["អយ", "ចនទ", "អងរ", "ពធ", "ពរហសបត", "សរ", "ស"],
daysShort: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស"],
daysMin: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស"],
months: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
monthsShort: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
today: "ថ",
clear: "សត"
};
}(jQuery));