Skip to content

Commit b43473d

Browse files
committed
Added today key to localization.
1 parent 92dc99c commit b43473d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/locales/bootstrap-datepicker.sl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob", "Ned"],
99
daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So", "Ne"],
1010
months: ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"],
11-
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"]
11+
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec"],
12+
today: "Danes"
1213
};
1314
}(jQuery));

0 commit comments

Comments
 (0)