We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
amNames
pmNames
1 parent 97990e9 commit 95ee51eCopy full SHA for 95ee51e
localization/jquery-ui-timepicker-pl.js
@@ -1,4 +1,4 @@
1
-/* German translation for the jQuery Timepicker Addon */
+/* Polish translation for the jQuery Timepicker Addon */
2
/* Written by Michał Pena */
3
(function($) {
4
$.timepicker.regional['pl'] = {
@@ -12,6 +12,8 @@
12
currentText: 'Teraz',
13
closeText: 'Gotowe',
14
timeFormat: 'hh:mm tt',
15
+ amNames: ['AM', 'A'],
16
+ pmNames: ['PM', 'P'],
17
ampm: false
18
};
19
$.timepicker.setDefaults($.timepicker.regional['pl']);
0 commit comments