Skip to content

Commit 243d765

Browse files
authored
Update translation command in workflow file
1 parent ebd220d commit 243d765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
# =====================================================================
5656
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
5757
# translate -l "all" -y # <--- MODIFY THIS LINE with your desired languages
58-
# 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" -y
58+
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" -md -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
6161
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
6262
# 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
63+
# translate -l "el th sv da no fi nl he vi id ms tl" -y
6464
# translate -l "sw hu cs sk ro bg sr hr sl uk my" -y
6565
# translate -l "de es fa fr hi ko" -y
6666
# translate -l "lt pl pt zh hk tw" -y

0 commit comments

Comments
 (0)