Skip to content

Commit

Permalink
Merge pull request anuraghazra#180 from moonantonio/master
Browse files Browse the repository at this point in the history
docs(translation): Update readme_es.md
  • Loading branch information
anuraghazra authored Jul 27, 2020
2 parents f82a89f + 4635643 commit 51ba2d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ Para ocultar alguna estadística específica, puedes utilizar el parámetro `?hi
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=["contribs","prs"])
```

### Agregar contribuciones privadas al total de commits contados

Puede agregar el recuento de todas sus contribuciones privadas al recuento total de confirmaciones utilizando el parámetro de consulta `?count_private=true`.

_Nota: Si está desplegando este proyecto usted mismo, las contribuciones privadas se contarán de manera predeterminada; de lo contrario, deberá elegir compartir sus recuentos de contribuciones privadas._

> Opciones: `&count_private=true`
```md
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true)
```

### Mostrar íconos

Para habilitar los íconos, puedes utilizar `show_icons=true` como parámetro, de esta manera:
Expand Down

0 comments on commit 51ba2d2

Please sign in to comment.