From 4c186fd81fb130a88b716a221f20c5aa94bd2fe1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:54:45 +0530 Subject: [PATCH] New translations extras.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/extras.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/locales/zh/leftSidebar/extras.json diff --git a/src/i18n/locales/zh/leftSidebar/extras.json b/src/i18n/locales/zh/leftSidebar/extras.json new file mode 100644 index 00000000..7afc7c06 --- /dev/null +++ b/src/i18n/locales/zh/leftSidebar/extras.json @@ -0,0 +1,10 @@ +{ + "key": { + "label": "Key", + "placeholder": "Date of Birth" + }, + "value": { + "label": "Value", + "placeholder": "6th August 1995" + } +}