-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement i18n #2
Comments
Correct me if I'm wrong; based on the starter source translations go into
{
"JAMstack is revolutionising the way we think about workflow by providing a simpler developer experience, better performance, lower cost and greater scalability.": "JAMstack is revolutionising the way we think about workflow by providing a simpler developer experience, better performance, lower cost and greater scalability.",
"This simple guide will help you understand why it exists and how to get started.": "This simple guide will help you understand why it exists and how to get started",
"Table of contents": "Table of contents",
"What is JAMstack?": "What is JAMstack?",
"Meaning": "Meaning",
"Benefits": "Benefits",
"Best practices": "Best practices",
"Getting started": "Getting started",
"Development": "Development",
"Deployment": "Deployment",
"Dynamic parts": "Dynamic parts",
"Resources": "Resources",
"About": "About"
}
{
"JAMstack is revolutionising the way we think about workflow by providing a simpler developer experience, better performance, lower cost and greater scalability.": "La JAMstack révolutionne notre façon de penser la chaîne de publication en proposant, une expérience de développement plus simple, une meilleure performance, et une plus grande scalabilité.",
"This simple guide will help you understand why it exists and how to get started.": "Ce petit guide vous aide à comprendre pourquoi elle existe et comment bien démarrer.",
"Table of contents": "Sommaire",
"What is JAMstack?": "C'est quoi la JAMstack ?",
"Meaning": "Signification",
"Benefits": "Bénéfices",
"Best practices": "Bonnes pratiques",
"Getting started": "Bien démarrer",
"Development": "Développement",
"Deployment": "Déploiement",
"Dynamic parts": "Parties dynamiques",
"Resources": "Ressources",
"About": "À propos"
}
|
Yeah, but I'd like to explore using translations with MDX. I think there may be a way to have each content in a Markdown file. So For example:
then with Not sure if it'll work! |
We could use gatsby-plugin-i18n
The text was updated successfully, but these errors were encountered: