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