Skip to content

Commit 30f54c8

Browse files
author
Trent
committed
Added Lithuanian localization by Irmantas
1 parent 66a0e56 commit 30f54c8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* Lithuanian translation for the jQuery Timepicker Addon */
2+
/* Written by Irmantas Šiupšinskas */
3+
$.timepicker.regional['lt'] = {
4+
timeOnlyTitle: 'Pasirinkite laiką',
5+
timeText: 'Laikas',
6+
hourText: 'Valandos',
7+
minuteText: 'Minutės',
8+
secondText: 'Sekundės',
9+
timezoneText: 'Laiko zona',
10+
currentText: 'Dabar',
11+
closeText: 'Uždaryti',
12+
timeFormat: 'hh:mm',
13+
ampm: false
14+
};
15+
$.timepicker.setDefaults($.timepicker.regional['lt']);
16+

0 commit comments

Comments
 (0)