bootstrap-datepicker.kh.js 1.5 KB

123456789101112131415161718192021
  1. /**
  2. * Cambodia (Khmer) translation for bootstrap-datepicker
  3. * Lytay TOUCH <lytaytouch@gmail.com>
  4. *
  5. * DEPRECATED: This language code 'kh' is deprecated and will be removed in 2.0.
  6. * Khmer support is now in a 'km' translation file to follow the ISO language
  7. * code - http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
  8. */
  9. ;(function($){
  10. $.fn.datepicker.dates['kh'] = {
  11. days: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"],
  12. daysShort: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"],
  13. daysMin: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍"],
  14. months: ["មករា", "កុម្ភះ", "មិនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"],
  15. monthsShort: ["មករា", "កុម្ភះ", "មិនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"],
  16. today: "ថ្ងៃនេះ",
  17. clear: "សំអាត"
  18. };
  19. $.fn.datepicker.deprecated('The language code "kh" is deprecated and will be removed in 2.0. For Khmer support use "km" instead.');
  20. }(jQuery));