Skip to content

Commit

Permalink
fixed language code of cambodia
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Dec 17, 2014
1 parent 105b2bc commit 51ffa7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/locales/bootstrap-datepicker.kh.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Lytay TOUCH <lytaytouch@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['en'] = {
$.fn.datepicker.dates['kh'] = {
days: ["អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍", "អាទិត្យ"],
daysShort: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍", "អារ.ទិ"],
daysMin: ["អា.ទិ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រ.ហ", "សុក្រ", "សៅរ៍", "អារ.ទិ"],
Expand All @@ -12,4 +12,4 @@
today: "ថ្ងៃនេះ",
clear: "សំអាត"
};
}(jQuery));
}(jQuery));

0 comments on commit 51ffa7e

Please sign in to comment.