-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from opengento/i18n
I18n
- Loading branch information
Showing
26 changed files
with
463 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
module.exports = { | ||
i18n: { | ||
defaultLocale: 'fr', | ||
locales: ['fr', 'en'], | ||
}, | ||
localePath: | ||
typeof window === 'undefined' | ||
? require('path').resolve('./public/locales') | ||
: '/locales', | ||
|
||
reloadOnPrerender: process.env.NODE_ENV === 'development', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"linkedinUrl": "https://www.linkedin.com/company/meet-magento-france", | ||
"youtubeUrl": "https://www.youtube.com/@MeetMagentoFrance", | ||
"ticketingUrl": "https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649", | ||
"days": "Jours", | ||
"hours": "Heures", | ||
"minutes": "Minutes" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"title" : "Save the date!", | ||
"subtitle" : "Meet Magento arrive en France", | ||
"content" : "Rejoignez la communauté Magento et Adobe Commerce pour une journée d'innovations, d'échanges et d'expertise, à ne pas manquer !", | ||
"date": "Mardi 25 Mars 2025", | ||
"place": "L'Étoile Business Center, Paris", | ||
"ticket": "Je prends mon billet" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"data": { | ||
"title": "L’Étoile Business Center", | ||
"subtitle": "En plein coeur de Paris, à deux pas des Champs-Élysées", | ||
"address": "21-25 Rue Balzac, 75008 Paris", | ||
"description": "Le 25 mars 2025, Meet Magento France se tiendra dans un cadre d’exception : l’Étoile Business Center, à Paris. Situé à deux pas des Champs-Élysées, ce lieu prestigieux, alliant élégance et modernité, incarne la classe française. Son architecture lumineuse et ses espaces raffinés en font l’écrin idéal pour une journée riche en échanges, partages d’expériences et exploration des dernières innovations autour de Magento et Adobe Commerce.", | ||
"label": "Préparer ma venue", | ||
"url": "" | ||
} | ||
} |
Oops, something went wrong.