Add amNames
/pmNames
for Polish translation.
This commit is contained in:
parent
97990e9657
commit
95ee51ea24
4
localization/jquery-ui-timepicker-pl.js
vendored
4
localization/jquery-ui-timepicker-pl.js
vendored
|
@ -1,4 +1,4 @@
|
|||
/* German translation for the jQuery Timepicker Addon */
|
||||
/* Polish translation for the jQuery Timepicker Addon */
|
||||
/* Written by Michał Pena */
|
||||
(function($) {
|
||||
$.timepicker.regional['pl'] = {
|
||||
|
@ -12,6 +12,8 @@
|
|||
currentText: 'Teraz',
|
||||
closeText: 'Gotowe',
|
||||
timeFormat: 'hh:mm tt',
|
||||
amNames: ['AM', 'A'],
|
||||
pmNames: ['PM', 'P'],
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional['pl']);
|
||||
|
|
Loading…
Reference in a new issue