Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 /**
A 2  * Finnish translation for bootstrap-datepicker
3  * Jaakko Salonen <https://github.com/jsalonen>
4  */
5 ;(function($){
6     $.fn.datepicker.dates['fi'] = {
7         days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
8         daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
9         daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
10         months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
11         monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
12         today: "tänään",
13         weekStart: 1,
14         format: "d.m.yyyy"
15     };
16 }(jQuery));