From b3bce931dbb6458a921a33141812f7a726ad01fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:44:59 +0530 Subject: [PATCH] New translations languages.json (Spanish) --- src/i18n/locales/es/leftSidebar/languages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/languages.json b/src/i18n/locales/es/leftSidebar/languages.json index fc5de101..70455dfa 100644 --- a/src/i18n/locales/es/leftSidebar/languages.json +++ b/src/i18n/locales/es/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", + "label": "Clave", "placeholder": "Dothraki" }, "rating": { - "label": "Rating" + "label": "Calificación" } }