Skip to content

Commit

Permalink
replace translation progress badge with contributors table
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Sep 7, 2024
1 parent f5955f7 commit ce1fe3a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
with:
ref: "main"

- name: Generate Crowdin translations progress markdown
uses: benjaminjonard/crowdin-[email protected]
- name: Generate Crowdin Contributors table
uses: andrii-bodnar/action-crowdin-contributors@v2
with:
languages_per_row: 10
minimum_completion_percent: 80
file: README.md # Maybe change later?
files: TRANSLATORS.md
contributors_per_line: 8
max_contributors: 32
image_size: 64
min_words_contributed: 100
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
Expand All @@ -40,7 +42,7 @@ jobs:
with:
author-name: Actionsbot
author-email: [email protected]
commit-message: "Update Crowdin translation progress badge"
commit-message: "Update Crowdin contributors list"
remote: origin
remote-ref: main

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You may find the website at https://notessential.blurry.gay/

[![Prettier](https://github.com/blryface/notessential/actions/workflows/prettier.yml/badge.svg)](https://github.com/blryface/notessential/actions/workflows/prettier.yml)

## I want to help!
## Contributing

Review our contributing guidelines at [CONTRIBUTING.md](./CONTRIBUTING.md)

Expand All @@ -14,10 +14,3 @@ Review our contributing guidelines at [CONTRIBUTING.md](./CONTRIBUTING.md)
Original text is licensed under the CC-BY-SA 4.0 license. You may find it on our repository [here](TEXT_LICENSE).

Website code is licensed under the GPL v3 license. You may find it on our repository [here](LICENSE).

## Translation progress

Only useful to maintainers and translators.
<!-- CROWDIN-TRANSLATIONS-PROGRESS-ACTION-START -->

<!-- CROWDIN-TRANSLATIONS-PROGRESS-ACTION-END -->
8 changes: 8 additions & 0 deletions TRANSLATORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# NotEssential translators

Thank you to the following people for help on translating NotEssential!

<!-- CROWDIN-CONTRIBUTORS-START -->


<!-- CROWDIN-CONTRIBUTORS-END -->

0 comments on commit ce1fe3a

Please sign in to comment.