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