Primer Commit
This commit is contained in:
17
assets/libs/pickadate/lib/translations/fi_FI.js
Normal file
17
assets/libs/pickadate/lib/translations/fi_FI.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// Finnish
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'tammikuu', 'helmikuu', 'maaliskuu', 'huhtikuu', 'toukokuu', 'kesäkuu', 'heinäkuu', 'elokuu', 'syyskuu', 'lokakuu', 'marraskuu', 'joulukuu' ],
|
||||
monthsShort: [ 'tammi', 'helmi', 'maalis', 'huhti', 'touko', 'kesä', 'heinä', 'elo', 'syys', 'loka', 'marras', 'joulu' ],
|
||||
weekdaysFull: [ 'sunnuntai', 'maanantai', 'tiistai', 'keskiviikko', 'torstai', 'perjantai', 'lauantai' ],
|
||||
weekdaysShort: [ 'su', 'ma', 'ti', 'ke', 'to', 'pe', 'la' ],
|
||||
today: 'tänään',
|
||||
clear: 'tyhjennä',
|
||||
firstDay: 1,
|
||||
format: 'd.m.yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
|
||||
jQuery.extend( jQuery.fn.pickatime.defaults, {
|
||||
clear: 'tyhjennä'
|
||||
});
|
||||
Reference in New Issue
Block a user