@@ -66,6 +66,15 @@ const localazyMetadata: LocalazyMetadata = {
66
66
localizedName : "Eesti" ,
67
67
pluralType : ( n ) => { return ( n === 1 ) ? "one" : "other" ; }
68
68
} ,
69
+ {
70
+ language : "fi" ,
71
+ region : "" ,
72
+ script : "" ,
73
+ isRtl : false ,
74
+ name : "Finnish" ,
75
+ localizedName : "Suomi" ,
76
+ pluralType : ( n ) => { return ( n === 1 ) ? "one" : "other" ; }
77
+ } ,
69
78
{
70
79
language : "fr" ,
71
80
region : "" ,
@@ -131,6 +140,7 @@ const localazyMetadata: LocalazyMetadata = {
131
140
"de" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/de/frontend.json" ,
132
141
"en" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/en/frontend.json" ,
133
142
"et" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/et/frontend.json" ,
143
+ "fi" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fi/frontend.json" ,
134
144
"fr" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fr/frontend.json" ,
135
145
"nl" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/nl/frontend.json" ,
136
146
"pt" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/pt/frontend.json" ,
@@ -148,6 +158,7 @@ const localazyMetadata: LocalazyMetadata = {
148
158
"de" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/de/file.json" ,
149
159
"en" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/en/file.json" ,
150
160
"et" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/et/file.json" ,
161
+ "fi" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fi/file.json" ,
151
162
"fr" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fr/file.json" ,
152
163
"nl" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/nl/file.json" ,
153
164
"pt" : "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/pt/file.json" ,
0 commit comments