Skip to content

Commit

Permalink
Merge heads
Browse files Browse the repository at this point in the history
  • Loading branch information
eternicode committed May 7, 2012
2 parents 8a7fa5b + 29a5536 commit 0eb9272
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions js/locales/bootstrap-datepicker.pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Polish translation for bootstrap-datepicker
* Robert <rtpm@gazeta.pl>
*/
;(function($){
$.fn.datepicker.dates['pl'] = {
days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
monthsShort: ["Sty", "Lu", "Mar", "Kw", "Maj", "Cze", "Lip", "Sie", "Wrz", "Pa", "Lis", "Gru"]
};
}(jQuery));

0 comments on commit 0eb9272

Please sign in to comment.