Skip to content

Commit 5b0edfd

Browse files
committed
Adding Hebrew locale file.
1 parent 4c4fbd0 commit 5b0edfd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

js/locales/bootstrap-datepicker.he.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Hebrew translation for bootstrap-datepicker
3+
* Sagie Maoz <sagie@maoz.info>
4+
*/
5+
;(function($){
6+
$.fn.datepicker.dates['he'] = {
7+
days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"],
8+
daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
9+
daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
10+
months: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"],
11+
monthsShort: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"],
12+
today: "היום",
13+
rtl: true
14+
};
15+
}(jQuery));

0 commit comments

Comments
 (0)