diff --git a/i18n/react-intl/en.json b/i18n/react-intl/en.json index bf0d10e6..1f0bfdc1 100644 --- a/i18n/react-intl/en.json +++ b/i18n/react-intl/en.json @@ -66,7 +66,7 @@ "basicExamples": "Programs about form, data, images, color, typography, and more...", "contactUs": "Contact Us", "contactUsDescription": "Feel free to write us!", - "footer": "Processing is an open project initiated by Ben Fry and Casey Reas. It is developed by a team of volunteers around the world.", + "footer": "Processing is an open project initiated by Ben Fry and Casey Reas. It is developed by a team of volunteers around the world.", "overviewIntro": "A short introduction to the Processing software and projects from the community.", "peopleIntro": "Processing is a community effort led by a small group of volunteers.", "booksIntro": "Processing books cover topics from programming basics to visualization. Browse this page to find the right books for you.", diff --git a/i18n/react-intl/es.json b/i18n/react-intl/es.json index 1d3d6756..ecbefd46 100644 --- a/i18n/react-intl/es.json +++ b/i18n/react-intl/es.json @@ -66,7 +66,7 @@ "basicExamples": "Programas sobre formas, datos, imágenes, colores, tipografía y más...", "contactUs": "Contáctanos", "contactUsDescription": "¡Siéntete libre de escribirnos!", - "footer": "Processing es un proyecto abierto iniciado por Ben Fry y Casey Reas. Es desarrollado por un equipo de voluntarios alrededor del mundo.", + "footer": "Processing es un proyecto abierto iniciado por Ben Fry y Casey Reas. Es desarrollado por un equipo de voluntarios alrededor del mundo.", "overviewIntro": "Una pequeña introducción al software Processing y a los proyectos de la comunidad.", "peopleIntro": "Processing es un esfuerzo comunitario lidereado por un pequeño grupo de voluntarios.", "booksIntro": "Los libros sobre Processing cubren temas desde los principios básicos de programación a la visualización. Navega esta pagina para encontrar un libro adecuado para ti.", diff --git a/src/components/Footer.js b/src/components/Footer.js index f2d029bb..1254a7ba 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -20,16 +20,16 @@ const Footer = ({ withSidebar }) => {
{
{intl.formatMessage({ id: 'contributeP1' })}
{intl.formatMessage({ id: 'contributeP2' })} - + {intl.formatMessage({ id: 'building' })} ,{' '} - + {intl.formatMessage({ id: 'reporting' })} , {intl.formatMessage({ id: 'reporting' })}{' '} - + {intl.formatMessage({ id: 'creating' })} . @@ -193,6 +193,8 @@ const IndexPage = ({ data }) => {