Adds amNames/pmNames for Finnish translation.

This commit is contained in:
Jun Omae 2011-08-19 21:06:36 +09:00
parent b61c3a4c55
commit 412212c6b6

View file

@ -12,6 +12,8 @@
currentText: 'Nyt',
closeText: 'Sulje',
timeFormat: 'hh:mm',
amNames: ['ap.', 'AM', 'A'],
pmNames: ['ip.', 'PM', 'P'],
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['fi']);