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." + } +}