Skip to content

Commit 99a96f7

Browse files
committed
Merge pull request uxsolutions#252 from omninonsense/master
Added Croatian localisation
2 parents 054d869 + ed6fcf8 commit 99a96f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

js/locales/bootstrap-datepicker.hr.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Croatian localisation
3+
*/
4+
;(function($){
5+
$.fn.datepicker.dates['hr'] = {
6+
days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"],
7+
daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"],
8+
daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
9+
months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"],
10+
monthsShort: ["Sije", "Velj", "Ožu", "Tra", "Svi", "Lip", "Jul", "Kol", "Ruj", "Lis", "Stu", "Pro"],
11+
today: "Danas"
12+
};
13+
}(jQuery));

0 commit comments

Comments
 (0)