Skip to content

Commit

Permalink
Merge pull request #191 from XmlmXmlmX/patch-1
Browse files Browse the repository at this point in the history
Added english language file
  • Loading branch information
najlepsiwebdesigner authored Sep 13, 2017
2 parents 8fb6a15 + c758cb5 commit ce99f2d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/locales/foundation-datepicker.en.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* English translation for foundation-datepicker, language file from bootstrap-datepicker
* Sebastian Hoesl <[email protected]>
*/
;(function($){
$.fn.fdatepicker.dates['en'] = {
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",
clear: "Clear",
weekStart: 1,
format: "dd/mm/yyyy"
};
}(jQuery));

0 comments on commit ce99f2d

Please sign in to comment.