Merge pull request #23 from AdamasFR/develop

Traduction du bouton CV
This commit is contained in:
Anthony Dumas 2021-01-03 02:27:02 +01:00 committed by GitHub
commit 2033dd0471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

1
package-lock.json generated
View File

@ -5,6 +5,7 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "anthony-dumas.fr",
"version": "2021.0.001", "version": "2021.0.001",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.11.6", "@testing-library/jest-dom": "^5.11.6",

View File

@ -1,4 +1,5 @@
import React, {Component} from '../../../node_modules/react'; import React, {Component} from '../../../node_modules/react';
import {FormattedMessage} from 'react-intl';
import { injectIntl } from 'react-intl' import { injectIntl } from 'react-intl'
import ExperienceCard from '../ExperienceCard/index'; import ExperienceCard from '../ExperienceCard/index';
@ -44,7 +45,7 @@ class MainCard extends Component {
<span class="icon"> <span class="icon">
<i class="fab icon-file-pdf-o"></i> <i class="fab icon-file-pdf-o"></i>
</span> </span>
<span>Mon CV</span> <span><FormattedMessage id="curriculumVitaeLink"/></span>
</a> </a>
</p> </p>
</div> </div>

View File

@ -1,6 +1,7 @@
{ {
"title":"Anthony Dumas", "title":"Anthony Dumas",
"subtitle":"Full Stack Developer @ Harvest", "subtitle":"Full Stack Developer @ Harvest",
"curriculumVitaeLink" : "Curriculum Vitae",
"experienceCard" : { "experienceCard" : {
"title" : "Experience", "title" : "Experience",
"experiences" : [ "experiences" : [

View File

@ -1,6 +1,7 @@
{ {
"title":"Anthony Yvon Dumas", "title":"Anthony Yvon Dumas",
"subtitle":"Développeur Full Stack @ Harvest", "subtitle":"Développeur Full Stack @ Harvest",
"curriculumVitaeLink" : "Mon CV",
"experienceCard" : { "experienceCard" : {
"title" : "Experience", "title" : "Experience",
"experiences" : [ "experiences" : [