Add `amNames`/`pmNames` for Polish translation.

master
Jun Omae 2011-08-15 15:59:30 +09:00
parent 97990e9657
commit 95ee51ea24
1 changed files with 3 additions and 1 deletions

View File

@ -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']);