Adds `amNames`/`pmNames` for Finnish translation.

master
Jun Omae 2011-08-19 21:06:36 +09:00
parent b61c3a4c55
commit 412212c6b6
1 changed files with 2 additions and 0 deletions

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