Skip to content

Commit da40c61

Browse files
samimhakooderi
andauthored
Apply suggestions from code review
Co-authored-by: Antti Laukkanen <[email protected]>
1 parent a622df1 commit da40c61

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

locales/fi/index.mjs

+39-39
Original file line numberDiff line numberDiff line change
@@ -62,52 +62,52 @@ export default {
6262
"datepicker": {
6363
"weekdays": {
6464
"shorthand": [
65-
"Su",
66-
"Ma",
67-
"Ti",
68-
"Ke",
69-
"To",
70-
"Pe",
71-
"La"
65+
"su",
66+
"ma",
67+
"ti",
68+
"ke",
69+
"to",
70+
"pe",
71+
"la"
7272
],
7373
"longhand": [
74-
"Sunnuntai",
75-
"Maanantai",
76-
"Tiistai",
77-
"Keskiviikko",
78-
"Torstai",
79-
"Perjantai",
80-
"Lauantai"
74+
"sunnuntai",
75+
"maanantai",
76+
"tiistai",
77+
"keskiviikko",
78+
"torstai",
79+
"perjantai",
80+
"lauantai"
8181
]
8282
},
8383
"months": {
8484
"shorthand": [
85-
"Tammi",
86-
"Helmi",
87-
"Maalis",
88-
"Huhti",
89-
"Touko",
90-
"Kesä",
91-
"Heinä",
92-
"Elo",
93-
"Syys",
94-
"Loka",
95-
"Marras",
96-
"Joulu"
85+
"tammi",
86+
"helmi",
87+
"maalis",
88+
"huhti",
89+
"touko",
90+
"kesä",
91+
"heinä",
92+
"elo",
93+
"syys",
94+
"loka",
95+
"marras",
96+
"joulu"
9797
],
9898
"longhand": [
99-
"Tammikuu",
100-
"Helmikuu",
101-
"Maaliskuu",
102-
"Huhtikuu",
103-
"Toukokuu",
104-
"Kesäkuu",
105-
"Heinäkuu",
106-
"Elokuu",
107-
"Syyskuu",
108-
"Lokakuu",
109-
"Marraskuu",
110-
"Joulukuu"
99+
"tammikuu",
100+
"helmikuu",
101+
"maaliskuu",
102+
"huhtikuu",
103+
"toukokuu",
104+
"kesäkuu",
105+
"heinäkuu",
106+
"elokuu",
107+
"syyskuu",
108+
"lokakuu",
109+
"marraskuu",
110+
"joulukuu"
111111
]
112112
},
113113
"daysInMonth": [
@@ -124,7 +124,7 @@ export default {
124124
30,
125125
31
126126
],
127-
"firstDayOfWeek": 0,
127+
"firstDayOfWeek": 1,
128128
"ordinal": function () {
129129
return ".";
130130
},

0 commit comments

Comments
 (0)