From 06b7f94db45fa2e19ae54debfcf1a1eb6c8766f6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:50:54 +0530 Subject: [PATCH] New translations work.json (Dutch) --- src/i18n/locales/nl/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/nl/leftSidebar/work.json diff --git a/src/i18n/locales/nl/leftSidebar/work.json b/src/i18n/locales/nl/leftSidebar/work.json new file mode 100644 index 00000000..776d7d58 --- /dev/null +++ b/src/i18n/locales/nl/leftSidebar/work.json @@ -0,0 +1,13 @@ +{ + "name": { + "label": "Name", + "placeholder": "Amazon (US)" + }, + "role": { + "label": "Role", + "placeholder": "Front-end Web Developer" + }, + "description": { + "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + } +}