From 0aabb07bd2c5fbfa23ebf98b7825204811b62ba8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:58:43 +0530 Subject: [PATCH] New translations education.json (Hebrew) --- src/i18n/locales/he/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/he/leftSidebar/education.json diff --git a/src/i18n/locales/he/leftSidebar/education.json b/src/i18n/locales/he/leftSidebar/education.json new file mode 100644 index 00000000..231004b2 --- /dev/null +++ b/src/i18n/locales/he/leftSidebar/education.json @@ -0,0 +1,16 @@ +{ + "name": { + "label": "Name", + "placeholder": "Harvard University" + }, + "major": { + "label": "Major", + "placeholder": "Masters in Computer Science" + }, + "grade": { + "label": "Grade" + }, + "description": { + "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + } +}