mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
extracted strings from education tab
This commit is contained in:
@ -11,6 +11,9 @@
|
||||
"endDate": {
|
||||
"label": "End Date",
|
||||
"placeholder": "current"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
|
||||
17
src/i18n/resources/en/leftSidebar/education.json
Normal file
17
src/i18n/resources/en/leftSidebar/education.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Name",
|
||||
"placeholder": "Harvard University"
|
||||
},
|
||||
"major": {
|
||||
"label": "Major",
|
||||
"placeholder": "Masters in Computer Science"
|
||||
},
|
||||
"grade": {
|
||||
"label": "Grade",
|
||||
"placeholder": "7.2 CGPA"
|
||||
},
|
||||
"description": {
|
||||
"placeholder": "You can write about projects or special credit classes that you took while studying at this school."
|
||||
}
|
||||
}
|
||||
@ -1,9 +1,11 @@
|
||||
import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
};
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
"placeholder": "Frontend Web Developer"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description",
|
||||
"placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user