-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace translation progress badge with contributors table
- Loading branch information
1 parent
f5955f7
commit ce1fe3a
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |