You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/locale/fi.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ const locale = {
6
6
weekdaysShort: 'su_ma_ti_ke_to_pe_la'.split('_'),// There is no short form of weekdays in Finnish except this 2 letter format so it is used for both 'weekdaysShort' and 'weekdaysMin'
7
7
weekdaysMin: 'su_ma_ti_ke_to_pe_la'.split('_'),
8
8
months: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),// Note month names are not capitalized in Finnish
9
-
monthsShort: 'tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu'.split('_'),// There is no short form of months in Finnish so just use the regular long form always
0 commit comments