Skip to content

Commit 3d90cdb

Browse files
authored
Update co-op-translator.yml
1 parent c246d61 commit 3d90cdb

1 file changed

Lines changed: 16 additions & 17 deletions

File tree

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

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,22 @@ jobs:
5454
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5555
# =====================================================================
5656
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
57-
translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
57+
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
5858
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
59-
# translate -l "zh tw hk fr" -y
60-
# translate -l "ja ko pt es" -y
61-
# translate -l "de fa pl hi" -y
62-
# translate -l "ru ar ur mo" -y
63-
# translate -l "ja bn mr ne" -y
64-
# translate -l "pa br it tr" -y
65-
# translate -l "el th sv da" -y
66-
# translate -l "no fi nl he" -y
67-
# translate -l "vi id ms tl" -y
68-
# translate -l "sw hu cs sk" -y
69-
# translate -l "ro bg sr hr" -y
70-
# translate -l "sl uk my" -y
71-
# translate -l "de ru ar fa" -y
72-
# translate -l "ur mo hi bn" -y
73-
# translate -l "mr ne lt pl" -y
74-
# translate -l "ta et pcm" -y
59+
# translate -l "en fr es de" -y
60+
# translate -l "ru ar fa ur" -y
61+
# translate -l "zh mo hk tw" -y
62+
# translate -l "ja ko hi bn" -y
63+
# translate -l "mr ne pa pt" -y
64+
# translate -l "br it lt pl" -y
65+
# translate -l "tr el th sv" -y
66+
# translate -l "da no fi nl" -y
67+
# translate -l "he vi id ms" -y
68+
# translate -l "tl sw hu cs" -y
69+
# translate -l "sk ro bg sr" -y
70+
# translate -l "hr sl uk my" -y
71+
# translate -l "ta et pcm te" -y
72+
translate -l "ml kn" -y
7573
7674
- name: Authenticate GitHub App
7775
id: generate_token
@@ -159,5 +157,6 @@ jobs:
159157
160158
161159
160+
162161
163162

0 commit comments

Comments
 (0)