extracted strings from awards tab

This commit is contained in:
Amruth Pillai
2020-03-30 01:23:15 +05:30
parent 959c843983
commit 03c181af8e
8 changed files with 90 additions and 106 deletions

View File

@ -3,7 +3,7 @@
"placeholder": "Heading"
},
"item": {
"addHeading": "Add {{heading}}",
"add": "Add {{- heading}}",
"startDate": {
"label": "Start Date",
"placeholder": "March 2018"

View File

@ -0,0 +1,13 @@
{
"title": {
"label": "Title",
"placeholder": "Math & Science Olympiad"
},
"subtitle": {
"label": "Subtitle",
"placeholder": "First Place, International Level"
},
"description": {
"placeholder": ""
}
}

View File

@ -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,
};