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