Skip to content

Commit 8e80811

Browse files
authored
Update co-op-translator.yml
1 parent 5a7af39 commit 8e80811

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/co-op-translator.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,11 @@ jobs:
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
5656
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57-
# translate -l "ar ur tl mr ne pa bn ru mo" -y
58-
# translate -l "mr ne pa" -y
59-
# translate -l "bn ru mo" -y
57+
translate -l "ar ur tl mr ne pa bn ru mo" -y
6058
# translate -l "br it tr el th sv da no" -y
61-
# translate -l "el th" -y
62-
# translate -l "sv da no" -y
63-
# translate -l "fi nl he vi id ms sw hu cs" -y
64-
# translate -l "vi id ms" -y
65-
# translate -l "sw hu cs" -y
59+
# translate -l "vi id ms sw hu cs" -y
6660
# translate -l "sk ro bg sr hr sl ja uk my" -y
67-
# translate -l "sr hr sl" -y
68-
# translate -l "ja uk my" -y
69-
61+
7062
- name: Authenticate GitHub App
7163
id: generate_token
7264
uses: tibdex/github-app-token@v1

0 commit comments

Comments
 (0)