From a7c7bd5d1957e7bcd69984d9a740aa669d9d6613 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:52:15 +0530 Subject: [PATCH] New translations education.json (Finnish) --- src/i18n/locales/fi/leftSidebar/education.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/locales/fi/leftSidebar/education.json diff --git a/src/i18n/locales/fi/leftSidebar/education.json b/src/i18n/locales/fi/leftSidebar/education.json new file mode 100644 index 00000000..231004b2 --- /dev/null +++ b/src/i18n/locales/fi/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." + } +}