Skip to content

Commit

Permalink
Merge pull request #36 from ShrillShrestha/footer-french-translation
Browse files Browse the repository at this point in the history
French translation for footer #32
  • Loading branch information
clairefro authored Jan 24, 2021
2 parents a928239 + e0c5d02 commit f7276e0
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions i18n/fr/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version.label": {
"message": "Next",
"description": "The label for version current"
},
"sidebar.docs.category.Tutorial": {
"message": "Tutorial",
"description": "The label for category Tutorial in sidebar docs"
}
}
42 changes: 42 additions & 0 deletions i18n/fr/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"link.title.Docs": {
"message": "Docs",
"description": "The title of the footer links column with title=Docs in the footer"
},
"link.title.Community": {
"message": "Communauté",
"description": "The title of the footer links column with title=Community in the footer"
},
"link.title.More": {
"message": "Plus",
"description": "The title of the footer links column with title=More in the footer"
},
"link.item.label.Tutorial": {
"message": "Didacticiel",
"description": "The label of footer link with label=Tutorial linking to docs/tutorial/welcome-to-redwood"
},
"link.item.label.Discord": {
"message": "Discord",
"description": "The label of footer link with label=Discord linking to https://discord.com/invite/redwoodjs"
},
"link.item.label.Discourse": {
"message": "Discourse",
"description": "The label of footer link with label=Discourse linking to https://community.redwoodjs.com/"
},
"link.item.label.Twitter": {
"message": "Twitter",
"description": "The label of footer link with label=Twitter linking to https://twitter.com/redwoodjs"
},
"link.item.label.redwoodjs.com": {
"message": "redwoodjs.com",
"description": "The label of footer link with label=redwoodjs.com linking to https://redwoodjs.com/"
},
"link.item.label.GitHub": {
"message": "GitHub",
"description": "The label of footer link with label=GitHub linking to https://github.com/redwoodjs/learn.redwoodjs.com"
},
"copyright": {
"message": "Droits d'auteur © 2021 RedwoodJS. Construit avec Docusaurus.",
"description": "The footer copyright"
}
}
18 changes: 18 additions & 0 deletions i18n/fr/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"title": {
"message": "Apprendre RedwoodJS",
"description": "The title in the navbar"
},
"item.label.Docs": {
"message": "Docs",
"description": "Navbar item with label Docs"
},
"item.label.Redwoodjs.com": {
"message": "Redwoodjs.com",
"description": "Navbar item with label Redwoodjs.com"
},
"item.label.GitHub": {
"message": "GitHub",
"description": "Navbar item with label GitHub"
}
}

0 comments on commit f7276e0

Please sign in to comment.