Skip to content

Commit 18db53d

Browse files
committed
Merge branch 'master' into airwakz/master
2 parents 7cd57f2 + 365dfb7 commit 18db53d

28 files changed

+275
-369
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
// "no-lonely-if": "warn",
196196
"no-mixed-spaces-and-tabs": "warn",
197197
"no-multiple-empty-lines": "warn",
198-
// "no-negated-condition": "off",
198+
"no-negated-condition": "warn",
199199
// "no-nested-ternary": "warn",
200200
// "no-new-object": "warn",
201201
// "no-plusplus": "off",

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: "Static code analysis workflow (CodeQL)"
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- master
67
pull_request:
7-
branches: [main]
8+
branches:
9+
- master
810

911
permissions:
1012
actions: read

.github/workflows/update-langs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
permissions:
1616
actions: read
1717
checks: read
18-
contents: read
18+
contents: write
1919
deployments: read
2020
issues: read
2121
discussions: read

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ GitHub Readme Stats supports custom theming, and you can also contribute new the
5858
5959
To contribute your theme you need to edit the [themes/index.js](./themes/index.js) file and add it at the end of the file.
6060

61+
## Translations Contribution
62+
63+
GitHub Readme Stats supports multiple languages, if we are missing your language, you can contribute it! You can check the currently supported languages [here](./readme.md#available-locales).
64+
65+
To contribute your language you need to edit the [src/translations.js](./src/translations.js) file and add new property to each object where the key is the language code in [ISO 639-1 standard](https://www.andiamo.co.uk/resources/iso-language-codes/) and the value is the translated string.
66+
6167
## Any contributions you make will be under the MIT Software License
6268

6369
In short, when you submit changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.

docs/readme_cn.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</a>
2525
<br />
2626
<br />
27-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
28-
<img src="https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
29-
</a>
30-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
31-
<img src="https://img.shields.io/badge/Supported%20by-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
32-
</a>
3327
</p>
3428

3529
<p align="center">

docs/readme_de.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
</a>
2626
<br />
2727
<br />
28-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
29-
<img src="https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
30-
</a>
31-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
32-
<img src="https://img.shields.io/badge/Supported%20by-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
33-
</a>
3428
</p>
3529

3630
<p align="center">

docs/readme_es.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
</a>
2626
<br />
2727
<br />
28-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
29-
<img src="https://img.shields.io/badge/Apoyado%20por-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
30-
</a>
31-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
32-
<img src="https://img.shields.io/badge/Apoyado%20por-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
33-
</a>
3428
</p>
3529

3630
<p align="center">

docs/readme_fr.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</a>
2525
<br />
2626
<br />
27-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
28-
<img src="https://img.shields.io/badge/Supporté%20par-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
29-
</a>
30-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
31-
<img src="https://img.shields.io/badge/Supporté%20par-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
32-
</a>
3327
</p>
3428

3529
<p align="center">

docs/readme_it.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</a>
2525
<br />
2626
<br />
27-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
28-
<img src="https://img.shields.io/badge/Supportato%20da-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
29-
</a>
30-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
31-
<img src="https://img.shields.io/badge/Supportato%20da-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
32-
</a>
3327
</p>
3428

3529
<p align="center">

docs/readme_ja.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</a>
2525
<br />
2626
<br />
27-
<a href="https://a.paddle.com/v2/click/16413/119403?link=1227">
28-
<img src="https://img.shields.io/badge/Supported%20by-VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=655BE1&colorB=4F44D6&style=for-the-badge"/>
29-
</a>
30-
<a href="https://a.paddle.com/v2/click/16413/119403?link=2345">
31-
<img src="https://img.shields.io/badge/Supported%20by-Node%20Cli.com%20%E2%86%92-gray.svg?colorA=61c265&colorB=4CAF50&style=for-the-badge"/>
32-
</a>
3327
</p>
3428

3529
<p align="center">

0 commit comments

Comments
 (0)