Skip to content

Commit 95ee51e

Browse files
committed
Add amNames/pmNames for Polish translation.
1 parent 97990e9 commit 95ee51e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

localization/jquery-ui-timepicker-pl.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* German translation for the jQuery Timepicker Addon */
1+
/* Polish translation for the jQuery Timepicker Addon */
22
/* Written by Michał Pena */
33
(function($) {
44
$.timepicker.regional['pl'] = {
@@ -12,6 +12,8 @@
1212
currentText: 'Teraz',
1313
closeText: 'Gotowe',
1414
timeFormat: 'hh:mm tt',
15+
amNames: ['AM', 'A'],
16+
pmNames: ['PM', 'P'],
1517
ampm: false
1618
};
1719
$.timepicker.setDefaults($.timepicker.regional['pl']);

0 commit comments

Comments
 (0)