From 283992c0ee3df77c8c05218905b2cdd4f60584d1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 14:24:05 +0530 Subject: [PATCH] New translations languages.json (French) --- src/i18n/locales/fr/leftSidebar/languages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/fr/leftSidebar/languages.json b/src/i18n/locales/fr/leftSidebar/languages.json index fc5de101..a00cca45 100644 --- a/src/i18n/locales/fr/leftSidebar/languages.json +++ b/src/i18n/locales/fr/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", + "label": "Langue", "placeholder": "Dothraki" }, "rating": { - "label": "Rating" + "label": "Évaluation" } }