From 4092b129bd32127c3bedb724e2e4a6c9ae078c11 Mon Sep 17 00:00:00 2001 From: Mathieu GAUTHIER-LAFAYE Date: Fri, 9 Dec 2016 15:32:44 +0100 Subject: [PATCH 1/3] add french translation --- i18n/fr.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 i18n/fr.yaml diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..c0f9c6d --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,32 @@ +- id: about + translation: "À propos" + +- id: home + translation: "Accueil" + +- id: recentPosts + translation: "Derniers billets" + +- id: readMore + translation: "Lire la suite →" + +- id: translations + translation: "Traductions" + +- id: share + translation: "Partager" + +- id: paginatorPrevious + translation: "Page précédente" + +- id: paginatorNext + translation: "Page suivante" + +- id: cookieMessage + translation: "Ce site web utilise des cookies" + +- id: cookieLink + translation: "En savoir plus." + +- id: cookieDismiss + translation: "J'ai compris !" From 0324570af4239750939389a1269695c538c07897 Mon Sep 17 00:00:00 2001 From: Mathieu GAUTHIER-LAFAYE Date: Fri, 9 Dec 2016 15:43:14 +0100 Subject: [PATCH 2/3] fr: translate "backInTop" --- i18n/fr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i18n/fr.yaml b/i18n/fr.yaml index c0f9c6d..cac6e0f 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -30,3 +30,6 @@ - id: cookieDismiss translation: "J'ai compris !" + +- id: backToTop + translation: "Haut de la page" From 469e909920786d45af3f211c1b3430218b53dc52 Mon Sep 17 00:00:00 2001 From: Mathieu GAUTHIER-LAFAYE Date: Fri, 9 Dec 2016 15:48:17 +0100 Subject: [PATCH 3/3] fr: translate "links" --- i18n/fr.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i18n/fr.yaml b/i18n/fr.yaml index cac6e0f..f6c4f70 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -33,3 +33,6 @@ - id: backToTop translation: "Haut de la page" + +- id: links + translation: "Liens"