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