From 25384b2cc7a98a49e45f02207244ff2e2caf8df2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:51:57 +0530 Subject: [PATCH] New translations work.json (German) --- src/i18n/locales/de/leftSidebar/work.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/i18n/locales/de/leftSidebar/work.json diff --git a/src/i18n/locales/de/leftSidebar/work.json b/src/i18n/locales/de/leftSidebar/work.json new file mode 100644 index 00000000..776d7d58 --- /dev/null +++ b/src/i18n/locales/de/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." + } +}