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