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