Skip to content

Commit

Permalink
Merge pull request #1276 from restartitme/master
Browse files Browse the repository at this point in the history
Added Montenegrin locale
  • Loading branch information
acrobat committed Feb 24, 2015
2 parents 63ea22c + 0a7cc7e commit c333944
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/locales/bootstrap-datepicker.me.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Montenegrin translation for bootstrap-datepicker
* Miodrag Nikač <miodrag@restartit.me>
*/
;(function($){
$.fn.datepicker.dates['me'] = {
days: ["Nedjelja","Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota", "Nedjelja"],
daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub", "Ned"],
daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
months: ["Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"],
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
today: "Danas",
weekStart: 1,
clear: "Izbriši",
format: "dd.mm.yyyy"
};
}(jQuery));

0 comments on commit c333944

Please sign in to comment.