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 */
|
/* Written by Michał Pena */
|
||||||
(function($) {
|
(function($) {
|
||||||
$.timepicker.regional['pl'] = {
|
$.timepicker.regional['pl'] = {
|
||||||
|
@ -12,6 +12,8 @@
|
||||||
currentText: 'Teraz',
|
currentText: 'Teraz',
|
||||||
closeText: 'Gotowe',
|
closeText: 'Gotowe',
|
||||||
timeFormat: 'hh:mm tt',
|
timeFormat: 'hh:mm tt',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
ampm: false
|
ampm: false
|
||||||
};
|
};
|
||||||
$.timepicker.setDefaults($.timepicker.regional['pl']);
|
$.timepicker.setDefaults($.timepicker.regional['pl']);
|
||||||
|
|
Loading…
Reference in a new issue