Skip to content

Commit

Permalink
Merge pull request #1798 from RubenKruiswijk/patch-4
Browse files Browse the repository at this point in the history
Create bootstrap-datepicker.en-ZA.js
  • Loading branch information
acrobat committed Feb 18, 2016
2 parents b9fc911 + 16edd99 commit bf139e4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/locales/bootstrap-datepicker.en-ZA.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* South African English translation for bootstrap-datepicker
*/
;(function($){
$.fn.datepicker.dates['en-ZA'] = {
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
months: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
monthsShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
today: "Today",
monthsTitle: "Months",
clear: "Clear",
weekStart: 1,
format: "yyyy/mm/d"
};
}(jQuery));

0 comments on commit bf139e4

Please sign in to comment.