mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
extracted strings from awards tab
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"placeholder": "Heading"
|
||||
},
|
||||
"item": {
|
||||
"addHeading": "Add {{heading}}",
|
||||
"add": "Add {{- heading}}",
|
||||
"startDate": {
|
||||
"label": "Start Date",
|
||||
"placeholder": "March 2018"
|
||||
|
||||
13
src/i18n/resources/en/leftSidebar/awards.json
Normal file
13
src/i18n/resources/en/leftSidebar/awards.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": {
|
||||
"label": "Title",
|
||||
"placeholder": "Math & Science Olympiad"
|
||||
},
|
||||
"subtitle": {
|
||||
"label": "Subtitle",
|
||||
"placeholder": "First Place, International Level"
|
||||
},
|
||||
"description": {
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
@ -2,10 +2,12 @@ import profile from './profile.json';
|
||||
import objective from './objective.json';
|
||||
import work from './work.json';
|
||||
import education from './education.json';
|
||||
import awards from './awards.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
objective,
|
||||
work,
|
||||
education,
|
||||
awards,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user