Skip to content

Commit

Permalink
Merge pull request #1096 from Polyconseil/i18n/en-gb
Browse files Browse the repository at this point in the history
Add British English locale
  • Loading branch information
acrobat committed Dec 10, 2014
2 parents 1ca6c36 + 2a017d0 commit 7830e5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/locales/bootstrap-datepicker.en-GB.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* British English translation for bootstrap-datepicker
* Xavier Dutreilh <xavier@dutreilh.com>
*/
;(function($){
$.fn.datepicker.dates['en-GB'] = {
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
daysShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
daysMin: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"],
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 7830e5b

Please sign in to comment.