diff --git a/src/components/LeftSidebar/tabs/Awards.js b/src/components/LeftSidebar/tabs/Awards.js index 2b9a61c6..1e584f79 100644 --- a/src/components/LeftSidebar/tabs/Awards.js +++ b/src/components/LeftSidebar/tabs/Awards.js @@ -13,7 +13,6 @@ import AddItemButton from '../../../shared/AddItemButton'; import ItemHeading from '../../../shared/ItemHeading'; const AwardsTab = ({ data, onChange }) => { - const { t } = useTranslation(); const context = useContext(AppContext); const { dispatch } = context; @@ -28,7 +27,7 @@ const AwardsTab = ({ data, onChange }) => {
{t('about.footer.thanks')}
diff --git a/src/i18n/source/app/app.json b/src/i18n/source/app/app.json index 861e3ad5..d491a136 100644 --- a/src/i18n/source/app/app.json +++ b/src/i18n/source/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Start Date" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "End Date" }, "description": { "label": "Description" diff --git a/src/i18n/source/leftSidebar/awards.json b/src/i18n/source/leftSidebar/awards.json index 4222ec12..4a52c12a 100644 --- a/src/i18n/source/leftSidebar/awards.json +++ b/src/i18n/source/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Subtitle" } } diff --git a/src/i18n/source/leftSidebar/certifications.json b/src/i18n/source/leftSidebar/certifications.json index 92f9dc16..e6e0effa 100644 --- a/src/i18n/source/leftSidebar/certifications.json +++ b/src/i18n/source/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Authority" } } diff --git a/src/i18n/source/leftSidebar/education.json b/src/i18n/source/leftSidebar/education.json index 231004b2..346748c7 100644 --- a/src/i18n/source/leftSidebar/education.json +++ b/src/i18n/source/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Name" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Major" }, "grade": { "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } diff --git a/src/i18n/source/leftSidebar/extras.json b/src/i18n/source/leftSidebar/extras.json index 7afc7c06..59950d61 100644 --- a/src/i18n/source/leftSidebar/extras.json +++ b/src/i18n/source/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Key" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Value" } } diff --git a/src/i18n/source/leftSidebar/index.js b/src/i18n/source/leftSidebar/index.js index a13d6a3e..fea53733 100644 --- a/src/i18n/source/leftSidebar/index.js +++ b/src/i18n/source/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/source/leftSidebar/languages.json b/src/i18n/source/leftSidebar/languages.json index fc5de101..c0167dd7 100644 --- a/src/i18n/source/leftSidebar/languages.json +++ b/src/i18n/source/leftSidebar/languages.json @@ -1,7 +1,6 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Name" }, "rating": { "label": "Rating" diff --git a/src/i18n/source/leftSidebar/objective.json b/src/i18n/source/leftSidebar/objective.json index 8cb4f70d..32980479 100644 --- a/src/i18n/source/leftSidebar/objective.json +++ b/src/i18n/source/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objective" } } diff --git a/src/i18n/source/leftSidebar/profile.json b/src/i18n/source/leftSidebar/profile.json index b7f889c2..6f109ed6 100644 --- a/src/i18n/source/leftSidebar/profile.json +++ b/src/i18n/source/leftSidebar/profile.json @@ -3,29 +3,24 @@ "label": "Photo URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "First Name" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Last Name" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtitle" }, "address": { + "label": "Address", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Address Line 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Address Line 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Address Line 3" } }, "phone": { diff --git a/src/i18n/source/leftSidebar/references.json b/src/i18n/source/leftSidebar/references.json index 88241575..f7f2bf83 100644 --- a/src/i18n/source/leftSidebar/references.json +++ b/src/i18n/source/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Name" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Position" }, "phone": { "label": "Phone Number" }, "email": { "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } diff --git a/src/i18n/source/leftSidebar/skills.json b/src/i18n/source/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b..00000000 --- a/src/i18n/source/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/source/leftSidebar/work.json b/src/i18n/source/leftSidebar/work.json index 6d115c6e..9859754c 100644 --- a/src/i18n/source/leftSidebar/work.json +++ b/src/i18n/source/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Name" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Role" } } diff --git a/src/i18n/source/rightSidebar/about.json b/src/i18n/source/rightSidebar/about.json index cac678ad..1bde4c1c 100644 --- a/src/i18n/source/rightSidebar/about.json +++ b/src/i18n/source/rightSidebar/about.json @@ -2,7 +2,7 @@ "title": "About", "documentation": { "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's comprehensive guide made just for you.", "buttons": { "documentation": "Documentation" } @@ -30,7 +30,7 @@ } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai1>.", + "credit": "Made with Love by <1>Amruth Pillai1>", "thanks": "Thank you for using Reactive Resume!" } } diff --git a/src/i18n/source/rightSidebar/actions.json b/src/i18n/source/rightSidebar/actions.json index 52482cdc..ae75bbd1 100644 --- a/src/i18n/source/rightSidebar/actions.json +++ b/src/i18n/source/rightSidebar/actions.json @@ -10,7 +10,7 @@ } }, "downloadResume": { - "heading": "Download Resume", + "heading": "Download Your Resume", "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", "buttons": { "saveAsPdf": "Save as PDF" diff --git a/src/i18n/source/rightSidebar/colors.json b/src/i18n/source/rightSidebar/colors.json index bf4accbf..f7fff7ba 100644 --- a/src/i18n/source/rightSidebar/colors.json +++ b/src/i18n/source/rightSidebar/colors.json @@ -2,6 +2,6 @@ "title": "Colors", "colorOptions": "Color Options", "primaryColor": "Primary Color", - "accentColor": "Accent Color", + "accentColor": "Secondary Color", "clipboardCopyAction": "{{color}} has been copied to the clipboard." }