diff --git a/content/community/nav.yml b/content/community/nav.yml
index 0f59b80a0..0a5555199 100644
--- a/content/community/nav.yml
+++ b/content/community/nav.yml
@@ -1,42 +1,42 @@
-- title: Community Resources
+- title: Recursos de la comunidad
items:
- id: support
- title: Support
+ title: Asistencia
- id: courses
- title: Courses
+ title: Cursos
- id: examples
- title: Examples
+ title: Ejemplos
- id: meetups
- title: Meetups
+ title: Encuentros
- id: conferences
- title: Conferences
+ title: Conferencias
- id: articles
- title: Articles
+ title: Artículos
- id: podcasts
title: Podcasts
- id: videos
title: Videos
- id: external-resources
- title: External Resources
-- title: Tools
+ title: Recursos externos
+- title: Herramientas
items:
- id: debugging-tools
- title: Debugging
+ title: Depuración
- id: component-workbenches
- title: Component Workbenches
+ title: Herramientas de trabajo para componentes
- id: jsx-integrations
- title: JSX Integrations
+ title: Integraciones de JSX
- id: starter-kits
- title: Starter Kits
+ title: Kits de inicio
- id: routing
- title: Routing
+ title: Enrutamiento
- id: model-management
- title: Model Management
+ title: Gestión de modelos
- id: data-fetching
- title: Data Fetching
+ title: Obtención de datos
- id: testing
- title: Testing
+ title: Pruebas
- id: ui-components
- title: UI Components
+ title: Componentes de IU
- id: misc
- title: Miscellaneous
+ title: Miscelánea
diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js
index 5d91a93a3..d58bf5333 100644
--- a/src/components/LayoutFooter/Footer.js
+++ b/src/components/LayoutFooter/Footer.js
@@ -60,7 +60,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
},
}}>
- Docs
+ Documentación
{sectionListDocs.map(section => {
const defaultItem = section.items[0];
return (
@@ -73,7 +73,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
})}
- Channels
+ Canales
(
href="https://discuss.reactjs.org"
target="_blank"
rel="noopener">
- Discussion Forum
+ Foro de discusión
- Reactiflux Chat
+ Chat de Reactiflux
- DEV Community
+ Comunidad DEV
(
- Community
+ Comunidad
{sectionListCommunity.map(section => (
(
))}
- More
+ Más
Tutorial
Blog
-
- Acknowledgements
-
+ Agradecimientos
{
}}
id="algolia-doc-search"
type="search"
- placeholder="Search docs"
+ placeholder="Buscar en la documentación"
aria-label="Search docs"
/>
diff --git a/src/components/LayoutHeader/Header.js b/src/components/LayoutHeader/Header.js
index 55743a7c1..7f1cf6f80 100644
--- a/src/components/LayoutHeader/Header.js
+++ b/src/components/LayoutHeader/Header.js
@@ -115,7 +115,7 @@ const Header = ({location}: {location: Location}) => (
}}>
(
/>