docs: updated docs with locale

This commit is contained in:
Anurag 2020-10-04 14:07:07 +05:30
parent f1df178643
commit 69ab2db852

View file

@ -136,7 +136,7 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you
- `hide_border` - Hides the card's border _(boolean)_ - `hide_border` - Hides the card's border _(boolean)_
- `theme` - name of the theme, choose from [all available themes](./themes/README.md) - `theme` - name of the theme, choose from [all available themes](./themes/README.md)
- `cache_seconds` - set the cache header manually _(min: 1800, max: 86400)_ - `cache_seconds` - set the cache header manually _(min: 1800, max: 86400)_
- `lang` - set the language in the card _(e.g. cn, de, es, etc.)_ - `locale` - set the language in the card _(e.g. cn, de, es, etc.)_
##### Gradient in bg_color ##### Gradient in bg_color
@ -316,6 +316,10 @@ Choose from any of the [default themes](#themes)
![Anurag's github stats](https://github-readme-stats.vercel.app/api/?username=anuraghazra&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515) ![Anurag's github stats](https://github-readme-stats.vercel.app/api/?username=anuraghazra&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515)
- Setting card locale
![Anurag's github stats](https://github-readme-stats.vercel.app/api/?username=anuraghazra&locale=es)
- Customizing repo card - Customizing repo card
![Customized Card](https://github-readme-stats.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515) ![Customized Card](https://github-readme-stats.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515)