Skip to content

Commit 52bb218

Browse files
authored
Merge pull request microsoft#638 from microsoft/leestott-patch-11
Modify translation command in workflow
2 parents f3fb39c + 26edb05 commit 52bb218

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ 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
58-
# translate -l "ar bn bg br cs da de el es fa fi fr he hi hr hu id it ja" -nb
59-
# translate -l "ko lt mo ms mr my ne nl no pa pl" -nb
60-
# translate -l "pt ro ru sk sl sr sv sw" -nb
61-
# translate -l "th tl tr tw uk ur vi zh hk" -nb
57+
# 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" -nb
59+
# 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
6260
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
6361
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
6462
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y

0 commit comments

Comments
 (0)