Skip to content

Commit 412212c

Browse files
committed
Adds amNames/pmNames for Finnish translation.
1 parent b61c3a4 commit 412212c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

localization/jquery-ui-timepicker-fi.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
currentText: 'Nyt',
1313
closeText: 'Sulje',
1414
timeFormat: 'hh:mm',
15+
amNames: ['ap.', 'AM', 'A'],
16+
pmNames: ['ip.', 'PM', 'P'],
1517
ampm: false
1618
};
1719
$.timepicker.setDefaults($.timepicker.regional['fi']);

0 commit comments

Comments
 (0)