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