Skip to content

Commit f869074

Browse files
authored
Merge pull request #342 from microsoft/leestott-patch-1
Add auto-confirm option to translation command
2 parents cbbc302 + bc6bd3e commit f869074

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
@@ -53,7 +53,7 @@ jobs:
5353
# IMPORTANT: Set your target languages here (REQUIRED CONFIGURATION)
5454
# =====================================================================
5555
# Example: Translate to Spanish, French, German. Add -y to auto-confirm.
56-
translate -l "all" -nb # <--- MODIFY THIS LINE with your desired languages
56+
translate -l "all" -nb -y # <--- MODIFY THIS LINE with your desired languages
5757
# Recommendation for large batches over 29 files run them in batches maximum github runner time is 6 hours
5858
# translate -l "ar ur tl mr ne pa" -y
5959
# translate -l "mr ne pa" -y

0 commit comments

Comments
 (0)