From db45ea162f3fdb01bc1ebf2c6a96a392e7fe1eca Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:57:00 +0530 Subject: [PATCH] New translations languages.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/languages.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/locales/pt/leftSidebar/languages.json diff --git a/src/i18n/locales/pt/leftSidebar/languages.json b/src/i18n/locales/pt/leftSidebar/languages.json new file mode 100644 index 00000000..fc5de101 --- /dev/null +++ b/src/i18n/locales/pt/leftSidebar/languages.json @@ -0,0 +1,9 @@ +{ + "key": { + "label": "Key", + "placeholder": "Dothraki" + }, + "rating": { + "label": "Rating" + } +}