Skip to content

Commit

Permalink
Merge pull request #1019 from lytay-cltag/master
Browse files Browse the repository at this point in the history
Add Khmer (Cambodia) translation
  • Loading branch information
acrobat committed Dec 10, 2014
2 parents 8c91749 + 9b65b78 commit 1bf0491
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js/locales/bootstrap-datepicker.kh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Cambodia (Khmer) translation for bootstrap-datepicker
* Lytay TOUCH <lytaytouch@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['en'] = {
days: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍", "អាទិត្យ"],
daysShort: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍", "អារ.ទិ"],
daysMin: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍", "អារ.ទិ"],
months: ["មករា", "កុម្ភះ", "មិនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"],
monthsShort: ["មករា", "កុម្ភះ", "មិនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"],
today: "ថ្ងៃនេះ",
clear: "សំអាត"
};
}(jQuery));

0 comments on commit 1bf0491

Please sign in to comment.