Skip to content

Commit 34b76a4

Browse files
committed
Added Hungarian translation
1 parent e1a8a08 commit 34b76a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jquery.datetimepicker.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@
190190
dayOfWeek: [
191191
"Ne", "Po", "Út", "St", "Čt", "Pá", "So"
192192
]
193+
},
194+
hu:{ // Hungarian
195+
months: [
196+
"Január", "Február", "Március", "Április", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"
197+
],
198+
dayOfWeek: [
199+
"Va", "Hé", "Ke", "Sze", "Cs", "Pé", "Szo"
200+
]
193201
}
194202
},
195203
value:'',

0 commit comments

Comments
 (0)