Skip to content

Commit 9636baf

Browse files
authored
Merge pull request #3953 from element-hq/actions/localazy-download/v0.13
Translations updates for v0.13
2 parents 29289a7 + a1d7fd5 commit 9636baf

File tree

3 files changed

+627
-0
lines changed

3 files changed

+627
-0
lines changed

frontend/.storybook/locales.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ const localazyMetadata: LocalazyMetadata = {
6666
localizedName: "Eesti",
6767
pluralType: (n) => { return (n===1) ? "one" : "other"; }
6868
},
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+
},
6978
{
7079
language: "fr",
7180
region: "",
@@ -131,6 +140,7 @@ const localazyMetadata: LocalazyMetadata = {
131140
"de": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/de/frontend.json",
132141
"en": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/en/frontend.json",
133142
"et": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/et/frontend.json",
143+
"fi": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fi/frontend.json",
134144
"fr": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/fr/frontend.json",
135145
"nl": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/nl/frontend.json",
136146
"pt": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/7c203a8ac8bd48c3c4609a8effcd0fbac430f9b2/pt/frontend.json",
@@ -148,6 +158,7 @@ const localazyMetadata: LocalazyMetadata = {
148158
"de": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/de/file.json",
149159
"en": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/en/file.json",
150160
"et": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/et/file.json",
161+
"fi": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fi/file.json",
151162
"fr": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/fr/file.json",
152163
"nl": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/nl/file.json",
153164
"pt": "https://delivery.localazy.com/_a7077282040550503700322ddb6e/_e0/5b69b0350dccfd47c245a5d41c1b9fdf6912cc6e/pt/file.json",

0 commit comments

Comments
 (0)