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.

20 lines
1.3 KiB

/**
* Cambodia (Khmer) translation for bootstrap-datepicker
* Lytay TOUCH <lytaytouch@gmail.com>
*
* DEPRECATED: This language code 'kh' is deprecated and will be removed in 2.0.
* Khmer support is now in a 'km' translation file to follow the ISO language
* code - http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
*/
;(function($){
$.fn.datepicker.dates['kh'] = {
days: ["អយ", "ចនទ", "អងរ", "ពធ", "ពរហសបត", "សរ", "ស"],
daysShort: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស"],
daysMin: ["អ.ទ", "ចនទ", "អងរ", "ពធ", "ពរ.ហ", "សរ", "ស"],
months: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
monthsShort: ["មករ", "ក", "ម", "ម", "ឧសភ", "ម", "កកកដ", "ស", "កញ", "ត", "វ", "ធ"],
today: "ថ",
clear: "សត"
};
}(jQuery));