Skip to content

Commit 24c4faa

Browse files
committed
fix(i18n): update French hero text and location to Montréal with 300+ attendee copy
1 parent fc5a1ec commit 24c4faa

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/messages/en/home.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"attendees": {
1313
"label": "Attendees",
14-
"value": "400+"
14+
"value": "300+"
1515
},
1616
"speakers": {
1717
"label": "Speakers",
@@ -30,7 +30,7 @@
3030
},
3131
"ticker": {
3232
"item1": "DEVFEST MONTREAL 2026 // NOVEMBER 6",
33-
"item2": "CONNECTING 400+ DEVELOPERS & EXPERTS",
33+
"item2": "CONNECTING 300+ DEVELOPERS & EXPERTS",
3434
"item3": "20+ WORKSHOPS // TECH IMMERSION",
3535
"item4": "MONTREAL TECH ECOSYSTEM // GDG"
3636
}

src/messages/fr/header.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"logoAlt": "Logo DevFest 2026",
4-
"city": "Montreal",
4+
"city": "Montréal",
55
"registerLabel": "Register_Node",
66
"registerAria": "S'inscrire a DevFest 2026"
77
},

src/messages/fr/home.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"hero": {
3-
"phase": "GDG Montreal",
3+
"phase": "GDG Montréal",
44
"title": "DEVFEST MTL 26",
5-
"subtitle": "Par le Google Developer Group Montreal"
5+
"subtitle": "Par le Google Developer Group Montréal"
66
},
77
"stats": {
88
"workshops": {
@@ -11,7 +11,7 @@
1111
},
1212
"attendees": {
1313
"label": "Participants",
14-
"value": "400+"
14+
"value": "300+"
1515
},
1616
"speakers": {
1717
"label": "Intervenants",
@@ -20,7 +20,7 @@
2020
},
2121
"hud": {
2222
"date": "6 novembre 2026",
23-
"location": "Ax.c Hub, 800 Square-Victoria, Montréal"
23+
"location": "ESPACE A.C, 800 Square-Victoria, Montréal"
2424
},
2525
"countdown": {
2626
"days": "Jours",
@@ -30,7 +30,7 @@
3030
},
3131
"ticker": {
3232
"item1": "DEVFEST MONTRÉAL 2026 // 6 NOVEMBRE",
33-
"item2": "CONNECTER 400+ DÉVELOPPEURS & EXPERTS",
33+
"item2": "CONNECTER 300+ DÉVELOPPEURS & EXPERTS",
3434
"item3": "20+ ATELIERS // IMMERSION TECH",
3535
"item4": "ÉCOSYSTÈME TECH MONTRÉALAIS // GDG"
3636
}

0 commit comments

Comments
 (0)