Skip to content

Commit 00c0040

Browse files
authored
Merge pull request microsoft#630 from microsoft/leestott-patch-5
Modify translation command to include images
2 parents 8211466 + 72a2b7c commit 00c0040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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" -img # <--- 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
5959
# translate -l "zh tw hk fr ja ko pt es de fa pl hi" -y
6060
# translate -l "ru ar ur mo ja bn mr ne pa br it tr" -y

0 commit comments

Comments
 (0)