Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation of 'how-to-contribute' and 'css libraries...' #3

Merged
merged 25 commits into from Oct 5, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7bc59a2
translation of how-to-contribute
s-Hale Oct 1, 2019
a837d25
second doc translated
s-Hale Oct 1, 2019
cf5f26a
translation complete
s-Hale Oct 2, 2019
78b8084
fix small error
s-Hale Oct 2, 2019
ce80939
add revisions and corrections
s-Hale Oct 2, 2019
0e10283
correct spaces
s-Hale Oct 2, 2019
e3b80ee
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
4957f02
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
efd0f70
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
a73bd79
Update docs/contributing/how-to-contribute.md
s-Hale Oct 3, 2019
d555874
Update docs/contributing/how-to-contribute.md
s-Hale Oct 3, 2019
3bd2f3b
Update docs/contributing/how-to-contribute.md
s-Hale Oct 3, 2019
7b333e8
Update docs/docs/css-libraries-and-frameworks.md
s-Hale Oct 3, 2019
ba57e3f
Update docs/docs/css-libraries-and-frameworks.md
s-Hale Oct 3, 2019
cb29080
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
907fdf5
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
2c3d05e
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
125c7dc
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
8868c9e
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
0cb1eed
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
f1a1256
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
8708c26
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
cd1e46c
Update docs/contributing/community-contributions.md
s-Hale Oct 3, 2019
5ba4ffe
Update docs/contributing/how-to-contribute.md
s-Hale Oct 4, 2019
2c97719
further changes
s-Hale Oct 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 15 additions & 15 deletions docs/contributing/community-contributions.md
@@ -1,23 +1,23 @@
---
title: Community Contributions
title: Contribuciones de la Comunidad
---

A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.
Una gran parte de lo que hace Gatsby grandioso son todos y cada uno de ustedes en la comunidad. Sus contribuciones enriquecen la experiencia de Gatsby y mejorarlo cada d铆a.
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

We welcome all contributions from you in the community, and would be thrilled to amplify your voice. Contributions are not limited to code, and can take all shapes and forms:
Agradecemos todas sus contribuciones en la comunidad, y estar铆amos encantados de amplificar su voz. Las contribuciones no se limitan al c贸digo, y pueden adoptar muchas formas.

- Your wonderful Gatsby.js website!
- Gatsby starters
- Gatsby plugins
- Blog posts and case studies
- Talk and lecture videos
- Workshop materials
- GitHub issues and pull requests
- Tu maravilloso websitio Gatsby.js!
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- entrantes de Gatsby
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- plugins de Gatsby
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- Entradas de blog y estudios de caso
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- Videos de conferencias
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- Materiales de los talleres
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- Temas de GitHub y las solicitudes de extracci贸n
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

...and anything else you can think of. Our showcase and library contribution docs are a great place to start:
...y cualquiera que se te ocurra. Nuestro escaparate y documentos de contribuci贸n de las bibliotecas est谩n un lugar excelente para empezar.
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

- [Submit to Site Showcase](/contributing/site-showcase-submissions)
- [Submit to Starter Library](/contributing/submit-to-starter-library/)
- [Submit to Plugin Library](/contributing/submit-to-plugin-library/)
- [Enviar al Escaparate del sitio](/contributing/site-showcase-submissions)
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- [Enviar a la Biblioteca del Entrantes](/contributing/submit-to-starter-library/)
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
- [Enviar a la Biblioteca del Plugins](/contributing/submit-to-plugin-library/)
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

Peruse through the rest of our contributor docs and reach out to us on [Twitter](https://twitter.com/gatsbyjs), [Discord](https://gatsby.dev/discord), or in a [GitHub issue](/contributing/how-to-file-an-issue/) if you have any questions about contributing!
Examina el resto de nuestros documentaciones para contributors y contactarnos en [Twitter](https://twitter.com/gatsbyjs), [Discord](https://gatsby.dev/discord), o en un [Tema de GitHub](/contributing/how-to-file-an-issue/) si tienes alguna pregunta sobre la contribuci贸n!
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
12 changes: 6 additions & 6 deletions docs/contributing/how-to-contribute.md
@@ -1,15 +1,15 @@
---
title: How to Contribute
title: C贸mo contribuir
---

We want contributing to Gatsby to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including issues, new docs as well as updates and tweaks, blog posts, workshops, and more.
Queremos que contribuir a Gatsby sea divertido, agradable y educativo para cualquiera y para todos. Todas las contribuciones son bienvenidas, incluidas incidencias, nueva documentaci贸n y tambi茅n actualizaciones, mejoras, art铆culos para el blog, workshops y m谩s
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

## Not sure how to start contributing?
## 驴No est谩s seguro de c贸mo empezar a contribuir?

If you are worried or don't know where to start, check out our [where to participate](/contributing/where-to-participate/) page. You can reach out with questions to [Marcy Sutton (@marcysutton)](https://twitter.com/marcysutton) or [@GatsbyJS](https://twitter.com/gatsbyjs) on Twitter, and anyone from the Gatsby team on [Discord](https://gatsby.dev/discord). You can also [submit an issue](/contributing/how-to-file-an-issue/) and a maintainer can give you guidance!
Si est谩 preocupado o no sabe por d贸nde empezar, verifica nuestra p谩gina [d贸nde participar](/contributing/where-to-participate/). Puedes ponerte en contacto con [Marcy Sutton (@marcysutton)](https://twitter.com/marcysutton) con preguntas o [@GatsbyJS](https://twitter.com/gatsbyjs) a Twitter, y cualquier del equipo de Gatsby en [Discord](https://gatsby.dev/discord). Tambi茅n puede [enviar un problema](/contributing/how-to-file-an-issue/) y un mantenedor puede darte orientaci贸n!
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

## Pair programming
## Programaci贸n en pareja
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

Gatsby.js offers free [pair programming sessions](/contributing/pair-programming/) to the community, if there's something you'd like to work on together. Get in touch with us if you have a question about contributing or an idea for something to pair on!
Gatsby.js ofrece sesiones gratis de programaci贸n para la comunidad, por si hay algo que te gustar铆a trabajar junto a un miembro del equipo. Ponte en contacto con nosotros si tienes una pregunta sobre c贸mo contribuir o alguna idea que quieras trabajar con alguno de nosotros!
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

<GuideList slug={props.slug} />
6 changes: 3 additions & 3 deletions docs/docs/css-libraries-and-frameworks.md
@@ -1,10 +1,10 @@
---
title: CSS Libraries and Frameworks
title: Bibliotecas de CSS y frameworks
overview: true
---

There are many other CSS libraries and frameworks that you can use in your Gatsby project.
Hay muchas otras bibliotecas de CSS y frameworks que puedes usar en su proyecto de Gatsby.
s-Hale marked this conversation as resolved.
Show resolved Hide resolved
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

These are not full-on approaches to styling, and generally work no matter which styling approach you've chosen for your website. They require installing third-party libraries, often with the help of Gatsby community plugins.
Estos no son enfoques totales al estilo, y en general, funcionar谩n no importa cual enfoque de estilo has elegido para su websitio. Requieren la instalaci贸n de las bibliotecas de teceros, a menudo con la ayuda de complementos de la comunidad Gatsby.
s-Hale marked this conversation as resolved.
Show resolved Hide resolved

<GuideList slug={props.slug} />