Adds amNames
/pmNames
for Finnish translation.
This commit is contained in:
parent
b61c3a4c55
commit
412212c6b6
1 changed files with 2 additions and 0 deletions
2
localization/jquery-ui-timepicker-fi.js
vendored
2
localization/jquery-ui-timepicker-fi.js
vendored
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue