Skip to content

Commit 7bb8775

Browse files
authored
Modify translation command in workflow
1 parent 7a4a237 commit 7bb8775

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ 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
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja ko lt uk ur" -nb -y
5959
# translate -l "mo ms mr my ne nl no pa pl pt ro ru sk sl sr sv sw th tl tr tw vi zh hk" -nb -y
6060
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
61-
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
62-
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y
63-
# translate -l "el th sv da no fi nl he vi id ms tl" -y
64-
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -y
65-
# translate -l "de es fa fr hi ko" -y
66-
# translate -l "lt pl pt zh hk tw" -y
67-
# translate -l "de es fa fr hi ko" -y
68-
# translate -l "lt pl pt zh hk tw" -y
61+
translate -l "zh tw hk fr ja ko pt es de fa pl hi" -md -y
62+
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -md -y
63+
# translate -l "el th sv da no fi nl he vi id ms tl" -md -y
64+
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -md -y
65+
# translate -l "de es fa fr hi ko" -md -y
66+
# translate -l "lt pl pt zh hk tw" -md -y
67+
# translate -l "de es fa fr hi ko" -md -y
68+
# translate -l "lt pl pt zh hk tw" -md -y
6969
7070
- name: Authenticate GitHub App
7171
id: generate_token

0 commit comments

Comments
 (0)