diff --git a/locales/fr/asciidoc.json b/locales/fr/asciidoc.json
index b6acd846c..007952df7 100644
--- a/locales/fr/asciidoc.json
+++ b/locales/fr/asciidoc.json
@@ -1,4 +1,10 @@
{
"asciidoc.template.warn.default.locale": "Cette page est la version en anglais car elle n'existe pas dans votre langue. Aidez-nous à la traduire en français. Consultez notre guide de traduction pour plus d'informations.",
- "asciidoc.template.warn.outdated": "Cette page est la version en anglais car elle n'existe pas dans votre langue. Aidez-nous à traduire la dernière version en anglais. Consultez notre guide de traduction pour plus d'informations."
+ "asciidoc.template.warn.outdated": "Cette page est la version en anglais car elle n'existe pas dans votre langue. Aidez-nous à traduire la dernière version en anglais. Consultez notre guide de traduction pour plus d'informations.",
+ "asciidoc.author.list.title": "Auteurs de la documentation",
+ "asciidoc.edit.link.title": "Aidez-nous à rendre ces documents géniaux !",
+ "asciidoc.edit.link.content": "Tous les documents Adoptium sont open source. Vous voyez quelque chose qui ne va pas ou qui n'est pas clair ?",
+ "asciidoc.edit.link.button": "Modifier cette page",
+ "asciidoc.table.of.contents": "Table des matières",
+ "asciidoc.random.contributor.text": "Merci {{login}} d'avoir faire {{contributionsCount}} contribution(s) dans {{repo}}"
}
\ No newline at end of file
diff --git a/src/components/AuthorList/__tests__/__snapshots__/author-list.test.tsx.snap b/src/components/AuthorList/__tests__/__snapshots__/author-list.test.tsx.snap
index 3d2c2cd19..c50262c66 100644
--- a/src/components/AuthorList/__tests__/__snapshots__/author-list.test.tsx.snap
+++ b/src/components/AuthorList/__tests__/__snapshots__/author-list.test.tsx.snap
@@ -5,7 +5,7 @@ exports[`AuthorsList component > renders correctly 1`] = `
diff --git a/src/components/EditLink/index.tsx b/src/components/EditLink/index.tsx
index c9027efa3..df30f55ca 100644
--- a/src/components/EditLink/index.tsx
+++ b/src/components/EditLink/index.tsx
@@ -1,5 +1,6 @@
import React from 'react';
import { IoMdGitPullRequest } from 'react-icons/io';
+import { Trans } from 'gatsby-plugin-react-i18next';
type Props = {
relativePath?: string;
@@ -15,11 +16,24 @@ const EditLink = ({ relativePath }: Props) => {
return (
-
Help us make these docs great!
-
All Adoptium docs are open source. See something that's wrong or unclear?
+
+
+
+
+
+
- Edit this page
+
);
diff --git a/src/components/RandomContributor/__tests__/__snapshots__/RandomContributor.test.tsx.snap b/src/components/RandomContributor/__tests__/__snapshots__/RandomContributor.test.tsx.snap
index 22a7e8a7a..774bceb82 100644
--- a/src/components/RandomContributor/__tests__/__snapshots__/RandomContributor.test.tsx.snap
+++ b/src/components/RandomContributor/__tests__/__snapshots__/RandomContributor.test.tsx.snap
@@ -22,40 +22,7 @@ exports[`RandomContributor component > 1 contribution should render as contribut
@@ -83,40 +50,7 @@ exports[`RandomContributor component > should render correctly 1`] = `
diff --git a/src/components/RandomContributor/index.tsx b/src/components/RandomContributor/index.tsx
index 435239e57..c96994bb5 100644
--- a/src/components/RandomContributor/index.tsx
+++ b/src/components/RandomContributor/index.tsx
@@ -2,6 +2,7 @@ import React, { MutableRefObject, useRef } from 'react';
import { useAdoptiumContributorsApi, useOnScreen } from '../../hooks';
import './RandomContributor.scss';
import AnimatedPlaceholder from '../AnimatedPlaceholder';
+import { Trans, Link } from 'gatsby-plugin-react-i18next';
const RandomContributor = (): JSX.Element => {
const ref = useRef(null);
@@ -26,32 +27,20 @@ const RandomContributor = (): JSX.Element => {
>
)}
diff --git a/src/templates/__tests__/__snapshots__/asciidoc.test.tsx.snap b/src/templates/__tests__/__snapshots__/asciidoc.test.tsx.snap
index db77bbad4..4025ff00e 100644
--- a/src/templates/__tests__/__snapshots__/asciidoc.test.tsx.snap
+++ b/src/templates/__tests__/__snapshots__/asciidoc.test.tsx.snap
@@ -441,7 +441,7 @@ exports[`Asciidoc pages > renders correctly - installation slug 1`] = `
- Table of Contents
+ asciidoc.table.of.contents