From a6610db6af7fe946628ea6bdbc920f399fd58ee3 Mon Sep 17 00:00:00 2001 From: Simon Malesys Date: Sat, 28 Jul 2018 17:38:47 +0200 Subject: [PATCH] Docs: add french translation (fr-FR) in "title.json" --- examples/i18n/title.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/i18n/title.json b/examples/i18n/title.json index 91e57f36e..f6ebc6093 100644 --- a/examples/i18n/title.json +++ b/examples/i18n/title.json @@ -16,5 +16,11 @@ "guide": "Guía | Element", "component": "Componentes | Element", "resource": "Recursos | Element" - } + }, + "fr-FR": { + "home": "Element - Un kit de composants d'interface pour le web", + "guide": "Guide | Element", + "component": "Composants | Element", + "resource": "Ressources | Element" + }, }