Skip to content

Commit 97e6641

Browse files
Update Turkish translation by Goktug Ozturk
1 parent 5b1a9af commit 97e6641

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

localization/jquery-ui-timepicker-tr.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/* Turkish translation for the jQuery Timepicker Addon */
2-
/* Written by Fehmi Can Saglam */
2+
/* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
33
(function($) {
44
$.timepicker.regional['tr'] = {
55
timeOnlyTitle: 'Zaman Seçiniz',
66
timeText: 'Zaman',
77
hourText: 'Saat',
88
minuteText: 'Dakika',
99
secondText: 'Saniye',
10-
millisecText: 'Milisaniyelik',
10+
millisecText: 'Milisaniye',
1111
timezoneText: 'Zaman Dilimi',
1212
currentText: 'Şu an',
1313
closeText: 'Tamam',
1414
timeFormat: 'hh:mm',
15-
amNames: ['AM', 'A'],
16-
pmNames: ['PM', 'P'],
15+
amNames: ['ÖÖ', 'Ö'],
16+
pmNames: ['ÖS', 'S'],
1717
ampm: false
1818
};
1919
$.timepicker.setDefaults($.timepicker.regional['tr']);

0 commit comments

Comments
 (0)