Skip to content

Commit 7d6d0b3

Browse files
committed
Add fr
1 parent e6a611b commit 7d6d0b3

File tree

14 files changed

+5185
-4
lines changed

14 files changed

+5185
-4
lines changed

astro.config.mjs

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ export default defineConfig({
2626
label: "Welcome",
2727
translations: {
2828
it: "Benvenuti",
29-
es: "Bienvenidos"
29+
es: "Bienvenidos",
30+
fr: "Bienvenue"
3031
},
3132
items: [
3233
{ label: "Quickstart",
3334
link: "/",
3435
translations: {
3536
it: "Guida rapida",
36-
es: "Guía rápida"
37+
es: "Guía rápida",
38+
fr: "Démarrage rapide"
3739
}
3840
},
3941
]
@@ -42,6 +44,7 @@ export default defineConfig({
4244
label: 'Guides',
4345
translations: {
4446
it: 'Guide',
47+
fr: 'Guides',
4548
es: 'Guías'
4649
},
4750
items: [
@@ -59,6 +62,7 @@ export default defineConfig({
5962
label: "Community",
6063
translations: {
6164
it: "Comunità",
65+
fr: "Communauté",
6266
es: "Comunidad"
6367
},
6468
collapsed: true,
@@ -82,7 +86,10 @@ export default defineConfig({
8286
it: {
8387
label: 'Italiano',
8488
},
85-
es: {
89+
fr: {
90+
label: 'Français',
91+
},
92+
es:{
8693
label: 'Español',
8794
},
8895
},

0 commit comments

Comments
 (0)